/* Brand-first data adapter for the existing NetYadak mega menu. */
#ny7-mega-overlay .nyp-brand-menu-panel{overflow-y:auto!important;align-content:start!important;}
#ny7-mega-overlay .nyp-brand-term-group{break-inside:avoid!important;}
#ny7-mega-overlay .nyp-brand-term-group .ny7-panel-links{max-height:none!important;}
#ny7-mega-overlay .nyp-menu-fallback-arrow{font-size:22px;line-height:1;}

@media (max-width:1199px){
  #ny7-mobile-overlay .nyp-mobile-brand-heading{
    display:flex!important;align-items:center!important;justify-content:flex-end!important;
    min-height:48px!important;padding:0 32px!important;color:#fff!important;background:#023047!important;
    font-size:14px!important;font-weight:700!important;direction:rtl!important;
  }
  #ny7-mobile-overlay .nyp-mobile-brand-category{padding-right:48px!important;font-size:13px!important;background:#fafafa!important;}
  #ny7-mobile-overlay .nyp-mobile-brand-category:hover,
  #ny7-mobile-overlay.ny7-hover-ready .nyp-mobile-brand-category:hover{color:#fff!important;background:#023047!important;}
}


/* v6.5.45 — full-height mobile off-canvas. No visual restyling. */
@media (max-width:1199px){
  #ny7-mobile-overlay{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    height:100vh!important;
    height:100dvh!important;
    min-height:100vh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
  }
  #ny7-mobile-overlay > div,
  #ny7-mobile-overlay > aside,
  #ny7-mobile-overlay > section{
    min-height:100vh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
  }
  #ny7-mobile-overlay .ny7-mobile-category-list{
    max-height:calc(100dvh - 1px)!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
  }
}
