.aehc-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #334155;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.aehc-status-pending_payment { background: #fff7ed; color: #9a3412; border-color: #fed7aa; }
.aehc-status-waiting_shipment { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.aehc-status-shipped { background: #ecfeff; color: #0e7490; border-color: #a5f3fc; }
.aehc-status-completed { background: #f0fdf4; color: #166534; border-color: #bbf7d0; }
.aehc-status-cancelled,
.aehc-status-refunded { background: #fef2f2; color: #991b1b; border-color: #fecaca; }
.aehc-customer-item-status { margin-top: 6px; }
.aehc-account-items .aehc-status-badge { white-space: nowrap; }
