/* v0.2.269 — CONTACT mobile editorial grid: text rails align to the shared 28px rhythm. */
@media (max-width: 900px) {
  .contact-page .contact-hero .section__inner {
    padding-right: var(--lp-mobile-gutter);
    padding-left: var(--lp-mobile-gutter);
  }

  .contact-page .contact-booking-route {
    padding: 34px 0 42px;
  }

  .contact-page .contact-booking-route__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    gap: 18px;
    padding: 20px var(--lp-mobile-gutter) 0;
  }

  .contact-page .contact-booking-route__copy {
    max-width: 100%;
  }

  .contact-page .contact-booking-route h2 {
    margin-bottom: 10px;
  }

  .contact-page .contact-booking-route__link {
    width: auto;
    min-width: 0;
    align-self: start;
  }
}
