/* V254 — Update Notice language selector: match homepage semantics and prevent wrapping */
.subpage-nav .lang-switch{position:relative!important}
.subpage-nav .lang-switch summary{white-space:nowrap!important}
.subpage-nav .lang-menu{
  width:max-content!important;
  min-width:170px!important;
  max-width:calc(100vw - 32px)!important;
  right:0!important;
  left:auto!important;
  max-height:min(70vh,520px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
}
.subpage-nav .lang-menu a{
  display:block!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  min-width:100%!important;
  text-align:left!important;
}
html[lang="ar"] .subpage-nav .lang-menu{right:auto!important;left:0!important}
html[lang="ar"] .subpage-nav .lang-menu a{direction:ltr!important;text-align:left!important;unicode-bidi:isolate!important}
html[lang="ar"] .subpage-nav .lang-menu a[lang="ar"]{direction:rtl!important;text-align:right!important}
@media(max-width:620px){
  .subpage-nav .lang-menu{min-width:170px!important;max-width:calc(100vw - 20px)!important}
}
