/* Language Switcher Select Dropdown */
.language-switcher-select-wrapper {
  display: inline-block;
}

.language-switcher-select-wrapper .language-select {
  padding: 6px 30px 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  font-size: 14px;
  cursor: pointer;
  min-width: 120px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

.language-switcher-select-wrapper .language-select:hover {
  border-color: #00AEFF;
}

.language-switcher-select-wrapper .language-select:focus {
  border-color: #00AEFF;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 174, 255, 0.2);
}

/* Block styling in nav_additional region */
#block-languageswitcherselect {
  display: flex;
  align-items: center;
  gap: 8px;
}

#block-languageswitcherselect h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #fff;
}
