/* NFCA — front-end only.
   Widget wrappers are removed from the layout so the design's own elements sit
   directly inside their container, exactly as in the source markup. Skipped
   inside the builder, where wrappers need real boxes to be selectable. */
.nfca-c > .elementor-widget,
.nfca-c > .elementor-widget > .elementor-widget-container { display: contents; }

/* Each block now sits alone in its wrapper, so :last-child no longer means
   "last in the section" — restore the paragraph rhythm explicitly. */
.nfca-c > .elementor-widget > p { margin-bottom: var(--space-4); }
.nfca-c > .elementor-widget:last-child > p:last-child { margin-bottom: 0; }
