.header-actions { display: flex; align-items: center; gap: 10px; }
html.i18n-pending body { visibility: hidden; }
.language-picker { position: relative; }
.language-select { width: 132px; height: 40px; padding: 0 28px 0 12px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28); border-radius: 10px; outline: none; cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; appearance: none; -webkit-appearance: none; }
.language-picker::after { content: ""; position: absolute; right: 12px; top: 50%; width: 6px; height: 6px; border-right: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.language-select option { color: #17213a; background: #fff; }
@media (max-width: 760px) {
  .site-header { height: auto; min-height: 86px; gap: 14px; }
  .header-actions { gap: 7px; }
  .back { display: none; }
  .language-select { width: 115px; }
}
