.saejee-lang-nav {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 0.375rem !important;
  min-width: 0;
  white-space: nowrap !important;
}

@media (max-width: 768px) {
  .saejee-lang-nav {
    gap: 0.25rem !important;
  }

  .saejee-lang-nav a[data-element-type="language-switch"] {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    padding: 0 1px !important;
    line-height: 1 !important;
  }
}

.saejee-lang-nav a[data-element-type="language-switch"] {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none !important;
  text-transform: none;
}

.saejee-lang-nav a[data-element-type="language-switch"]:hover {
  color: #000090 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
}

.saejee-lang-nav a[data-element-type="language-switch"][aria-current="page"] {
  color: #000090 !important;
  font-weight: 900;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 0.22em;
}

.saejee-lang-nav a[data-element-type="language-switch"]:focus-visible {
  outline: 2px solid #000090;
  outline-offset: 3px;
}

/* Réduit l'espace Tailwind hérité entre les langues et la recherche sur grand écran. */
@media (min-width: 1280px) {
  .saejee-lang-nav + [data-element-type="search"] {
    margin-left: 0.5rem !important;
  }
}

/* Alignement et espacement fidèles IU Fernstudium pour la cabecera mobile */
@media (max-width: 1279px) {
  #default-layout header .order-3,
  header .order-3 {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: clamp(0.65rem, 2.2vw, 1.25rem) !important;
    column-gap: clamp(0.65rem, 2.2vw, 1.25rem) !important;
  }

  #default-layout header [data-element-type="search"],
  #default-layout header [data-element-type="navigation-popup"],
  header [data-element-type="search"],
  header [data-element-type="navigation-popup"] {
    width: 1.5rem !important;
    height: 1.5rem !important;
    flex: 0 0 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  nav[data-mobile-menu-typesense] {
    width: 1.5rem !important;
    height: 1.5rem !important;
    flex: 0 0 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  [data-element-type="main-menu-open"] {
    width: 1.5rem !important;
    height: 1.5rem !important;
    flex: 0 0 1.5rem !important;
    display: block !important;
    margin: 0 !important;
  }
}
