/* Kielivalitsin: liput + tekstit */
.harjula-lang-switcher {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25;
}

.harjula-lang-switcher .harjula-lang-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  background: color-mix(in srgb, currentColor 6%, transparent);
  transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
  opacity: 0.92;
}

.harjula-lang-switcher .harjula-lang-flag {
  font-size: 1.15rem;
  line-height: 1;
}

.harjula-lang-switcher .harjula-lang-label {
  font-weight: 500;
  letter-spacing: 0.01em;
}

.harjula-lang-switcher .harjula-lang-link:hover,
.harjula-lang-switcher .harjula-lang-link:focus {
  opacity: 1;
  border-color: color-mix(in srgb, currentColor 40%, transparent);
  background: color-mix(in srgb, currentColor 10%, transparent);
  outline: none;
}

.harjula-lang-switcher .harjula-lang-link:focus-visible {
  box-shadow: 0 0 0 2px color-mix(in srgb, currentColor 35%, transparent);
}

.harjula-lang-switcher .harjula-lang-link.is-active {
  font-weight: 600;
  opacity: 1;
  border-color: color-mix(in srgb, currentColor 55%, transparent);
  background: color-mix(in srgb, currentColor 14%, transparent);
}

/* Ylätunniste: siirretty bannerin/headarin sisään (JS) */
.harjula-ls-auto-wrap.harjula-ls--header.harjula-ls--in-banner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0 0 0 auto;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  border: none;
  z-index: 1001;
}

.harjula-ls-auto-wrap.harjula-ls--header.harjula-ls--in-banner .harjula-lang-switcher {
  justify-content: flex-end;
}

/* Jos kohdetta ei löydy: näytä sivun alaosassa siististi */
.harjula-ls-auto-wrap.harjula-ls--header.harjula-ls--fallback-visible {
  display: flex;
  justify-content: center;
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  max-width: 72rem;
}

/* Alatunniste */
.harjula-ls-auto-wrap.harjula-ls--footer {
  margin: 1.5rem auto;
  padding: 0 1rem;
  max-width: 72rem;
  text-align: center;
  justify-content: center;
}

.harjula-ls-auto-wrap.harjula-ls--footer .harjula-lang-switcher {
  justify-content: center;
}

/* Valikko: viimeinen rivi, tasainen ulkoasu muiden linkkien kanssa */
.harjula-ls-menu-item--switcher {
  list-style: none;
  margin-left: 0.35rem;
  align-self: center;
}

.harjula-ls-menu-item--switcher .harjula-ls-menu-switcher-host {
  display: flex;
  align-items: center;
  height: 100%;
}

.harjula-lang-switcher--in-menu {
  flex-wrap: nowrap;
  gap: 0.25rem 0.35rem;
  margin: 0;
}

.harjula-lang-switcher--in-menu .harjula-lang-link {
  padding: 0.28rem 0.5rem;
  font-size: 0.8125rem;
  border-radius: 999px;
}

.harjula-lang-switcher--in-menu .harjula-lang-flag {
  font-size: 1.05rem;
}

@media (max-width: 782px) {
  .harjula-lang-switcher--in-menu {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.harjula-ls--menu-fallback {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  opacity: 0.95;
}
