/* V29 R22 — targeted itinerary spacing only. */

/* Keep "Votre itinéraire" visually attached to the final escape card,
   with only a small breathing space before the footer. */
.moment-page .moment-itinerary {
  margin-top: 10px !important;
  margin-bottom: 28px !important;
}

@media (max-width: 650px) {
  .moment-page .moment-itinerary {
    margin-top: 8px !important;
    margin-bottom: 24px !important;
  }
}
