.hardtek-language-switcher { display:flex; flex:0 0 auto; gap:2px; padding:3px; border:1px solid #dce3ed; border-radius:7px; }
.hardtek-language-switcher a { padding:5px 7px; font-size:0.75rem; font-weight:800; line-height:1.2; text-decoration:none; border-radius:4px; color:#475467; }
.hardtek-language-switcher a[aria-current="true"] { background:#155eef; color:#fff; }
.hardtek-language-switcher a:focus-visible { outline:2px solid #93b4ff; outline-offset:2px; }
@media (max-width:600px) { .hardtek-language-switcher { margin-left:auto; } }
