.fivemx-mobile-currency-switcher {
	display: none;
}

@media (max-width: 992px) {
	.fivemx-mobile-currency-switcher {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		padding: 1rem 1.25rem;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
	}

	.fivemx-mobile-currency-switcher__label {
		font-size: 0.875rem;
		font-weight: 600;
	}

	.fivemx-mobile-currency-switcher .yay-currency-shortcode-switcher,
	.fivemx-mobile-currency-switcher .yay-currency-custom-select-wrapper {
		margin: 0;
	}
}
