.language-switch { display: flex; overflow: hidden; margin-left: auto; border: 1px solid rgba(103, 228, 229, .42); border-radius: 3px; }
.language-switch button { min-width: 35px; padding: 7px 8px; color: #91c7d0; background: #0a3041; border: 0; border-left: 1px solid rgba(103, 228, 229, .25); font: 800 10px/1 Arial, sans-serif; letter-spacing: .08em; cursor: pointer; }
.language-switch button:first-child { border-left: 0; }.language-switch button:hover { color: #e8ffff; background: #15566a; }.language-switch button.active { color: #06212c; background: #70e8e6; box-shadow: inset 0 -3px #16879d; }
@media (max-width: 760px) { .language-switch { margin-left: auto; }.language-switch button { min-width: 31px; padding: 7px 6px; } }
