/* Avelune v0.20.27 — first itinerary day de-duplication.
   The dedicated sticky day rail already displays the active first date above the
   itinerary. Hide only the first in-flow day heading immediately beneath that rail.
   Every later day heading remains unchanged as an in-scroll visual separator. */

#tripWorkspace #content.itineraryStickyDayMode > .itineraryStickyDayRail + .planDay > .dayHead {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}
