/* Sade, sistem fontlu ve Creative Hubs alanından bağımsız ENG/TR seçici. */
.language-switcher {
  align-items: center;
  background: rgba(20, 21, 26, .58);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 3px;
  display: flex;
  gap: 8px;
  left: 150px;
  padding: 8px 11px;
  position: fixed;
  top: 27px;
  z-index: 30;
}
.language-switcher .lang-link {
  color: rgba(255, 255, 255, .78);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}
.language-switcher .lang-link:hover,
.language-switcher .lang-link:focus {
  color: #75dab4;
  outline: none;
}
.language-switcher .lang-link.active {
  color: #75dab4;
  pointer-events: none;
}
.language-switcher .language-divider {
  color: rgba(255, 255, 255, .42);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .language-switcher { left: 100px; top: 18px; }
}
@media only screen and (max-width: 575px) {
  .language-switcher { left: 92px; padding: 7px 9px; }
  .language-switcher .lang-link,
  .language-switcher .language-divider { font-size: 10px; }
}
