.site-header__nav .relative,
.site-header__nav-row .relative {
  position: relative !important;
  z-index: 20;
}

/* Portaled to body — must sit above header (z 500) and page */
.kb-lang-menu {
  position: fixed !important;
  z-index: 10050 !important;
  min-width: 9.5rem;
  padding: 0.35rem;
  border: 1px solid rgba(41, 28, 58, 0.12);
  border-radius: 0.375rem;
  background: #f4f2e9 !important;
  box-shadow: 0 8px 24px rgba(41, 28, 58, 0.18);
  -webkit-tap-highlight-color: transparent;
}

.kb-lang-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.55rem 0.75rem;
  border: none;
  background: none;
  font-size: 0.875rem;
  color: #291c3a;
  cursor: pointer;
  border-radius: 0.25rem;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

@media (max-width: 767px) {
  .kb-lang-menu {
    min-width: 10.5rem;
  }
  .kb-lang-item {
    min-height: 2.75rem;
    padding: 0.75rem 0.9rem;
    font-size: 0.95rem;
  }
  .site-header__lang-btn {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
}

.kb-lang-item:hover,
.kb-lang-item.is-active,
.kb-lang-item:active {
  background: rgba(74, 44, 122, 0.12);
  color: #4a2c7a;
}