.elementor-3793 .elementor-element.elementor-element-079e48f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-079e48f *//* ============================================================================
   ILABACA LAW — Elementor Container CSS escape rules
   
   WHERE TO PASTE:
   In Elementor, click the Container that holds the HTML widget.
   Go to the "Advanced" tab → "Custom CSS" panel.
   Paste this entire block.
   
   WHAT IT DOES:
   1. Breaks the page out of the boxed container so it goes edge-to-edge
   2. Closes the top gap between the Elementor header and the page
   3. Keeps the sticky right-sidebar working (uses overflow:clip not hidden)
   ============================================================================ */

.elementor-3793 .elementor-element.elementor-element-079e48f .ila-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  overflow-x: clip;
}

/* Force the first section (the hero) flush to the top */
.elementor-3793 .elementor-element.elementor-element-079e48f .ila-page > section:first-of-type,
.elementor-3793 .elementor-element.elementor-element-079e48f .ila-page .ila-hero {
  margin-top: 0;
}

/* Belt-and-braces: kill any padding the container itself adds */
.elementor-3793 .elementor-element.elementor-element-079e48f {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ============================================================================
   IF the sticky right-rail card still does not stick after this:
   - Add `overflow: visible` to any parent container above this one in Elementor
   - Or change the .ila-page rule above from `overflow-x: clip` to nothing,
     and use the body-level CSS option in your WordPress Customizer instead.
   ============================================================================ *//* End custom CSS */