.mobile-lang-switcher{display:flex;gap:8px;align-items:center}.mobile-lang-switcher__item{display:inline-flex;align-items:center;gap:4px;padding:4px 8px!important;border:1px solid #020010;border-radius:6px;background:#fff;color:#020010!important;color:#020010;font-family:"Schibsted Grotesk",sans-serif;font-size:16px!important;font-weight:400!important;text-decoration:none;transition:all .2s ease;cursor:pointer}.mobile-lang-switcher__item.is-active{background:#2663eb;border-color:#2663eb;color:#f2f2f8!important}.mobile-lang-switcher__icon{display:inline-flex;align-items:center}.mobile-lang-switcher__code{font-size:14px;font-weight:600;line-height:1}.mobile-lang-switcher--dark .mobile-lang-switcher__item{border-color:#f2f2f8;background:0 0;color:#f2f2f8!important}.mobile-lang-switcher--dark .mobile-lang-switcher__item.is-active{background:#2663eb;border-color:#2663eb;color:#fff}@media (max-width:767px){.mobile-lang-switcher{gap:6px}.mobile-lang-switcher__item{padding:5px 10px;font-size:13px}}