.my_account_subscrpt .order-status { min-width: 100px; } span[class*="subscrpt-"] { background: #bfdbfe; color: #1e40af; font-weight: 600; font-size: 12px; text-transform: capitalize; padding: 8px 10px; border-radius: 5px; } span.subscrpt-pending { background: #dbeafe; color: #1e40af; } span.subscrpt-active { background: #bbf7d0; color: #166534; } span.subscrpt-expired { background: #fecaca; color: #991b1b; } span.subscrpt-cancelled { background: #e2e8f0; color: #475569; } span.subscrpt-pe_cancelled, span.subscrpt-on-hold { background: #ffedd5; color: #b45309; } span.subscrpt-draft { background: #f3f3f3; color: #888; } /* Grace Period */ span.grace-active { position: relative; padding-right: 16px; } span.grace-icon { position: absolute; top: -5px; right: -5px; background: #fffbeb; border-radius: 50%; padding: 0px; height: 20px; width: 20px; } span.grace-icon .dashicons { color: #f59e0b; } span.grace-icon::after { content: attr(data-tooltip); position: absolute; top: -28px; right: 50%; transform: translateX(50%); background: #fef3c7; color: #b45309; font-size: 11px; padding: 4px 6px; border-radius: 3px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; } span.grace-icon:hover::after { opacity: 1; }