.wmc-currency-switcher {
	display: inline-flex;
	gap: 0.25rem;
	align-items: center;
	font-size: 0.95em;
}

.wmc-currency-switcher__item {
	display: inline-flex;
	min-height: 1.9rem;
	padding: 0.25rem 0.55rem;
	align-items: center;
	border: 1px solid rgba(137, 82, 100, 0.28);
	color: inherit;
	line-height: 1;
	text-decoration: none;
}

.wmc-currency-switcher__item.is-active {
	border-color: rgba(137, 82, 100, 0.75);
	background: rgba(215, 174, 191, 0.45);
	font-weight: 700;
}

.wmc-currency-switcher__separator {
	display: none;
}

.wmc-product-price-switcher {
	margin-top: 0.55rem;
	margin-bottom: 1rem;
}
