/*
 * PA AdSense layout guard
 * Google-supported handling for unfilled AdSense units.
 * Only empty/unfilled units are collapsed; filled ads are not altered.
 */
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Auto Ads commonly wrap an unfilled <ins> in one of these containers. */
.google-auto-placed:has(ins.adsbygoogle[data-ad-status="unfilled"]),
.adsbygoogle-noablate:has(ins.adsbygoogle[data-ad-status="unfilled"]),
[data-pa-empty-ad-wrapper="1"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}
