/* Ad slots */
.ad-slot { margin: 14px 0; }
.ad-slot-inner{
  min-height: 90px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.10);
  background: linear-gradient(180deg, rgba(2,6,23,.04), rgba(2,6,23,.00));
  overflow: hidden;
}
.ad-slot .revive-ad{ min-height: 90px; }

/* Sidebar ad can be taller */
.ad-slot--sidebar .ad-slot-inner{ min-height: 250px; }

/* =========================================================
   AD SLOTS
   ========================================================= */

.ad-slot {
  background-color: var(--pltm-bg-surface-muted);
  border-radius: 0.75rem;
  border: 1px solid var(--pltm-border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  min-height: 90px; /* prevents collapse if/when no creative */
}

.ad-slot__img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

/* Optional: different heights if you want */
.ad-slot--sidebar {
  min-height: 140px;
}

.ad-slot--tall {
  min-height: 260px;
}
