/* Basic visibility control for SPA sections */
.spa-section { display: none !important; }
.spa-section.is-active { display: block !important; }

/* Optional default active tab styling (you can override in Elementor) */
[data-target].is-active { outline: none !important; }
