/**
 * FAQ: left nav scrolls with the page (no fixed/sticky sidebar).
 * Markup still has ekit-sticky--top; this overrides any sticky/fixed from ElementsKit CSS/JS.
 */

body.page-template-template-faq-php .elementor-element-3f320a5,
body.page-template-template-faq-php .elementor-element-3f320a5.ekit-sticky--top,
body.efeedor-faq-page .elementor-element-3f320a5,
body.efeedor-faq-page .elementor-element-3f320a5.ekit-sticky--top {
	position: static !important;
	inset: auto !important;
	top: auto !important;
	width: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: visible !important;
	transform: none !important;
	z-index: auto !important;
}
