/* NewsNirikh safe desktop navigation adjustment */
@media (min-width: 1101px) {
  .nav-scroll{height:64px!important;min-height:64px;display:flex!important;align-items:stretch;gap:0;overflow:visible!important}
  .nav .home-link{flex:0 0 64px;width:64px;height:44px;margin:auto 10px auto 0;border-radius:12px;justify-content:center;padding:0;box-shadow:0 7px 18px rgba(230,0,45,.18)}
  .nav .nav-item{flex:1 1 0;min-width:0;height:64px;justify-content:center;border-left:1px solid rgba(148,163,184,.18)}
  .nav .nav-item:first-of-type{border-left:0}
  .nav .nav-item>a{width:100%;height:64px;padding:0 8px;justify-content:center;gap:4px;white-space:nowrap;text-align:center;font-size:clamp(14px,.88vw,17px);line-height:1;letter-spacing:0}
  .nav .nav-item>a::after{left:18%;right:18%;height:3px;border-radius:999px 999px 0 0}
  .nav .nav-item.has-mega>a::before{margin-left:3px;font-size:9px;transform:translateY(-1px)}
  .nav .nav-item:hover{background:rgba(148,163,184,.07)}
  .nav .mega-menu{top:calc(100% + 1px)}
}
@media (min-width: 921px) and (max-width: 1100px) {
  .nav-scroll{height:58px!important;display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;scroll-snap-type:x proximity}
  .nav .home-link{flex:0 0 54px;margin-right:6px}
  .nav .nav-item{flex:0 0 auto;height:58px;scroll-snap-align:start}
  .nav .nav-item>a{width:auto;min-width:104px;height:58px;padding:0 14px;justify-content:center;font-size:14px}
  .nav .mega-menu{display:none!important}
  .nav .nav-item.has-mega>a::before{display:none!important}
}
html[data-theme="dark"] .nav .nav-item{border-left-color:rgba(255,255,255,.07)}
html[data-theme="dark"] .nav .nav-item:hover{background:rgba(255,255,255,.04)}
