/* cohesion-fix: static-restore safety net for Divi */
html,body{overflow-x:clip;max-width:100vw}
img{max-width:100%;height:auto}
/* Divi lazy/animation states that never fire without full JS */
.et_pb_section,.et_pb_row,.et_pb_module{opacity:1!important;transform:none!important}
.et-waypoint{opacity:1!important}
/* hide dead interactive chrome on static */
.et_pb_scroll_top,#et_search_icon~.et-search-form{}
/* off-canvas / overlay clickblock guards */
.et_pb_fullscreen_nav_container,.mobile-menu-wrap,.off-canvas-overlay{display:none!important}
/* iframe responsiveness (YouTube embeds) */
iframe{max-width:100%}
.et_pb_video_box iframe,.fluid-width-video-wrapper iframe{width:100%}
/* tables on mobile */
table{max-width:100%;overflow-x:auto;display:block}
