/* Canonical Widais footer. Context controls links, never visual structure. */
#widais-site-footer[data-site-footer], #widais-site-footer[data-site-footer] *, #widais-site-footer[data-site-footer] *::before, #widais-site-footer[data-site-footer] *::after { box-sizing: border-box; }
#widais-site-footer[data-site-footer] {
  position: relative !important; z-index: 2147482500 !important; isolation: isolate !important; display: flex !important;
  align-items: center !important; justify-content: space-between !important; flex-wrap: wrap !important;
  gap: var(--widais-navigation-gap) !important; width: 100% !important; max-width: 100% !important;
  min-height: 50px !important; margin: 0 !important; padding: 6px 14px !important;
  overflow: visible !important; border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 18px !important; background: #050505 !important; background-image: none !important;
  box-shadow: none !important; color: rgba(255,255,255,.68) !important;
  font: 400 11px/1.35 system-ui,-apple-system,"Segoe UI",sans-serif !important;
  backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
}
#widais-site-footer[data-site-footer]::before, #widais-site-footer[data-site-footer]::after { content: none !important; display: none !important; }
#widais-site-footer[data-site-footer] :is(.footer-group,.footer-left,.footer-right) {
  display: flex !important; align-items: center !important; flex-wrap: wrap !important;
  gap: var(--widais-navigation-gap) !important; min-width: 0 !important; margin: 0 !important; padding: 0 !important;
  border: 0 !important; background: transparent !important; background-image: none !important; box-shadow: none !important;
}
#widais-site-footer[data-site-footer] .footer-left { justify-content: flex-start !important; justify-self: start !important; }
#widais-site-footer[data-site-footer] .footer-right {
  justify-content: flex-end !important; justify-self: end !important; margin-left: auto !important;
}
#widais-site-footer[data-site-footer] :is(a,.language-trigger) {
  position: relative !important; display: inline-flex !important; align-items: center !important;
  min-height: 28px !important; margin: 0 !important; padding: 0 5px !important;
  border: 0 !important; border-radius: 999px !important; background: transparent !important;
  background-image: none !important; box-shadow: none !important; color: rgba(255,255,255,.64) !important;
  font: inherit !important; font-weight: 400 !important; letter-spacing: 0 !important;
  text-decoration: none !important; text-transform: none !important; white-space: nowrap !important;
  transition: color 160ms ease,background-color 160ms ease !important;
}
#widais-site-footer[data-site-footer] :is(a,.language-trigger):is(:hover,:focus-visible) {
  border: 0 !important; background: rgba(255,255,255,.055) !important; box-shadow: none !important;
  color: #fff !important; outline: none !important; transform: none !important;
}
#widais-site-footer[data-site-footer] .language-selector {
  position: relative !important; z-index: 8 !important; display: inline-flex !important;
  align-items: center !important; flex: 0 0 auto !important; margin: 0 !important;
}
#widais-site-footer[data-site-footer] .language-trigger {
  appearance: none !important; -webkit-appearance: none !important; justify-content: center !important;
  gap: 6px !important; cursor: pointer !important;
}
#widais-site-footer[data-site-footer] .language-globe {
  display: block !important; width: 14px !important; height: 14px !important; flex: 0 0 14px !important;
  fill: none !important; stroke: currentColor !important; stroke-width: 1.75 !important;
  stroke-linecap: round !important; stroke-linejoin: round !important; opacity: .92 !important;
}
#widais-site-footer[data-site-footer] .language-menu {
  position: absolute !important; right: 0 !important; bottom: calc(100% + 9px) !important;
  z-index: 2147483000 !important; display: grid !important; gap: 5px !important;
  min-width: 142px !important; margin: 0 !important; padding: 8px !important;
  border: 1px solid rgba(255,255,255,.12) !important; border-radius: 18px !important;
  background: #090909 !important; background-image: none !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.38) !important;
  opacity: 0 !important; visibility: hidden !important; pointer-events: none !important;
  transform: translateY(8px) scale(.98) !important; transform-origin: bottom right !important;
  transition: opacity 160ms ease,transform 160ms ease,visibility 160ms ease !important;
}
#widais-site-footer[data-site-footer] .language-menu::after {
  content: "" !important; position: absolute !important; right: 18px !important; bottom: -6px !important;
  display: block !important; width: 10px !important; height: 10px !important;
  border-right: 1px solid rgba(255,255,255,.12) !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
  background: #090909 !important; transform: rotate(45deg) !important;
}
#widais-site-footer[data-site-footer] .language-selector:is(:hover,:focus-within) .language-menu {
  opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}
#widais-site-footer[data-site-footer] .language-menu a {
  display: flex !important; justify-content: space-between !important; gap: 14px !important;
  min-height: 34px !important; padding: 0 9px 0 11px !important; border-radius: 12px !important;
  color: rgba(255,255,255,.72) !important; font-size: 12px !important;
  font-weight: 700 !important; text-decoration: none !important;
}
#widais-site-footer[data-site-footer] .language-menu a:is(:hover,:focus-visible) {
  background: rgba(255,255,255,.09) !important; color: #fff !important;
}
#widais-site-footer[data-site-footer] .language-menu a.is-active {
  background: #fff !important; color: #050505 !important;
}
#widais-site-footer[data-site-footer] .language-menu small {
  font-size: 9px !important; font-weight: 800 !important; letter-spacing: .12em !important; opacity: .62 !important;
}
@media (max-width:760px) {
  #widais-site-footer[data-site-footer] { justify-content: flex-start !important; gap: var(--widais-navigation-gap) !important; min-height: 0 !important; padding: 12px !important; }
  #widais-site-footer[data-site-footer] :is(.footer-group,.footer-left,.footer-right) { justify-content: flex-start !important; justify-self: start !important; width: auto !important; gap: var(--widais-navigation-gap) !important; }
  #widais-site-footer[data-site-footer] .footer-right { margin-left: 0 !important; }
  #widais-site-footer[data-site-footer] :is(a,.language-trigger) { min-height: 26px !important; padding: 0 4px !important; }
  body.home-personalized #widais-site-footer[data-site-footer] .footer-right { flex: 1 1 100% !important; width: 100% !important; }
  body.home-personalized #widais-site-footer[data-site-footer] .footer-right .language-selector { margin-left: auto !important; }
}
