.currency-switcher {
  display: inline-flex;
  align-items: center;
  width: 94px;
  max-width: 100%;
  min-width: 0;
  height: 36px;
  box-sizing: border-box;
}

.currency-switcher__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.currency-switcher__select {
  display: block;
  width: 100%;
  min-width: 0;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #0b1118;
  color: #edf3f7;
  padding: 0 8px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  cursor: pointer;
}

.currency-switcher__select:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.currency-switcher__select:focus-visible {
  outline: 2px solid #80ead9;
  outline-offset: 2px;
}

.bbp-currency-switcher,
.h5-currency-switcher {
  display: flex;
  min-width: 0;
}

.h5-currency-switcher {
  width: 64px;
}

.h5-currency-switcher .currency-switcher {
  width: 100%;
}

@media (max-width: 640px) {
  .h5-currency-switcher .currency-switcher__select {
    padding: 0 4px;
    font-size: 11px;
  }
}
