/* =========================
   Section Headlines
   ========================= */
/* Section headlines - Contact Details, Delivery Address */
.woocommerce-checkout .woocommerce-billing-fields > h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 24px;
    margin-bottom: 10px;
}
/* Section headlines - Shipping method, Payment method (12px to match billing visual spacing) */
.shipping-heading-row h3,
#payment > h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 24px;
    margin-bottom: 12px;
}
/* First headline (Contact Details) - no top margin */
.woocommerce-checkout .woocommerce-billing-fields > h3:first-of-type {
    margin-top: 0;
}
/* Shipping heading td - remove border */
.shipping-heading-row td {
    border: none;
}
/* Section headings */
.flgb-checkout-billing h3 {
    margin: 20px 0 15px 0;
    font-size: 1.2em;
}
.flgb-checkout-billing h3:first-child {
    margin-top: 0;
}
