/**
 * Stronghold Sticky Stack V1.
 *
 * Positioning only: Elementor retains all card presentation and normal-flow gap.
 */

/* Elementor's later .e-con rule sets position through its layout variable. */
.e-con.sh-sticky-stack-item {
	position: sticky;
	top: var(--sh-sticky-stack-item-top, 30px);
	z-index: var(--sh-sticky-stack-item-z, 10);
	align-self: stretch;
}

/* The theme's #page overflow boundary otherwise disables native sticky positioning. */
#page:has(.sh-sticky),
#page:has(.sh-sticky-stack) {
	overflow: visible;
}
