  /* Fix global nav top margin when timeline component is present */
  body:has([data-react-component="SlideshowTimeline"]) .cc-v4-global-header {
    margin-top: 16px;
  }