body { background: #f4f5f6; }
.placeholder-box { height: 260px; background: #f8f9fa; }
.podcast-cover { width: 110px; height: 110px; object-fit: cover; }
a { text-decoration: none; }

/* --- Cards uniformes --- */
.card-img-top {
  height: 190px;         /* ajusta a tu gusto */
  width: 100%;
  object-fit: cover;     /* recorta sin deformar */
}

/* Podcast cover uniforme */
.podcast-cover {
  width: 110px;
  height: 110px;
  object-fit: cover;
  flex: 0 0 auto;
}

/* Evita que el texto desborde feo */
.card-body p {
  overflow: hidden;
}

