/* Ad placement shells — tools remain fully usable; slots stay blank until a network is configured */

.wgf-ad-slot {
  display: block;
  min-height: 90px;
  margin: 0;
  padding: 0;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.wgf-ad-slot--sidebar {
  min-height: 250px;
  margin-bottom: 1rem;
}

.wgf-ad-slot--leaderboard {
  min-height: 90px;
  max-width: 100%;
  margin: 0.75rem 0 1rem;
}

.wgf-ad-slot--item-below-fold {
  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 {
    min-height: 90px;
  }
}
