/*
Theme Name: DasWelte Custom Theme
Theme URI: https://dasweltauto.al/
Author: 1up.al
Version: 1.0
*/

.dwa-lang-switcher {
  line-height: 1;
  z-index: 200;
}

.dwa-lang-toggle {
  border: 0;
  background: transparent;
  padding: 6px 0;
  cursor: pointer;
  min-height: 34px;
  gap: 6px !important;
}

.dwa-lang-toggle:focus-visible {
  outline: 2px solid #f06408;
  outline-offset: 2px;
  border-radius: 4px;
}

.dwa-lang-toggle .dwa-lang-code {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}

.dwa-lang-arrow {
  opacity: 0.9;
}

.dwa-lang-toggle .dwa-lang-flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  flex: 0 0 auto;
}

.dwa-lang-option .dwa-lang-flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  flex: 0 0 auto;
}

.dwa-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 300;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  min-width: 86px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
  background: #101010;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
}

.dwa-lang-menu li {
  display: block;
}

.dwa-lang-option {
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 7px 10px;
}

.dwa-lang-option .dwa-lang-code {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}

.js-lang-menu.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .dwa-lang-toggle .dwa-lang-code {
    font-size: 14px;
  }

  .dwa-lang-toggle {
    padding: 6px 0;
    min-height: 32px;
  }

  .dwa-lang-option .dwa-lang-code {
    font-size: 12px;
  }
}
