/* Shared interactive calendar: the editorial panels now carry the complete
 * daily itinerary, so they need a calm reading scale and their own scroll
 * area instead of clipping a longer day description. */
.tsf-calendar-scene .tsf-scene-panel {
  justify-content: flex-start;
  overflow-y: auto;
  scrollbar-color: rgba(198, 25, 46, .65) transparent;
  scrollbar-width: thin;
}

.tsf-calendar-scene .tsf-scene-panel b {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.tsf-calendar-scene .tsf-scene-panel em {
  font-size: 12px;
  line-height: 1.55;
  margin-top: 15px;
}

.tsf-calendar-scene .tsf-scene-panel-cta {
  margin-top: 16px;
}

.tsf-calendar-scene .tsf-scene-panel::-webkit-scrollbar {
  width: 4px;
}

.tsf-calendar-scene .tsf-scene-panel::-webkit-scrollbar-thumb {
  background: rgba(198, 25, 46, .65);
  border-radius: 4px;
}
