<!-- Native style to hide on mobile, show on desktop -->
.desktop-spacer {
	display: none !important;
}
@media (min-width: 768px) {
	.desktop-spacer {
		display: flex !important;
	}
}
.custom-mobile-btn {
	width: 100% !important;
}
@media (min-width: 640px) {
	.custom-mobile-btn {
		width: max-content !important;
	}
}