/* ═══════════════════════════════════════════════════════════════
   CUSTOM OVERRIDES
   Enqueued last of every theme stylesheet (see inc/enqueue.php —
   'driftline-custom' depends on every other handle, including
   'elementor-frontend'), so anything added here always wins the cascade.

   Use this file for one-off CSS fixes — especially anything overriding
   Elementor's own default widget/editor styles — instead of editing
   design-system.css or a module's own CSS directly. Keeps "this rule exists
   to beat Elementor" visually separate from the theme's actual design system.
   ═══════════════════════════════════════════════════════════════ */

.home .site-main .elementor > .elementor-element,
.page .site-main .elementor > .elementor-element {
	max-width:  100%;
    margin: 0;
    width: 100%;
}
