.reprise-language-switch{
    position:fixed;right:18px;bottom:18px;z-index:2147483000;
    display:flex;align-items:center;gap:3px;padding:5px;
    border:1px solid rgba(130,177,206,.28);border-radius:999px;
    background:rgba(5,9,16,.9);box-shadow:0 14px 38px rgba(0,0,0,.34);
    backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
    font:700 10px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    letter-spacing:.05em;color:#dce8f2;
}
.reprise-language-switch__icon{display:grid;place-items:center;width:25px;height:25px;color:#70ddf5;font-size:14px}
.reprise-language-switch a{display:grid;place-items:center;min-width:31px;height:27px;padding:0 7px;border-radius:999px;color:#92a7b9!important;text-decoration:none!important;border:1px solid transparent;transition:.18s ease}
.reprise-language-switch a:hover{color:#fff!important;background:rgba(255,255,255,.06)}
.reprise-language-switch a.active{color:#061019!important;background:#76dff4;border-color:#9ee9f8;box-shadow:0 0 18px rgba(86,211,240,.22)}
@media(max-width:640px){.reprise-language-switch{right:10px;bottom:10px}.reprise-language-switch__icon{display:none}.reprise-language-switch a{min-width:29px;height:26px;padding:0 5px}}
@media print{.reprise-language-switch{display:none!important}}
