/* Shared language control — intentionally compact so the original layouts remain unchanged. */
.language-switcher{display:inline-flex;align-items:center;gap:7px;min-width:0;color:inherit;font:inherit}
.language-switcher-label{font-size:11px;font-weight:800;white-space:nowrap;opacity:.82}
.language-switcher-select{height:34px;max-width:150px;border:1px solid rgba(93,113,139,.28);border-radius:9px;background:#fff;color:#102443;padding:0 30px 0 10px;font:inherit;font-size:11px;font-weight:750;cursor:pointer;outline:none}
.language-switcher-select:focus{border-color:#1769c2;box-shadow:0 0 0 3px rgba(23,105,194,.14)}
.topbar .language-switcher-select{height:29px;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.1);color:#fff}
.topbar .language-switcher-select option{color:#102443;background:#fff}
.app-top-actions .language-switcher-label,.identity-actions .language-switcher-label{display:none}
.auth-language-switcher{justify-content:flex-end;width:100%;margin:0 0 12px}
.staff-auth .auth-language-switcher,.auth-card .auth-language-switcher{position:relative}
.identity-actions .language-switcher-select{height:32px;max-width:132px}
[lang="am"] body{font-family:Arial,"Noto Sans Ethiopic","Nyala",sans-serif}
@media(max-width:780px){
  .language-switcher-label{display:none}
  .language-switcher-select{max-width:116px;height:32px;padding-left:8px;font-size:10px}
  .topbar .language-switcher-select{max-width:122px}
  .app-top-actions .language-switcher{position:absolute;right:64px;top:16px}
  .app-top-actions .language-switcher-select{max-width:106px}
}
@media(max-width:520px){
  .topbar .language-switcher-select{max-width:108px}
  .identity-actions .language-switcher{position:absolute;right:92px;top:12px}
  .identity-actions .language-switcher-select{max-width:104px}
}
/* Public mobile header keeps language access visible even when the desktop top bar is hidden. */
.mobile-language-switcher{display:none}
@media(max-width:680px){
  .site-header .nav{grid-template-columns:minmax(0,1fr) auto auto}
  .mobile-language-switcher{display:inline-flex;gap:4px;justify-self:end}
  .mobile-language-switcher .language-switcher-label{display:inline;font-size:13px;opacity:1}
  .mobile-language-switcher .language-switcher-select{width:58px;max-width:58px;height:34px;padding:0 20px 0 7px;font-size:10px}
  .site-header .menu-toggle{grid-column:3}
}
