.page-header h2 {
    font-weight: 600;
}

.summary-card {
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff, #f9fafb);
    padding: 1.5rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.summary-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.summary-value {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
}

.summary-meta {
    color: #9ca3af;
    font-size: 0.9rem;
}

.highlight-card {
    border-radius: 16px;
    padding: 1.5rem;
    color: #0f172a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.highlight-card .highlight-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(15, 23, 42, 0.8);
}

.highlight-card .highlight-value {
    font-size: 1.75rem;
    font-weight: 700;
}

.highlight-card .highlight-meta {
    font-size: 0.9rem;
    color: rgba(15, 23, 42, 0.6);
}

.bg-success-light {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(16, 185, 129, 0.24));
}

.bg-warning-light {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.25));
}

.bg-primary-light {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(37, 99, 235, 0.25));
}

#myOrdersPivot {
    min-height: 600px;
}

@media (max-width: 768px) {
    .summary-card,
    .highlight-card {
        text-align: center;
    }
}
