/* Sélecteur langue — discret, compact */
.twostep-nav__lang-wrap {
  display: block;
  width: auto;
  margin: 1rem 0 1.35rem;
  padding: 0.75rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.twostep-nav__info > .twostep-nav__ul.is--small {
  margin-bottom: 0 !important;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
}

.lang-switcher__btn {
  min-width: 2rem;
  min-height: auto;
  padding: 0.32rem 0.55rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  font-family: Barlow, sans-serif;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.lang-switcher__btn:hover:not(.is-active) {
  color: rgba(255, 255, 255, 0.65);
}

.lang-switcher__btn.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.lang-switcher__btn:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.25);
  outline-offset: 2px;
}

.lang-switcher__btn:active {
  transform: none;
}

.lang-switcher__sep {
  display: none;
}

@media screen and (max-width: 767px) {
  .twostep-nav__lang-wrap {
    margin: 1rem 0 1.5rem;
    padding-top: 0.85rem;
  }

  .lang-switcher__btn {
    padding: 0.38rem 0.6rem;
    font-size: 0.6rem;
  }
}
