/* Shared three-language controls. English remains a display-only option. */
.language-menu a.active{background:#e9e9e4;color:#171717}
@media(max-width:900px){
  .mobile-language{grid-template-columns:auto repeat(3,minmax(0,1fr))!important}
  .mobile-language a.active{background:#a8e900!important;color:#171717}
}
@media(max-width:390px){
  .mobile-language{grid-template-columns:repeat(3,1fr)!important}
  .mobile-language span{grid-column:1/-1;padding-bottom:3px!important;text-align:center}
}
