/**
 * Phase 6 — Account hub, order history, order detail, thank-you (cards + steps).
 */

.almart-account-page,
.almart-orders-page,
.almart-order-detail-page,
.almart-thankyou-page {
    background: var(--almart-color-page-bg, #f8f9fa);
}

.almart-account-sidebar .card,
.almart-account-panel .card {
    border: 1px solid var(--almart-color-border-subtle);
}

.almart-account-nav .btn {
    font-weight: var(--almart-font-weight-medium);
}

.almart-account-nav .btn-primary {
    box-shadow: var(--almart-shadow-card);
}

.almart-orders-table-wrap {
    border: 1px solid var(--almart-color-border-subtle);
}

.almart-order-status {
    font-size: var(--almart-type-small-size);
    font-weight: var(--almart-font-weight-semibold);
}

.almart-thankyou-hero {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.almart-thankyou-icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--almart-color-surface-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.almart-checkout-steps__item.is-done a {
    color: var(--almart-color-text-muted);
}

.almart-checkout-steps__item.is-done a:hover {
    color: var(--bs-primary);
}
