/* R27 — l'échappée reste librement scrollable jusqu'à l'itinéraire sur iOS. */
.moment-page {
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  overscroll-behavior-y: auto;
}
.moment-page > .hero,
.moment-page .moment-heading,
.moment-page .moment-route-step,
.moment-page .moment-itinerary {
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}
.moment-page .moment-route-step,
.moment-page .moment-itinerary {
  min-height: auto !important;
}
.moment-page .moment-itinerary {
  padding-bottom: max(52px, env(safe-area-inset-bottom));
}
