/* ALMA MEEO · V5.0 / FIX3E · ALL LANGUAGES CLEANUP
   Purpose: make all 14 public languages visible and usable without breaking FIX3D layout. */

.am-lang-panel{
  width:min(420px,92vw);
  max-height:min(74vh,620px);
}
.am-lang-picker.open .am-lang-panel{
  grid-template-columns:1fr 1fr;
  gap:6px;
}
.am-lang-option{
  min-height:44px;
}
.am-lang-option-name{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.am-lang-option-code{
  min-width:34px;
  text-align:right;
}
.am-intl-language-switch > div{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.am-intl-language-switch a{
  min-width:64px;
  text-align:center;
}
.am-lang-scope-note{
  display:block;
  margin-top:6px;
  font-size:.78rem;
  opacity:.72;
}

@media(max-width:760px){
  .am-lang-picker.open .am-lang-panel{
    grid-template-columns:1fr;
  }
  .am-lang-panel{
    width:min(330px,92vw);
  }
}
