/* ===== CLS FIX - GOOGLE ADS CONTAINER STABILITY ===== */ .google-auto-placed, ins.adsbygoogle, .adsbygoogle { min-height: 100px; contain: layout style; overflow: hidden; } ins.adsbygoogle[data-ad-status="unfilled"] { min-height: 0 !important; height: 0 !important; overflow: hidden; } /* ===== CLS FIX - IMAGE STABILITY ===== */ img { max-width: 100%; height: auto; } article img, .article-content img, .post-content img, .entry-content img { aspect-ratio: attr(width) / attr(height); width: 100%; height: auto; } /* ===== CLS FIX - MAILERLITE FORM STABILITY ===== */ .ml-form-embedContainer, .ml-form-embed, [class*="ml-form"] { min-height: 200px; contain: layout style; } /* ===== CLS FIX - MOBILE AD SLOT RESERVATION ===== */ @media (max-width: 768px) { .google-auto-placed, ins.adsbygoogle { min-height: 120px; width: 100% !important; contain: layout style; } .google-auto-placed:empty, ins.adsbygoogle:empty { min-height: 50px; } } /* ===== CLS FIX - GENERAL LAYOUT STABILITY ===== */ header, nav, .navbar { min-height: 60px; contain: layout style; } main, .main-content, #content { contain: layout; }