.language-control { display: block; margin: 0; }
.language-control select { width: auto; min-width: 104px; max-width: 135px; height: 38px; padding: 0 27px 0 10px; border: 1px solid #b7c2d0; border-radius: 7px; background: #fff; color: #172033; font: 700 11px Inter, system-ui, sans-serif; }
.portal-header-actions { display: flex; align-items: center; gap: 10px; }
.login-language { display: flex; justify-content: flex-end; margin: -12px -12px 10px 0; }
header .language-control select, .site-header .language-control select { margin: 0; }
@media (max-width: 760px) { .language-control select { min-width: 82px; max-width: 98px; padding-left: 7px; } .header-actions #staff-language { order: -1; } }
@media (max-width: 480px) { .portal-header-actions { gap: 6px; } .portal-header-actions button { padding: 10px; } }
