/*
Theme Name: OceanWP Child
Template: oceanwp
*/

.language-switcher {
  font-family: Arial, sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.language-switcher a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  margin: 0 2px;
  transition: color 0.2s ease;
}

.language-switcher a.lang-current {
  color: #2874B2;
  font-weight: 700;
  text-decoration: underline;
}

.language-switcher a:hover {
  color: #2874B2;
}

.language-switcher span {
  color: #FFFFFF;
  margin: 0 2px;
  position: relative;
  top: -1px;
}