.mzd-currency-switcher {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	margin: 8px 0;
}

.mzd-currency-switcher__title {
	font-weight: 600;
}

.mzd-cc-currency-list-display {
	background: #fff;
	border: 1px solid currentColor;
	border-radius: 4px;
	color: inherit;
	font: inherit;
	min-height: 36px;
	min-width: 180px;
	padding: 4px 30px 4px 10px;
}

.mzd-cc-sticky-switcher {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 4px;
	bottom: 18px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
	padding: 8px 12px;
	position: fixed;
	right: 18px;
	z-index: 999;
}

.mzd-cc-sticky-switcher .mzd-currency-switcher {
	margin: 0;
}

@media (max-width: 640px) {
	.mzd-currency-switcher {
		align-items: stretch;
		display: flex;
		flex-direction: column;
	}

	.mzd-cc-currency-list-display {
		min-width: 0;
		width: 100%;
	}

	.mzd-cc-sticky-switcher {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
}
