/* Design tokens come from /static/css/_tokens.css, loaded via <link> in the page
   head BEFORE this sheet (FR-3: the render-blocking CSS import chain was removed). */
/* Ad placement shells — hidden until AdSense fills a slot */

.wgf-ad-slot {
  display: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.wgf-ad-slot[data-ad-loaded="true"] {
  display: block;
  min-height: 90px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

body.wgf-ads-preview .wgf-ad-slot:not([data-ad-loaded="true"]) {
  display: block;
  min-height: 90px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
}

.wgf-ad-slot--sidebar[data-ad-loaded="true"],
body.wgf-ads-preview .wgf-ad-slot--sidebar:not([data-ad-loaded="true"]) {
  min-height: 250px;
  margin-bottom: 1rem;
}

.wgf-ad-slot--leaderboard[data-ad-loaded="true"],
body.wgf-ads-preview .wgf-ad-slot--leaderboard:not([data-ad-loaded="true"]) {
  min-height: 90px;
  max-width: 100%;
  margin: 0.75rem 0 1rem;
}

.wgf-ad-slot--item-below-fold[data-ad-loaded="true"],
body.wgf-ads-preview .wgf-ad-slot--item-below-fold:not([data-ad-loaded="true"]) {
  min-height: 120px;
  margin: 1.25rem 0 0;
}

.wgf-ah-page .wgf-site-footer {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 900px) {
  .wgf-ad-slot--sidebar[data-ad-loaded="true"],
  body.wgf-ads-preview .wgf-ad-slot--sidebar:not([data-ad-loaded="true"]) {
    min-height: 90px;
  }
}
