/* BattWrapz Dashboard */
.bcf-dash-wrap { max-width: 720px; margin: 0 auto 40px; }

/* BANNER */
.bcf-dash-banner { display: flex !important; align-items: center !important; gap: 18px !important; padding: 22px 24px !important; border-radius: 14px !important; margin-bottom: 20px !important; background: linear-gradient(135deg,#1a1a1a,#2d2d2d) !important; }
.bcf-dash-banner-icon { width: 44px !important; height: 44px !important; background: #ff6b00 !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 20px !important; font-weight: 800 !important; color: #fff !important; flex-shrink: 0 !important; }
.bcf-dash-banner-text h2 { font-size: 17px !important; font-weight: 700 !important; color: #fff !important; margin: 0 0 4px !important; padding: 0 !important; border: none !important; }
.bcf-dash-banner-text p  { font-size: 13px !important; color: #aaa !important; margin: 0 !important; }

/* CREDIT CARD */
.bcf-dash-card { border: 2px solid #ebebeb !important; border-radius: 14px !important; padding: 22px 24px !important; margin-bottom: 14px !important; background: #fff !important; }
.bcf-dash-card--active { border-color: #ff6b00 !important; }
.bcf-dash-card--used   { border-color: #e5e7eb !important; background: #fafafa !important; }
.bcf-dash-card-top { display: flex !important; justify-content: space-between !important; align-items: flex-start !important; gap: 20px !important; }
.bcf-dash-card-left { display: flex !important; flex-direction: column !important; gap: 6px !important; }
.bcf-dash-card-label { font-size: 12px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: .5px !important; color: #888 !important; display: block !important; }
.bcf-dash-amount { font-size: 42px !important; font-weight: 900 !important; color: #ff6b00 !important; letter-spacing: -2px !important; line-height: 1 !important; display: block !important; }
.bcf-dash-status { display: inline-block !important; padding: 4px 12px !important; border-radius: 20px !important; font-size: 12px !important; font-weight: 700 !important; color: #fff !important; }
.bcf-dash-status--active { background: #ff6b00 !important; }
.bcf-dash-status--used   { background: #888 !important; }
.bcf-dash-card-right { display: flex !important; flex-direction: column !important; align-items: flex-end !important; }
.bcf-dash-coupon { display: flex !important; flex-direction: column !important; align-items: flex-end !important; gap: 6px !important; }
.bcf-dash-coupon-label { font-size: 11px !important; color: #888 !important; text-transform: uppercase !important; letter-spacing: .5px !important; }
.bcf-dash-coupon-code { font-size: 16px !important; font-weight: 800 !important; letter-spacing: 2px !important; color: #1a1a1a !important; font-family: monospace !important; }
.bcf-dash-copy { padding: 6px 14px !important; border: 1.5px solid #ff6b00 !important; color: #ff6b00 !important; background: transparent !important; border-radius: 6px !important; cursor: pointer !important; font-size: 12px !important; font-weight: 600 !important; }
.bcf-dash-copy:hover { background: #ff6b00 !important; color: #fff !important; }
.bcf-dash-auto-note { font-size: 11px !important; color: #aaa !important; text-align: right !important; }
.bcf-dash-used { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 6px !important; }
.bcf-dash-used-icon { font-size: 28px !important; color: #22c55e !important; display: block !important; }
.bcf-dash-used-text { font-size: 13px !important; color: #888 !important; }
.bcf-dash-redeem { display: flex !important; justify-content: space-between !important; align-items: center !important; margin-top: 18px !important; padding-top: 18px !important; border-top: 1px solid #f0f0f0 !important; gap: 16px !important; }
.bcf-dash-redeem-info { display: flex !important; flex-direction: column !important; gap: 4px !important; }
.bcf-dash-redeem-title { font-weight: 700 !important; font-size: 14px !important; display: block !important; }
.bcf-dash-redeem-sub   { font-size: 12px !important; color: #888 !important; display: block !important; }

/* BUTTONS */
.bcf-dash-redeem-btn,
.bcf-dash-main-btn { display: inline-block !important; padding: 11px 22px !important; background: #ff6b00 !important; color: #fff !important; border-radius: 8px !important; font-weight: 700 !important; font-size: 13px !important; text-decoration: none !important; white-space: nowrap !important; border: none !important; cursor: pointer !important; box-shadow: 0 3px 10px rgba(255,107,0,.3) !important; transition: background .2s !important; }
.bcf-dash-redeem-btn:hover,
.bcf-dash-main-btn:hover { background: #e55f00 !important; color: #fff !important; }

/* SECTIONS */
.bcf-dash-section { background: #fff !important; border: 1px solid #ebebeb !important; border-radius: 14px !important; padding: 24px 26px !important; margin-bottom: 14px !important; }
.bcf-dash-section-title { font-size: 16px !important; font-weight: 700 !important; color: #1a1a1a !important; margin: 0 0 18px !important; padding: 0 !important; border: none !important; display: block !important; }
.bcf-dash-muted { color: #888 !important; }

/* STEPS */
.bcf-dash-steps { display: flex !important; flex-direction: column !important; gap: 10px !important; margin-bottom: 18px !important; }
.bcf-dash-step { display: flex !important; align-items: center !important; gap: 14px !important; padding: 12px 14px !important; background: #f9fafb !important; border-radius: 10px !important; border: 1px solid #f0f0f0 !important; }
.bcf-dash-step-num { min-width: 30px !important; height: 30px !important; background: #ff6b00 !important; color: #fff !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-weight: 800 !important; font-size: 13px !important; flex-shrink: 0 !important; }
.bcf-dash-step-text { display: flex !important; flex-direction: column !important; gap: 2px !important; }
.bcf-dash-step-text strong { font-size: 14px !important; color: #1a1a1a !important; display: block !important; }
.bcf-dash-step-text span   { font-size: 12px !important; color: #666 !important; display: block !important; }
.bcf-dash-cta { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 8px !important; }
.bcf-dash-cta-note { font-size: 12px !important; color: #888 !important; }

/* BATTERY PROFILE */
.bcf-dash-profile-grid { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(150px,1fr)) !important; gap: 10px !important; margin-bottom: 14px !important; }
.bcf-dash-profile-item { background: #f9fafb !important; border-radius: 10px !important; padding: 12px 14px !important; display: flex !important; flex-direction: column !important; gap: 4px !important; }
.bcf-dash-profile-label { font-size: 11px !important; text-transform: uppercase !important; letter-spacing: .5px !important; color: #888 !important; font-weight: 600 !important; display: block !important; }
.bcf-dash-profile-val { font-size: 14px !important; font-weight: 700 !important; color: #1a1a1a !important; display: flex !important; align-items: center !important; gap: 8px !important; }
.bcf-dash-profile-badge { width: 24px !important; height: 24px !important; background: #ff6b00 !important; color: #fff !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 11px !important; font-weight: 800 !important; flex-shrink: 0 !important; }
.bcf-dash-profile-link { font-size: 13px !important; color: #ff6b00 !important; font-weight: 600 !important; text-decoration: none !important; display: inline-block !important; }
.bcf-dash-profile-link:hover { text-decoration: underline !important; }

/* ORDERS */
.bcf-dash-orders { display: flex !important; flex-direction: column !important; gap: 8px !important; }
.bcf-dash-order-row { display: flex !important; justify-content: space-between !important; align-items: center !important; padding: 12px 14px !important; background: #f9fafb !important; border-radius: 10px !important; gap: 12px !important; }
.bcf-dash-order-info { display: flex !important; flex-direction: column !important; gap: 3px !important; flex: 1 !important; min-width: 0 !important; }
.bcf-dash-order-num  { font-weight: 700 !important; font-size: 14px !important; color: #1a1a1a !important; display: block !important; }
.bcf-dash-order-preview { font-size: 12px !important; color: #555 !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; display: block !important; }
.bcf-dash-order-date { font-size: 12px !important; color: #888 !important; display: block !important; }
.bcf-dash-order-meta { display: flex !important; flex-direction: column !important; align-items: flex-end !important; gap: 4px !important; flex-shrink: 0 !important; }
.bcf-dash-order-status { padding: 3px 10px !important; border-radius: 20px !important; font-size: 11px !important; font-weight: 700 !important; background: #f0f0f0 !important; color: #555 !important; display: inline-block !important; }
.bcf-dash-order-status--completed  { background: #dcfce7 !important; color: #16a34a !important; }
.bcf-dash-order-status--processing { background: #fef9c3 !important; color: #ca8a04 !important; }
.bcf-dash-order-status--on-hold    { background: #fef3c7 !important; color: #d97706 !important; }
.bcf-dash-order-status--cancelled  { background: #fee2e2 !important; color: #dc2626 !important; }
.bcf-dash-order-total { font-weight: 700 !important; font-size: 14px !important; color: #1a1a1a !important; display: block !important; }
.bcf-dash-order-view  { font-size: 12px !important; color: #ff6b00 !important; font-weight: 600 !important; text-decoration: none !important; display: block !important; }
.bcf-dash-order-view:hover { text-decoration: underline !important; }

/* REFERRAL */
.bcf-dash-referral-card { border: 1.5px solid #f7b500 !important; border-radius: 12px !important; padding: 20px !important; background: linear-gradient(135deg,#fffdf0,#fffbde) !important; }
.bcf-dash-referral-rewards { display: flex !important; align-items: center !important; gap: 16px !important; margin-bottom: 16px !important; flex-wrap: wrap !important; }
.bcf-dash-referral-reward { display: flex !important; align-items: center !important; gap: 12px !important; flex: 1 !important; min-width: 120px !important; }
.bcf-dash-referral-icon { font-size: 24px !important; }
.bcf-dash-referral-reward div { display: flex !important; flex-direction: column !important; }
.bcf-dash-referral-reward strong { font-size: 12px !important; text-transform: uppercase !important; letter-spacing: .5px !important; color: #888 !important; display: block !important; }
.bcf-dash-referral-reward span   { font-size: 14px !important; font-weight: 700 !important; color: #1a1a1a !important; display: block !important; }
.bcf-dash-referral-divider { font-size: 20px !important; font-weight: 900 !important; color: #f7b500 !important; flex-shrink: 0 !important; }
.bcf-dash-referral-box { display: flex !important; gap: 8px !important; background: #fff !important; border: 1px solid #f0e0a0 !important; border-radius: 10px !important; padding: 6px 6px 6px 14px !important; align-items: center !important; }
.bcf-dash-referral-box input { flex: 1 !important; border: none !important; outline: none !important; font-size: 12px !important; color: #555 !important; background: transparent !important; min-width: 0 !important; }
.bcf-dash-referral-copy-btn { padding: 9px 18px !important; background: #ff6b00 !important; color: #fff !important; border: none !important; border-radius: 8px !important; font-weight: 700 !important; cursor: pointer !important; font-size: 12px !important; white-space: nowrap !important; }
.bcf-dash-referral-copy-btn:hover { background: #e55f00 !important; }
.bcf-dash-referral-stats { display: flex !important; gap: 16px !important; margin-top: 12px !important; font-size: 12px !important; color: #555 !important; flex-wrap: wrap !important; }

/* GUARANTEES */
.bcf-dash-guarantees { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 12px !important; margin-top: 4px !important; }
.bcf-dash-guarantee  { background: #f9fafb !important; border-radius: 12px !important; padding: 16px 18px !important; display: flex !important; gap: 12px !important; align-items: flex-start !important; }
.bcf-dash-g-icon { font-size: 22px !important; }
.bcf-dash-g-text { display: flex !important; flex-direction: column !important; gap: 4px !important; }
.bcf-dash-g-text strong { font-size: 13px !important; color: #1a1a1a !important; display: block !important; }
.bcf-dash-g-text span   { font-size: 12px !important; color: #666 !important; line-height: 1.4 !important; display: block !important; }

/* MOBILE */
@media (max-width: 600px) {
    .bcf-dash-card-top { flex-direction: column !important; }
    .bcf-dash-card-right { align-items: flex-start !important; }
    .bcf-dash-coupon { align-items: flex-start !important; }
    .bcf-dash-redeem { flex-direction: column !important; align-items: flex-start !important; }
    .bcf-dash-guarantees { grid-template-columns: 1fr !important; }
    .bcf-dash-referral-rewards { flex-direction: column !important; gap: 10px !important; }
    .bcf-dash-referral-box { flex-direction: column !important; padding: 12px !important; }
    .bcf-dash-referral-box input { width: 100% !important; }
    .bcf-dash-referral-copy-btn { width: 100% !important; text-align: center !important; }
    .bcf-dash-order-row { flex-direction: column !important; align-items: flex-start !important; }
    .bcf-dash-order-meta { align-items: flex-start !important; }
    .bcf-dash-amount { font-size: 32px !important; }
    .bcf-dash-section { padding: 18px !important; }
}

/* ── MY STORE CREDITS PAGE ── */
.woocommerce-MyAccount-content h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 14px !important;
    padding: 0 0 10px !important;
    border: none !important;
    border-bottom: 2px solid #ff6b00 !important;
    display: block !important;
}
.woocommerce-MyAccount-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #e5e7eb !important;
    margin-bottom: 24px !important;
    font-size: 14px !important;
}
.woocommerce-MyAccount-content table th {
    background: #f9fafb !important;
    padding: 10px 16px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    color: #888 !important;
    border-bottom: 1px solid #e5e7eb !important;
    text-align: left !important;
}
.woocommerce-MyAccount-content table td {
    padding: 12px 16px !important;
    border-bottom: 1px solid #f5f5f5 !important;
    color: #374151 !important;
    vertical-align: middle !important;
}
.woocommerce-MyAccount-content table tr:last-child td {
    border-bottom: none !important;
}
.woocommerce-MyAccount-content table .amount,
.woocommerce-MyAccount-content table .woocommerce-Price-amount {
    color: #ff6b00 !important;
    font-weight: 800 !important;
}
.woocommerce-MyAccount-content > p {
    font-size: 14px !important;
    color: #888 !important;
    padding: 16px !important;
    background: #f9fafb !important;
    border-radius: 10px !important;
    border: 1px solid #e5e7eb !important;
    margin-bottom: 16px !important;
}

/* ── MY STORE CREDITS PAGE ── */
.woocommerce-MyAccount-content h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 12px !important;
    padding: 0 0 10px !important;
    border-bottom: 2px solid #ff6b00 !important;
    display: block !important;
}
.woocommerce-MyAccount-content h2:not(:first-child) {
    margin-top: 24px !important;
}
.woocommerce-MyAccount-content > p,
.woocommerce-MyAccount-content .wc-sc-store-credit-section > p {
    background: #f9fafb !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    color: #666 !important;
    font-size: 14px !important;
    border: 1px solid #ebebeb !important;
    margin: 0 0 12px !important;
}
.wc-sc-store-credit-table,
.woocommerce-MyAccount-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    border: 1px solid #ebebeb !important;
    margin-bottom: 16px !important;
    font-size: 14px !important;
}
.wc-sc-store-credit-table th,
.woocommerce-MyAccount-content table th {
    background: #f9fafb !important;
    padding: 10px 14px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    color: #888 !important;
    border-bottom: 1px solid #ebebeb !important;
    text-align: left !important;
}
.wc-sc-store-credit-table td,
.woocommerce-MyAccount-content table td {
    padding: 12px 14px !important;
    border-bottom: 1px solid #f5f5f5 !important;
    color: #374151 !important;
}
.wc-sc-store-credit-table tr:last-child td,
.woocommerce-MyAccount-content table tr:last-child td {
    border-bottom: none !important;
}
.wc-sc-store-credit-amount,
.woocommerce-MyAccount-content .amount {
    color: #ff6b00 !important;
    font-weight: 800 !important;
}
