/* Reserve vertical space for manual AdSense slots before Google boots. */
:root {
  --nettoge-manual-ad-min-height: 250px;
}

.w-beforeToc,
.widget_swell_ad_widget {
  display: block;
  width: 100%;
}

.w-beforeToc {
  margin-block-end: 1rem;
}

.widget_swell_ad_widget > * {
  width: 100%;
}

.widget_swell_ad_widget ins.adsbygoogle,
.widget_swell_ad_widget iframe,
.post_content ins.adsbygoogle[data-ad-layout="in-article"],
.post_content ins.adsbygoogle[data-full-width-responsive="true"] {
  display: block;
  width: 100%;
  min-height: var(--nettoge-manual-ad-min-height);
}

.widget_swell_ad_widget ins.adsbygoogle:not([data-adsbygoogle-status]),
.post_content ins.adsbygoogle[data-ad-layout="in-article"]:not([data-adsbygoogle-status]),
.post_content ins.adsbygoogle[data-full-width-responsive="true"]:not([data-adsbygoogle-status]) {
  background: rgba(17, 17, 17, 0.04);
}

@media (max-width: 599px) {
  :root {
    --nettoge-manual-ad-min-height: 280px;
  }
}
