/* Fix TopBanner offset — sticky ReservationCard */
/* TopBanner (38px) + Header (72px) = 110px */
.fixed.inset-x-0.z-40.w-full.overflow-hidden.rounded-none {
  top: 110px !important;
}
