/* checkout-billing partial styles */

.checkout-billing-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--brand-accent, #3276d8) 0%, var(--brand-accent, #3e71b7) 100%);
    box-shadow: 0 4px 12px rgba(50, 118, 216, 0.3);
}

.checkout-billing-title {
    font-size: 20px;
    color: var(--brand-ink, #1a1a2e);
}

.checkout-billing-subtitle {
    font-size: 13px;
    color: #666;
}

.checkout-billing-subtitle-icon {
    font-size: 11px;
}

.checkout-billing-label {
    color: #333;
}

.checkout-billing-label-icon {
    color: var(--brand-accent, #3276d8);
}

.checkout-billing-label-icon-sm {
    color: var(--brand-accent, #3276d8);
    font-size: 12px;
}

.checkout-billing-section {
    background: #f4f8fe;
    border-left: 4px solid var(--brand-accent, #3276d8);
}

.checkout-billing-section-icon {
    color: var(--brand-accent, #3276d8);
}

.checkout-billing-section-title {
    font-size: 13px;
    color: var(--brand-accent, #3e71b7);
}

.checkout-billing-note {
    background: #eafaf0;
    border-left: 4px solid #28a745;
}

.checkout-billing-note-icon {
    color: #28a745;
}

.checkout-billing-note-text {
    color: #1c7c34;
    font-size: 13px;
    line-height: 1.5;
}
