/* Match the universal safe-area selector so customer pages align with the booking flow. */
body:not(:has(#home)) main.bookings-page,
body:not(:has(#home)) main.loyalty-page{
  padding-top:calc(var(--rezo-fixed-header-height,112px) + 20px)!important;
}

@media(max-width:900px){
  body:not(:has(#home)) main.bookings-page,
  body:not(:has(#home)) main.loyalty-page{
    padding-top:calc(var(--rezo-fixed-header-height,112px) + 18px)!important;
  }
}
