.bbms-currency-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
}

.bbms-currency-switcher__trigger {
  color: inherit;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.bbms-currency-switcher__symbol {
  font-size: 14px;
  opacity: 0.85;
}

.bbms-currency-switcher__trigger svg {
  margin-left: 2px;
}

.bbms-currency-switcher__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 14px;
}
