.yt-card-dp {
  margin: 0 0 1rem 0;
}

.yt-card-dp__link {
  position: relative;
  display: block;
  line-height: 0;
  border-radius: 12px;
  overflow: hidden;
}

.yt-card-dp__img {
  width: 100%;
  height: auto;
  display: block;
}

/* Botón play (blindado contra temas que oculten spans) */
.yt-card-dp__play {
  display: block !important;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 52px;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,.55);
  border-radius: 14px;
  pointer-events: none;
  z-index: 5;
}

.yt-card-dp__play::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 3px), -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  pointer-events: none;
}

.yt-card-dp__link:hover .yt-card-dp__play {
  background: rgba(255,0,0,.85);
}

.yt-card-dp__caption {
  margin-top: .6rem;
  line-height: 1.35;
}

.yt-card-dp__title {
  font-weight: 700;
  margin-bottom: .25rem;
}

.yt-card-dp__title a {
  text-decoration: none;
}

.yt-card-dp__title a:hover {
  text-decoration: underline;
}

.yt-card-dp__invite {
  font-size: 0.95em;
  opacity: .9;
}

.yt-card-dp__sep {
  margin: 0 .35rem;
  opacity: .7;
}
