/* Compatibility bridge for admin pages.
   The legacy static menu markup has been removed. The real menu UI now lives in
   the Vue widget served from /admin/menu-vue/widget/. Keep this file minimal so
   old static menu styles cannot silently come back through cached selectors. */

#y-shell-nav {
  position: relative;
  z-index: 280;
  display: block;
  min-height: 74px;
  isolation: isolate;
}

#y-shell-nav:empty {
  display: block;
}

@media (max-width: 980px) {
  #y-shell-nav {
    min-height: 64px;
  }
}