/* cohesion-fix: restore static-export gaps + hide non-functional plugin widgets */

/* FontAwesome SVG-mode base sizing (prevents full-container giant icons) */
.svg-inline--fa{width:1em!important;height:1em!important;display:inline-block;vertical-align:-.125em}

/* cap any stray social/feed SVGs */
[class*="social"] svg,a[href*="instagram.com"] svg{max-width:40px!important;max-height:40px!important}

/* hide broken/dynamic plugin widgets that can't render on a static export */
#sb_instagram,.sbi,[class*="sb_instagram"],
[class*="cpops"],[class*="cartpops"],
[class*="cmplz"],#cookie-banner,
.addtoany_share_save_container,.a2a_kit,.addtoany_content,
ins.adsbygoogle,.adsbygoogle{display:none!important}

/* keep featured images sane, never stretched */
.post-image img,.entry-content img,.wp-post-image{max-width:100%;height:auto}

/* ensure content images don't bleed full-width unexpectedly */
img{max-width:100%}
