/**
 * Hide my account menu for table mobile by Murphy
 * Hides the target Elementor container on tablet and mobile viewports.
 */

/* Tablet and mobile: 1024px and below */
@media screen and (max-width: 1024px) {
	.elementor-element.elementor-element-ad288ec.e-con-full.e-flex.e-con.e-child[data-id="ad288ec"] {
		display: none !important;
	}
}

