/* Publisher shell only. AdSense owns its ins dimensions and all provider frames. */
body.single-post .go-article__content .go-article-ad {
  display: block;
  position: static;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  margin: 24px 0;
  padding: 0;
  overflow: visible;
  contain: none;
  content-visibility: visible;
  transform: none;
  clear: both;
  text-align: center;
  border: 0;
  background: transparent;
}
body.single-post .go-article__content .go-article-ad__label {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  font: 400 11px/16px system-ui, sans-serif;
  letter-spacing: .04em;
  color: var(--text-secondary, #707070);
  text-align: center;
}
/* An unfilled provider node remains untouched. Remove only the publisher label
   when the reservation was released entirely below the visible reading area. */
body.single-post .go-article__content .go-article-ad[data-go-article-ad-empty="1"] > .go-article-ad__label {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.go-article-ads-debug {
  position: fixed;
  z-index: 100000;
  bottom: 12px;
  left: 12px;
  max-width: min(620px, calc(100vw - 24px));
  max-height: 45vh;
  overflow: auto;
  padding: 10px 14px;
  border: 1px solid #b9a6ff;
  border-radius: 8px;
  background: #17131f;
  color: #fff;
  font: 12px/1.4 monospace;
}
.go-article-ads-debug summary { cursor: pointer; }
.go-article-ads-debug pre { color: inherit; white-space: pre-wrap; overflow-wrap: anywhere; }
