<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.youtubber-title .video-embedded-title,
.youtubber-title .video-embedded-title a {
  display: inline;

  -webkit-text-size-adjust: 100%;
  margin-bottom: 0;
  margin-top: 0;

  color: white;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  text-align: var(--bs-body-text-align);
}

.embedded-video-container {
  position: relative;
  overflow: hidden;
}

.embedded-video-bkg {
  position: relative;
  z-index: 1;
  background-color: #296385;
  padding: 16px 0 16px 8px;
  margin: 0px;
}

.video-bkg-title {
  color: #fff;
}

.embedded-video-container video,
.embedded-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embedded-video-container {
  margin: 16px 0 16px 0px;
}

.embedded-video-bkg .video-embedded-title {
  color: #fff;
  text-align: left;
  padding: 10px 16px 0 0;
}

.missing-video-url {
  background-color: aqua !important;
  padding: 1em !important;
}

.playlist-thumbnails {
  padding-right: 16px 16px 0 0;
  margin-bottom: 16px;
}

.playlist-gallery-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 1rem;
  padding-top: 16px;
}

.playlist-gallery-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 1rem;
  padding-top: 16px;
}

.playlist-gallery-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 1rem;
  padding-top: 16px;
}

@media screen and (max-width: 1024px) {
  .playlist-gallery-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 1rem;
  }

  .playlist-gallery-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 1rem;
  }

  .playlist-gallery-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 1rem;
  }

  .playlist-wrapper {
    position: relative;
    padding-top: 24px;
    height: 0;
  }

  .video-hero {
    /* width: 550px !important;
    height: 309px !important;
    object-fit: cover; */
    all: none;
  }

  .cine_mode {
    display: none;
  }

  .snl-video-iframe {
    /* width: 550px !important;
    height: 309px !important; */
    object-fit: cover;
  }
}

@media screen and (max-width: 800px) {
  .playlist-gallery-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 1rem;
  }

  .playlist-gallery-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 1rem;
  }

  .playlist-gallery-4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 1rem;
  }
}

.gallery__item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 16px;
}

.gallery__item video {
  display: inline-block;
  max-width: none;
}

.playlist-wrapper {
  position: relative;
  padding-bottom: 50%;
  padding-top: 24px;
  height: 0;
}

.playlist-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.video-links {
  margin-left: 8px;
  text-decoration: none;
}

.video-link:hover {
  text-decoration: underline;
}

/* Styles for the figcaption text in the snl video block with no bg */

/* .figcaption-container {
  display: flex;
  flex-direction: column;
} */

.vid-float-right {
  float: right !important;
}

.vid-float-left {
  float: left !important;
}

.block-editor-block-list__layout p {
  margin-top: 0;
}

/* editor text view */
.block-editor-block-list__block .figcaption-text p {
  font-size: .8125rem;
  color: #333;
  z-index: 999;
}

/* End styles for the figcaption text in the snl video block */

/* Styles for the figcaption text in the snl video block WITH bg */

.figcaption-container-with-bg {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.block-editor-block-list__layout p {
  margin-top: 0;
}

/* editor text view */
.block-editor-block-list__block .figcaption-text-with-bg p {
  font-size: .8125rem;
  color: #fff;
  margin: 0;
}

/* frontend text view */
.figcaption-text-with-bg p {
  color: #fff;
  margin: 0;
  font-weight: 600;
  line-height: 1.5rem;
}

/* End styles for the figcaption text in the snl video block */</pre></body></html>