/* 2026-07-28: the cloned mobile popup menu was rendered as a fixed 812px layer over every page. Hide the broken direct clone so landing-page content and the quiz remain usable. */
@media screen and (max-width: 479px) {
  #rec2491407421 {
    display: none !important;
  }
}