.footer-language-switch{display:inline-block;position:relative}.footer-language-switch-tooltip{background-color:var(--semantic-white);border-radius:var(--radius-border-rounded-l,8px);bottom:100%;box-shadow:0 4px 12px rgba(0,0,0,.15);left:50%;margin-bottom:var(--spacer-xs,.5rem);min-width:160px;opacity:0;padding:var(--spacer-sm,.75rem);pointer-events:none;position:absolute;transform:translateX(-50%) translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;visibility:hidden;z-index:1000}.footer-language-switch-tooltip.is-visible{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);visibility:visible}.footer-language-switch-tooltip:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--semantic-white,#fff);content:"";height:0;left:50%;position:absolute;top:100%;transform:translateX(-50%);width:0}.footer-language-switch-list{display:flex;flex-direction:column;gap:var(--spacer-xs,.5rem);list-style:none;margin:0;padding:0}.footer-language-switch-item{margin:0;padding:0}.footer-language-switch-item a.simple-link{justify-content:flex-start;min-width:unset;white-space:nowrap;width:100%}.footer-language-switch-item a.simple-link.active{font-family:var(--font-primary);font-weight:var(--font-weight-medium);pointer-events:none;text-decoration:underline}