.language-switcher {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background: rgba(0,0,0,0.8);
  padding: 10px;
  border-radius: 5px;
}

.language-switcher select {
  background: white;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

.language-switcher select:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-primary);
} 
