/* ──────────────────────────────────────────────
   Elementor Stacked Block – Core Styles
   ────────────────────────────────────────────── */

/* ─── Stack Parent ─── */

.esb-stack {
	position: relative;
	width: 100%;
}

/* ─── Stack Child (.e-con) ─── */

.esb-stack > .e-con {
	/* Force absolute positioning so it breaks out of normal flow and overlaps */
	position: absolute !important;
	z-index: 1;
}