/* In-feed ad slot — sits among feed cards but is clearly LABELED "Ad" (AdSense
   policy: native ads must be distinguishable from content). Uses the shared
   theme tokens so it matches light/dark like the rest of the feed. */
.feed-ad {
  position: relative;
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: 12px;
  padding: .9rem 1rem;
  overflow: hidden;
}
.feed-ad-label {
  display: inline-block;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--tx3);
  border: 1px solid var(--bd2);
  border-radius: 4px;
  padding: .05rem .4rem;
  margin-bottom: .55rem;
}
.feed-ad ins.adsbygoogle { display: block; }

/* Preview mode (?ads=preview): a dashed placeholder at the real cadence so the
   layout can be checked without an approved AdSense account. */
.feed-ad-preview { border-style: dashed; }
.feed-ad-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  color: var(--tx3);
  font-size: .85rem;
  text-align: center;
  background: var(--bg3);
  border-radius: 8px;
}
