/* Affiliate Ads */
.td-ad { margin: 16px 0; display:block; text-align:center; }
.td-ad iframe { max-width: 100%; }
.td-ad img { max-width: 100%; height:auto; display:inline-block; }

/* In‑grid sizing */
.td-grid .td-ad { grid-column: 1 / -1; }
@media (min-width: 900px) {
  .td-grid .td-ad { grid-column: span 1; }
}


/* Ad cards look like regular video cards */
.td-card--ad .td-ad-title { opacity: .8; font-weight: 500; }

/* Thumb area uses the same 16:9 space */
.td-ad-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 12px; }
.td-ad-inner { position: absolute; inset: 0; display: grid; place-items: center; }
.td-ad-inner iframe,
.td-ad-inner img,
.td-ad-inner video { width: 100%; height: 100%; }

/* Small Ad badge */
.td-badge { position: absolute; top: 8px; left: 8px; font-size: 12px; line-height: 1; padding: 4px 6px; border-radius: 6px; }
.td-badge-ad { background: #111; color: #fff; opacity: .8; }
