/**
 * Publish / preview only (not loaded in wcmmode.edit).
 * display:none collapses getBoundingClientRect → AEM cq-Overlay gets width/height 0.
 */
.aem-Grid-newComponent,
.new.newpar.section,
.sa-authored-grid .aem-Grid-newComponent,
.sa-authored-grid.aem-Grid .aem-Grid-newComponent.new.section,
div.new.section.aem-Grid-newComponent {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
