.lnm-footer__lang { display: inline-flex; align-items: center; gap: 6px; }
    .lnm-footer__lang-btn { appearance: none; border: 1px solid rgba(255,255,255,.28); background: transparent; color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 600; letter-spacing: .06em; line-height: 1; padding: 8px 11px; border-radius: 999px; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
    .lnm-footer__lang-btn:hover { color: #fff; border-color: rgba(255,255,255,.5); }
    .lnm-footer__lang-btn.is-active { background: #fff; color: #111; border-color: #fff; }
    .lnm-footer__bottom { align-items: center; }
