/* FL menu one-line v3 — readable ~12.5px, still one row */
@media (min-width: 768px) {
  #header #_desktop_top_menu,
  #header #_desktop_top_menu .top-menu,
  #header ul#top-menu.top-menu,
  #header ul.top-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #header #_desktop_top_menu .top-menu > li,
  #header ul#top-menu > li,
  #header ul.top-menu > li {
    float: none !important;
    flex: 0 1 auto !important;
    white-space: nowrap !important;
    display: block !important;
  }
  #header #_desktop_top_menu .top-menu > li > a,
  #header #_desktop_top_menu .top-menu > li > a.dropdown-item,
  #header ul#top-menu > li > a,
  #header ul#top-menu > li > a.dropdown-item,
  #header ul.top-menu > li > a,
  #header ul.top-menu > li > a.dropdown-item,
  #header .top-menu a.dropdown-item[data-depth="0"],
  #header .top-menu a[data-depth="0"] {
    font-size: 12.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    padding: 6px 6px !important;
    white-space: nowrap !important;
    display: inline-block !important;
  }
}
