.locale-switcher{display:flex;justify-content:center;align-items:center;gap:6px;margin:6px auto 10px;font:700 12px/1.2 Arial,sans-serif}
.locale-switcher a{display:inline-flex;align-items:center;justify-content:center;min-width:34px;padding:5px 8px;border:1px solid #80602c;border-radius:8px;background:#160e08;color:#d7bd78;text-decoration:none}
.locale-switcher a.active{border-color:#e1ad39;background:#4b260f;color:#fff2b5}
