/* Mantener mínimo: Tailwind hace casi todo */
.ad-slot {
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
  border-radius: 16px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 12px;
}
.ad-mid { min-height: 250px; }