.cc_I1vIPjnu8K_lZbaAum5Yv .youtube-video {
  width: 100%;
  padding: 3rem 0 4.5rem;
  color: var(--yt-text, #1a1a1a);
  font-family: var(--font-body);
}

@media (min-width: 1024px) {
  .cc_I1vIPjnu8K_lZbaAum5Yv .youtube-video {
    padding: 4rem 0 6rem;
  }
}

.cc_I1vIPjnu8K_lZbaAum5Yv .youtube-video__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cc_I1vIPjnu8K_lZbaAum5Yv .youtube-video__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.cc_I1vIPjnu8K_lZbaAum5Yv .youtube-video__title {
  margin: 0;
  font-family: var(--font-display, "cc_I1vIPjnu8K_Museo500", Georgia, serif);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.15;
  color: var(--yt-text, #1a1a1a);
  text-wrap: balance;
}

.cc_I1vIPjnu8K_lZbaAum5Yv .youtube-video__description {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: color-mix(in srgb, var(--yt-text, #1a1a1a) 65%, transparent);
  text-wrap: pretty;
}

.cc_I1vIPjnu8K_lZbaAum5Yv .youtube-video__frame-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: var(--yt-aspect, 16 / 9);
  background: #000;
  overflow: hidden;
}

.cc_I1vIPjnu8K_lZbaAum5Yv .youtube-video__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
