.msc-currency-switcher { list-style: none; display: flex; gap: 8px; padding: 0; margin: 0; }
.msc-currency-switcher .is-active a { font-weight: bold; }
.msc-currency-select { max-width: 100%; min-width: 8rem; padding: 0.35rem 0.5rem; font: inherit; }
.msc-currency-switcher-wrap { display: inline-flex; align-items: center; gap: 6px; }
.msc-currency-display-toggle { border: 1px solid currentColor; background: transparent; border-radius: 4px; cursor: pointer; padding: 2px 6px; line-height: 1; font: inherit; }
.msc-currency-switcher--dual .msc-currency-label--compact { display: none; }
.msc-currency-switcher--dual.msc-currency-switcher--compact-view .msc-currency-label--code { display: none; }
.msc-currency-switcher--dual.msc-currency-switcher--compact-view .msc-currency-label--compact { display: inline; }
