.fs-market-switcher {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  white-space: nowrap;
}

.fs-market-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  font-size: 13px;
}

.fs-market-switcher a.active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.menu-item-fs-switcher {
  display: flex;
  align-items: center;
}
