/* Expat Nation base layer: let Elementor full-width sections and the
   verified page markup render edge-to-edge, and re-assert the box model
   the utility classes assume (in case a host theme reset interferes). */
html { -webkit-text-size-adjust: 100%; }
#content.site-content { max-width: none; margin: 0; padding: 0; width: 100%; }
.en-site, .en-site .elementor { width: 100%; }
/* The whole page body lives in one .en-root wrapper per template. */
.en-root { width: 100%; }
.en-root img { max-width: 100%; height: auto; }
/* Elementor wraps our HTML widget; strip its default spacing so the
   design's own spacing is what shows. */
.en-root .elementor-widget-container { margin: 0; padding: 0; }
