/* Language Switcher Styles */
.language-switcher {
  margin-left: 15px;
}

.language-switcher .lang-btn {
  margin-right: 5px;
  text-decoration: none;
  color: #26262A;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.language-switcher .lang-btn:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}

.language-switcher .lang-btn.active {
  background-color: #26262A;
  color: #fff;
  text-decoration: none;
}

.language-switcher span {
  margin: 0 5px;
  color: #999;
}

/* Mobile language switcher */
.mobile_drop .language-switcher {
  padding: 10px 15px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}
