/* Hide empty AdSense units that create the white bar */
.adsbygoogle {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden !important;
}

/* Extra safety for unfilled ads */
.adsbygoogle:not([data-ad-status="filled"]) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}