.cmi-language-switcher {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 4px;
}

.cmi-language-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;
}

.cmi-language-switcher__select {
  width: 80px;
  height: 34px;
  padding: 0 8px;
  color: #303133;
  background: #ffffff;
  border: 1px solid #e4e7ed;
  border-radius: 6px;
  font: 500 13px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.cmi-language-switcher__select:hover {
  color: #1565c0;
  border-color: #90caf9;
}

.cmi-language-switcher__select:focus-visible {
  outline: 2px solid #1565c0;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .cmi-language-switcher {
    margin-left: 0;
  }

  .cmi-language-switcher__select {
    width: 72px;
    height: 32px;
    padding: 0 5px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .cmi-language-switcher__select {
    width: 62px;
  }
}
