/**
 * Hide legacy AE Post Blocks grid when optimized FacetWP template is present.
 * Remove the AE widget from Elementor when possible — this is a safety net only.
 */
body.pl-listings-grid-page .elementor-widget-ae-post-blocks-adv.facetwp-template[data-pl-legacy-ae-hidden="1"],
body.pl-listings-grid-page #pl-listings-grid-root ~ .elementor-widget-ae-post-blocks-adv.facetwp-template {
  display: none !important;
}
