/* Embed YouTube em proporção 16:9. */
.bp-video-embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid #1c1c28;
  background: #101018;
  aspect-ratio: 16 / 9;
}

.bp-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bp-youtube-channel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #c4c4ce;
}

.bp-youtube-channel:hover {
  color: #f4f4f5;
}
