.wp-lsmart-langswitcher {
  position: relative;
  display: inline-block;
  font-family: inherit;
  z-index: 20;
}

.wp-lsmart-langswitcher__dropdown {
  position: relative;
}

.wp-lsmart-langswitcher__toggle {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 48px;
  padding: 10px 12px;
  border: 1px solid #d8dee8;
  border-radius: 12px;
  background: transparent;
  color: #1b2430;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(10, 24, 46, 0.06);
}

.wp-lsmart-langswitcher__toggle::-webkit-details-marker {
  display: none;
}

.wp-lsmart-langswitcher__chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.wp-lsmart-langswitcher__dropdown[open] .wp-lsmart-langswitcher__chevron {
  transform: rotate(-135deg) translateY(-1px);
}

.wp-lsmart-langswitcher__menu {
  list-style: none;
  margin: 8px 0 0;
  padding: 8px;
  min-width: 178px;
  position: absolute;
  right: 0;
  border-radius: 12px;
  background: #015373;
  box-shadow: 0 14px 30px rgba(10, 24, 46, 0.14);
}

.wp-lsmart-langswitcher__option {
  margin: 0;
}

.wp-lsmart-langswitcher__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 8px;
  padding: 8px 10px;
  text-decoration: none;
  color: white;
  font-size: 0.75rem;
  line-height: 1.2;
}

.wp-lsmart-langswitcher__link:hover,
.wp-lsmart-langswitcher__link:focus {
  background: #015373;
  color: #aaaaaa;
  outline: none;
}

.wp-lsmart-langswitcher__current {
  color: white;
}

.wp-lsmart-langswitcher__option.is-current .wp-lsmart-langswitcher__link {
  background: #015373;
  color: #16d0d9;
  font-weight: 700;
}

.wp-lsmart-langswitcher__short {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.wp-lsmart-langswitcher__long {
  text-transform: none;
  font-weight: 500;
  color: #888888;
}
