.market-switcher{position:relative;display:inline-flex;align-items:center}
.market-switcher__popover{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;max-width:280px;max-height:320px;overflow:auto;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:10px;box-shadow:0 12px 28px rgba(0,0,0,.16);z-index:60;display:none;padding:6px}
.market-switcher.is-open .market-switcher__popover{display:block}
.market-switcher__list{display:flex;flex-direction:column}
.market-switcher__item{appearance:none;border:0;background:transparent;width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;color:#111;font-weight:500;cursor:pointer;text-align:left}
.market-switcher__item:hover,.market-switcher__item:focus-visible{background:rgba(0,0,0,.06);outline:0}
.market-switcher__flag{width:18px;height:12px;border-radius:2px;object-fit:cover;flex:0 0 auto}
.market-switcher__name{line-height:1.2}