/* ==========================================================================
   ELEMENTOR OVERRIDES — conflict fixes & edge-to-edge. Loads AFTER Elementor.
   ========================================================================== */

/* Container width to match design system (also enforced via functions.php inline) */
.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px}
.e-con{--container-max-width:1280px}

/* Let full-width hero sections bleed edge-to-edge */
.aaa-full-bleed{width:100vw;margin-left:calc(50% - 50vw)}

/* Remove default theme content padding on Elementor full-width pages */
.elementor-page .site-main,
.elementor-page .entry-content{margin:0;padding:0}
