.market-switcher{display:flex;align-items:center;gap:7px}
.market-switcher a{display:grid;place-items:center;width:39px;height:31px;padding:0;border:1px solid transparent;border-radius:8px;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s}
.market-switcher a:hover{background:#f4f6ff;transform:translateY(-1px)}
.market-switcher a[aria-current=page]{border-color:#cbd3ff;background:#eef1ff;box-shadow:0 0 0 2px rgba(64,82,235,.08)}
.market-switcher img{display:block;width:27px;height:18px;border-radius:2px;object-fit:cover;box-shadow:0 1px 3px rgba(7,13,53,.22)}
.market-switcher a:focus-visible{outline:2px solid #00cfc8;outline-offset:2px}
@media(max-width:820px){.market-switcher{padding:10px 0;border-top:1px solid #edf0f7}}
