/* Booking is already in progress, so its navigation item is an active link, not a CTA. */
@media (max-width: 900px) {
  .booking-header .mobile-menu-current {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
}
