/* ============================================================
   Fezlux — BOOKING PAGE STYLES
   Booking page re-uses booking-section styles from components.css.
   The booking section partial is included directly.
   ============================================================ */

/* Remove section top padding since page hero provides spacing */
.booking-page > .booking-section:first-of-type {
  padding-top: var(--space-lg);
}
