.wnfo-i18n-switcher {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  display: flex;
  gap: .35rem;
  align-items: center;
  background: rgba(255,255,255,.92);
  border: 1px solid #d0d7de;
  border-radius: 999px;
  padding: .35rem .55rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .12);
  font-family: "Segoe UI", system-ui, sans-serif;
}
.wnfo-i18n-flags a {
  text-decoration: none;
  font-size: 1.15rem;
  line-height: 1;
  opacity: .55;
  padding: .15rem;
}
.wnfo-i18n-flags a.is-active,
.wnfo-i18n-flags a:hover { opacity: 1; }
.wnfo-i18n-dropdown select {
  border: 0;
  background: transparent;
  font: inherit;
  font-size: .9rem;
  max-width: 11rem;
}
.wnfo-i18n-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  margin: 0;
  padding: 0;
}
.wnfo-i18n-menu a { text-decoration: none; font-weight: 600; }
