.elementor-6990 .elementor-element.elementor-element-e029a22{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-e029a22 *//* ============================================================================
   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-6990 .elementor-element.elementor-element-e029a22 .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-6990 .elementor-element.elementor-element-e029a22 .ila-page > section:first-of-type,
.elementor-6990 .elementor-element.elementor-element-e029a22 .ila-page .ila-hero {
  margin-top: 0;
}

/* Belt-and-braces: kill any padding the container itself adds */
.elementor-6990 .elementor-element.elementor-element-e029a22 {
  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 */