/* Dates landing: the calendar title is one complete thought on desktop.
   The explanatory copy keeps its own column instead of competing for space. */
@media (min-width: 768px) {
  .tsf-dates-calendar__heading {
    gap: 0 clamp(44px, 5vw, 96px);
    grid-template-columns: minmax(0, 1.05fr) minmax(290px, .55fr);
  }

  .tsf-dates-calendar__heading h2 {
    font-size: clamp(40px, 3.35vw, 60px);
    white-space: nowrap;
  }
}
