/* Page-specific overrides for video-plus */

#countdown-banner .ds-cta {
  color: #f87171;
}

#browser-mockup {
  display: none;
}

/* flow=trial shows trial content; default (direct) hides it */
html:not(.flow--trial) .flow-trial-only { display: none; }
html.flow--trial .flow-direct-only { display: none; }

/* without the banner the nav sits at the top */
html:not(.flow--trial) #rt-nav { top: 0; }

