/* assets/css/insert-yt.css */
.cb-placeholder {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.cb-thumb {
  display: block;
  max-width: none;
  width: 640px;
  height: 420px;
}
.cb-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px; /* o el tamaño que prefieras */
  height: auto; /* mantiene proporción */
  pointer-events: none;
}
