/* iLights Modern — responsive cleanup for the static site.
   Loaded on every page after the theme CSS. */

/* Kill sub-pixel/stray horizontal overflow at every size (footer email, etc.). */
html, body { overflow-x: clip; }

/* Long unbreakable strings (email addresses) must wrap instead of overflowing. */
.elementor-icon-list-text { overflow-wrap: anywhere; }
