
/* BoG2026 bilingual EN/BM navigation */
.language-switcher{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  white-space:nowrap;
  font-size:.9rem;
  font-weight:850;
  letter-spacing:.04em;
}
.language-switcher a{
  color:inherit;
  text-decoration:none;
  opacity:.72;
}
.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a[aria-current="page"]{
  opacity:1;
  text-decoration:underline;
  text-underline-offset:4px;
}
.language-switcher-divider{opacity:.42}
@media(min-width:981px){
  .topbar-utility-nav .language-switcher{
    min-height:auto;
    padding:3px 0;
    color:#fff;
  }
}
@media(max-width:980px){
  .site-nav > .language-switcher{
    width:100%;
    min-height:42px;
    justify-content:flex-start;
    padding:8px 6px;
    border-bottom:1px solid #e3ecef;
    color:#173e5d;
    font-size:.9rem;
  }
}


/* Bilingual synchronisation v1.0.1 */
.language-switcher{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-weight:800;
}
.language-switcher a{
  text-decoration:none;
  color:inherit;
}
.language-switcher a[aria-current="page"]{
  color:#ffd18f;
  text-decoration:underline;
  text-underline-offset:4px;
}
@media (max-width:980px){
  .site-nav > .language-switcher{
    width:100%;
    padding:10px 6px;
    border-bottom:1px solid #e3ecef;
  }
}
