/* Billing Page Specific Styles */

.billing-header {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.billing-header::before {
    bottom: -50%;
    left: -10%;
    width: 250px;
    height: 250px;
}

.billing-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}
