/*
 * The breakpoint intentionally follows WPBakery's commonly used mobile breakpoint.
 * !important ensures the setting still works if a row has display styles applied.
 */
@media (max-width: 767px) {
	.adresult-show-desktop-only {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.adresult-show-mobile-only {
		display: none !important;
	}
}
