/* Ensure containers allow sticky overflow */
.e-con, .e-con-inner, .elementor-column, .elementor-widget-wrap {
	overflow: visible !important;
}

/* Apply sticky to the navigation widget generically */
.elementor-widget-vertical_nav_fef26a90 {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 40px !important;
	z-index: 999 !important;
	align-self: start !important;
}

body.admin-bar .elementor-widget-vertical_nav_fef26a90 {
	top: calc(var(--wp-admin--admin-bar--height, 32px) + 40px) !important;
}

@media screen and (max-width: 782px) {
	body.admin-bar .elementor-widget-vertical_nav_fef26a90 {
		top: calc(46px + 40px) !important;
	}
}
