ul.currency_switcher {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
  list-style: none; }
  ul.currency_switcher li {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-sizing: border-box; }
    ul.currency_switcher li a[class*="currency-"] {
      display: block;
      padding: 7px;
      text-decoration: none; }
      ul.currency_switcher li a[class*="currency-"]:hover {
        text-decoration: underline; }
    ul.currency_switcher li a.active {
      background-color: #e5e5e5;
      box-shadow: inset 0 0 5px #c1c1c1; }
    ul.currency_switcher li:hover {
      cursor: pointer;
      background-color: #ddd; }

label.currency_switcher_label {
  display: block; }

/*# sourceMappingURL=converter.css.map */
