.fp_youtube_consent > *:not(.consent-bg) {
  display: none;
}
.fp_youtube_consent {
  background: #000;
  background: linear-gradient(to bottom, #000, #555);
  color: #fff;
}
.fp_youtube_consent .consent-bg {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  background-position: center center;
  background-size: cover;
  display: flex;
}
.fp_youtube_consent .consent-bg::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  float: left;
}
.fp_youtube_consent .consent-bg .consent-layer {
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  flex-grow: 1;
  width: 100%;
  backdrop-filter: brightness(0.5) blur(5px);
}
.fp_youtube_consent .consent-bg .consent-layer * {
  text-align: center;
  color: #fff;
  white-space: initial;
}

.cc-message {
  text-align: center !important;
}

/*# sourceMappingURL=fp_youtube_consent.css.map */
