/* Axumwe Vendor Subscription Dashboard Styles */

.axsub-vendor-page { max-width: 900px; margin: 0 auto; padding: 20px 0; font-family: inherit; }
.axsub-page-title { font-size: 22px; font-weight: 600; color: #1C1C1C; margin-bottom: 20px; border-bottom: 2px solid #1A5E38; padding-bottom: 10px; }

/* Current plan card */
.axsub-current-plan { background: #fff; border: 1px solid #D0D0D0; border-radius: 10px; padding: 24px; margin-bottom: 28px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.axsub-plan-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; }
.axsub-plan-name { font-size: 18px; font-weight: 600; color: #1C1C1C; }
.axsub-plan-status { display: inline-block; margin-top: 6px; padding: 3px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }
.axsub-status-trial { background: #D6EAF8; color: #1A6FA8; }
.axsub-status-active { background: #D5F5E3; color: #1E8449; }
.axsub-status-grace { background: #FAEEDA; color: #854F0B; }
.axsub-status-suspended { background: #FADBD8; color: #C0392B; }
.axsub-status-cancelled { background: #F2F2F2; color: #666; }
.axsub-price-big { font-size: 32px; font-weight: 700; color: #1A5E38; }
.axsub-price-period { font-size: 13px; color: #666; }

.axsub-plan-dates { display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 16px; padding: 12px; background: #F9F9F9; border-radius: 6px; }
.axsub-date-item { display: flex; flex-direction: column; }
.axsub-date-label { font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 0.04em; }
.axsub-date-value { font-size: 14px; font-weight: 600; color: #1C1C1C; margin-top: 2px; }
.axsub-date-warn .axsub-date-label { color: #854F0B; }
.axsub-date-warn .axsub-date-value { color: #854F0B; }

.axsub-payment-method { font-size: 13px; color: #555; margin-bottom: 16px; }
.axsub-link { color: #1A5E38; text-decoration: underline; cursor: pointer; margin-left: 8px; }

.axsub-plan-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.axsub-reactivate-section { border-top: 1px solid #eee; padding-top: 16px; margin-top: 16px; }
.axsub-reactivate-section p { color: #555; margin-bottom: 12px; }

/* Buttons */
.axsub-btn { display: inline-block; padding: 10px 20px; border-radius: 6px; border: none; cursor: pointer; font-size: 14px; font-weight: 600; transition: opacity .2s; }
.axsub-btn:hover { opacity: .85; }
.axsub-btn-upgrade, .axsub-btn-select { background: #1A5E38; color: white; }
.axsub-btn-enterprise { background: #6C3483; color: white; }
.axsub-btn-cancel { background: transparent; color: #C0392B; border: 1.5px solid #C0392B; }
.axsub-btn-cancel:hover { background: #FADBD8; opacity: 1; }

/* Plans comparison grid */
.axsub-compare-title { font-size: 16px; font-weight: 600; color: #1C1C1C; margin: 28px 0 14px; }
.axsub-plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 700px) { .axsub-plans-grid { grid-template-columns: 1fr; } }

.axsub-plan-card { background: #fff; border: 1.5px solid #D0D0D0; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; }
.axsub-plan-card.axsub-plan-current { border-color: #1A5E38; box-shadow: 0 0 0 2px #1A5E38; }
.axsub-plan-card.axsub-plan-featured { border-color: #D68910; }

.axsub-plan-card-header { padding: 20px 20px 16px; position: relative; }
.axsub-plan-free { background: #F9F9F9; }
.axsub-plan-pro { background: linear-gradient(135deg, #FEF9E7, #FAEEDA); }
.axsub-plan-enterprise { background: linear-gradient(135deg, #E8F5EE, #D5F5E3); }

.axsub-current-badge { position: absolute; top: 10px; right: 10px; background: #1A5E38; color: white; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 20px; text-transform: uppercase; }
.axsub-plan-badge { background: #D68910; color: white; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 20px; display: inline-block; margin-bottom: 8px; text-transform: uppercase; }
.axsub-plan-card-name { font-size: 15px; font-weight: 700; color: #1C1C1C; margin-bottom: 4px; }
.axsub-plan-card-price { font-size: 26px; font-weight: 700; color: #1A5E38; }
.axsub-plan-card-price span { font-size: 13px; font-weight: 400; color: #666; }
.axsub-plan-card-tagline { font-size: 12px; color: #888; margin-top: 4px; font-style: italic; }

.axsub-feature-list { list-style: none; padding: 16px 20px; margin: 0; flex: 1; border-top: 1px solid #eee; }
.axsub-feature-list li { font-size: 13px; color: #3C3C3C; padding: 4px 0; }
.axsub-feature-list li:before { content: none; }

.axsub-plan-card-footer { padding: 16px 20px; border-top: 1px solid #eee; }
.axsub-plan-card-footer .axsub-btn { width: 100%; text-align: center; display: block; }
.axsub-plan-note { font-size: 12px; color: #888; font-style: italic; }

/* Add payment method prompt */
.axsub-add-payment-method { background: #FAEEDA; border: 1.5px solid #D68910; border-radius: 8px; padding: 14px 18px; margin-bottom: 16px; }
.axsub-payment-notice { font-size: 13px; color: #854F0B; margin-bottom: 12px; line-height: 1.5; }
.axsub-btn-add-payment { background: #D68910; color: white; }
.axsub-btn-add-payment:hover { opacity: .85; }

/* Payment section */
.axsub-payment-section { background: #F9F9F9; border: 1px solid #D0D0D0; border-radius: 10px; padding: 24px; margin: 24px 0; }
.axsub-payment-section h3 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }

/* Message */
.axsub-message { padding: 12px 16px; border-radius: 6px; border: 1.5px solid; margin: 16px 0; font-size: 14px; font-weight: 500; }
