/* Manivo Bilingual Foundation V1 */
.manivo-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
}
.manivo-language-switcher a {
  color: #173a63;
  text-decoration: none;
  font-weight: 700;
  opacity: .72;
}
.manivo-language-switcher a:hover,
.manivo-language-switcher a:focus-visible,
.manivo-language-switcher a.is-active {
  color: #0b8d7b;
  opacity: 1;
}
.manivo-language-switcher a.is-active {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.manivo-language-switcher__globe { font-size: 15px; }
.manivo-language-switcher--floating {
  position: fixed;
  z-index: 99990;
  top: 14px;
  right: 18px;
  padding: 10px 13px;
  border: 1px solid rgba(23,58,99,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 6px 22px rgba(15,35,60,.12);
  backdrop-filter: blur(8px);
}
@media (max-width: 782px) {
  .manivo-language-switcher--floating {
    top: 8px;
    right: 8px;
    padding: 9px 11px;
    font-size: 13px;
  }
}


/* 0.9.77.63: language selector lives in its own static row above the site header. */
.manivo-language-topbar {
  position: relative;
  z-index: 9996;
  width: 100%;
  min-height: 34px;
  border-bottom: 1px solid rgba(23,58,99,.10);
  background: #fff;
}
.manivo-language-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(1240px, calc(100% - 28px));
  min-height: 34px;
  margin: 0 auto;
}
.manivo-language-switcher--topbar {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  white-space: nowrap;
}
@media (max-width: 782px) {
  .manivo-language-topbar { min-height: 30px; }
  .manivo-language-topbar__inner { min-height: 30px; width: calc(100% - 20px); }
  .manivo-language-switcher--topbar { font-size: 12px; }
}
