/* Khaja Khoj - desktop nav only.
   The mobile/tablet dropdown is left 100% to Solace's own CSS + JS (it animates the panel with
   max-height/transform and sets top/padding inline, so any !important override fights it). */
@media (min-width:1025px){
  #site-header .elementor-nav-menu--main .elementor-nav-menu{flex-wrap:nowrap;}
  #site-header .elementor-nav-menu--main .elementor-nav-menu>li>a{white-space:nowrap;}
}
@media (max-width:1024px){
  #site-header .elementor-nav-menu--dropdown .elementor-nav-menu li a{min-height:48px;display:flex;align-items:center;}
}
