/* CheckPhone bilingual UI */
.cp-lang-switcher{position:relative;display:inline-flex;align-items:center;gap:4px;margin-left:8px}
.cp-lang-switcher a{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:10px;text-decoration:none!important;font-size:13px;font-weight:800}
.cp-lang-switcher a:hover{background:rgba(99,102,241,.10)}
.cp-lang-switcher .active{background:rgba(99,102,241,.12)}
html[data-theme="dark"] .cp-lang-switcher a{color:#e5e7eb}
html[data-theme="light"] .cp-lang-switcher a{color:#344054}
@media(max-width:575px){.cp-lang-switcher{margin-left:0}.cp-lang-switcher a{padding:6px 7px;font-size:12px}.cp-lang-switcher .label{display:none}}
