/* Only WCML's horizontal list: no disclosure/dropdown behavior is changed. */
.wcml-horizontal-list.wcml_currency_switcher a[rel] {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.65em 0.8em;
  border-radius: 3px;
  line-height: 1.2;
  cursor: pointer;
}
.wcml-horizontal-list.wcml_currency_switcher a[aria-pressed="true"] {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}
.wcml-horizontal-list.wcml_currency_switcher a[role="button"]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px var(--fernroam-base, #f8f7f2);
}
