/* Keep the mobile navigation legible against its own light background. */
@media (max-width: 767px) {
  #header #mobile_top_menu_wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  #header #mobile_top_menu_wrapper a {
    color: #24262b !important;
  }
  #header #mobile_top_menu_wrapper a[data-depth="0"] {
    font-size: 16px;
    min-height: 44px;
    padding: 12px 20px;
  }
  #header #mobile_top_menu_wrapper a:hover,
  #header #mobile_top_menu_wrapper a:focus-visible {
    color: #111 !important;
    background: #f4e225;
  }
}
