/* Language selector */
.i18n-lang-select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 4px 24px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 6px center;
  min-width: 52px;
}

.i18n-lang-select:hover {
  border-color: #999;
}

.i18n-lang-select:focus {
  outline: none;
  border-color: #4a7ccc;
}
