
.nn-header,.site-header{position:sticky;top:0;z-index:9999;background:#fff}
.admin-bar .nn-header,.admin-bar .site-header{top:32px}
body{overflow-x:hidden}
.nn-header nav ul{display:flex;flex-wrap:wrap;gap:8px}
@media(max-width:992px){
 .nn-header nav ul{display:none}
 .nn-mobile-toggle{display:flex}
 .nn-hero-premium,.nn-home{margin-top:10px}
}
@media(min-width:993px){
 .nn-mobile-toggle{display:none}
}
