.staff-locale-selector {
  display: inline-flex;
  min-width: 0;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 5px 9px;
  border: 1px solid var(--line, #dce1e8);
  border-radius: 7px;
  color: var(--muted, #667085);
  background: var(--surface, #fff);
}

.staff-locale-selector > svg,
.staff-locale-selector > i {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.staff-locale-selector [data-staff-locale-label] {
  font-size: .72rem;
  font-weight: 750;
  white-space: nowrap;
}

.staff-locale-selector select {
  width: auto;
  min-width: 104px;
  max-width: 168px;
  min-height: 30px;
  margin: 0;
  padding: 3px 25px 3px 7px;
  border: 0;
  outline-offset: 3px;
  color: var(--text, #152033);
  background: transparent;
  font: inherit;
  font-size: .78rem;
  font-weight: 750;
}

html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .staff-locale-selector { direction: rtl; }
html[dir="rtl"] .staff-locale-selector select { padding: 3px 7px 3px 25px; }
html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="url"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] input[inputmode="numeric"],
html[dir="rtl"] code { direction: ltr; text-align: left; }
html[dir="rtl"] [data-rtl-mirror] { transform: scaleX(-1); }

@media (max-width: 760px) {
  .staff-locale-selector [data-staff-locale-label] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .staff-locale-selector select { min-width: 88px; max-width: 118px; }
}

@media (max-width: 460px) {
  .staff-locale-selector { padding-inline: 6px; }
  .staff-locale-selector > svg,
  .staff-locale-selector > i { display: none; }
  .staff-locale-selector select { min-width: 78px; max-width: 96px; }
}

@media (max-width: 350px) {
  body[data-staff-i18n-page="moderator"] .topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  body[data-staff-i18n-page="moderator"] .brand-cluster,
  body[data-staff-i18n-page="moderator"] .topbar-meta {
    width: 100%;
    min-width: 0;
  }

  body[data-staff-i18n-page="moderator"] .brand-cluster { justify-content: flex-start; }
  body[data-staff-i18n-page="moderator"] .topbar-meta { justify-content: flex-end; }
  body[data-staff-i18n-page="moderator"] .brand { overflow: hidden; }
}
