.bn-market-switcher {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  line-height: 1;
  margin-inline: 10px;
  white-space: nowrap;
}

.bn-market-link {
  align-items: center;
  border: 1px solid rgba(40, 71, 85, .18);
  border-radius: 999px;
  color: #284755;
  display: inline-flex;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  gap: 3px;
  min-height: 30px;
  padding: 5px 8px;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease;
}

.bn-market-link:hover,
.bn-market-link:focus-visible {
  background: #e9f8ff;
  border-color: #89cff0;
  color: #284755;
  text-decoration: none;
}

.bn-market-link.is-current {
  background: #284755;
  border-color: #284755;
  color: #fff;
}

.bn-market-switcher--auto {
  position: relative;
  z-index: 20;
}

.bn-review-translation-note {
  color: #7b8488;
  font-size: 11px;
  font-style: normal;
  line-height: 1.25;
  margin: 5px 0 0;
}

@media (max-width: 767px) {
  .bn-market-switcher {
    gap: 3px;
    margin-inline: 5px;
  }

  .bn-market-link {
    font-size: 0;
    min-height: 29px;
    padding: 5px 7px;
  }

  .bn-market-link span:first-child {
    font-size: 16px;
  }
}

