.locale-switcher {
  align-items: center;
  color: #61748d;
  display: inline-flex;
  font: 700 12px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 6px;
  letter-spacing: 0;
  white-space: nowrap;
}

.locale-switcher-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.locale-switcher select {
  appearance: none;
  background: #f8fbff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23466b91' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 8px center;
  border: 1px solid #d5e2f0;
  border-radius: 6px;
  color: #183b60;
  cursor: pointer;
  font: inherit;
  min-height: 30px;
  outline: none;
  padding: 0 27px 0 9px;
}

.locale-switcher select:hover,
.locale-switcher select:focus-visible {
  border-color: #2a74ba;
  box-shadow: 0 0 0 3px rgba(42, 116, 186, .12);
}

.topbar .locale-switcher {
  margin-left: auto;
}

.cp-topbar .locale-switcher {
  margin-right: 4px;
}

body > .locale-switcher {
  position: fixed;
  right: 24px;
  top: 20px;
  z-index: 20;
}

@media (max-width: 720px) {
  .topbar .locale-switcher {
    margin-left: 0;
  }

  .cp-topbar .locale-switcher {
    margin-right: 0;
  }

  body > .locale-switcher {
    right: 16px;
    top: 14px;
  }
}
