/* Allow editor styles to easily override defaults by wrapping the target in :where() to lower specificity */
:where(.elementor-section:not(.elementor-inner-section)), 
:where(.e-con:not(.e-con-inner)) {
	padding-top: 50px;
	padding-bottom: 50px;
}
