/* Minimal fallback styles for YouTube playlist embeds */
.yt-embed-wrap {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  background: #000;
}
.yt-embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.yt-placeholder {
  background: #111;
  color: #fff;
  padding: 24px;
  text-align: center;
  font-size: 16px;
}
