.dgc-currency-switcher {
  display: inline-block;
}

.dgc-currency-switcher__select {
  color: #000;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  appearance: auto;
}

.dgc-currency-switcher__select:hover,
.dgc-currency-switcher__select:focus {
  text-decoration: underline;
  outline: none;
}

.dgc-currency-switcher.is-loading .dgc-currency-switcher__select {
  opacity: 0.6;
  pointer-events: none;
}

.dgc-vat-note {
  display: block;
  margin-top: 0.25rem;
  opacity: 0.85;
}
