.youtube-consent {
  position: relative;
}
/*.youtube-consent-ph {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #0f1226;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
@supports not (aspect-ratio: 16 / 9) {
  .youtube-consent-ph::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}*/
.youtube-consent-ph {
  height: 350px;
  width: 100%;
  /*background: #0f1226;*/
  background: #fff;
  opacity: 1;
  /*box-shadow: 0 10px 30px rgba(0,0,0,.38);*/
}
.youtube-consent-ph-bg {
  position: absolute;
  inset: 0;
  /*background:#fff;*/
  background: #292f84;
}
.youtube-consent-ph-inner {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}
.youtube-consent-ph-card {
  position: relative;
  width: min(600px, 100%);
  text-align: center;
  border-radius: 0px;
  padding: 22px 20px 18px;
  border: 1px solid #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
}
.youtube-consent-play {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  margin: 0 auto 14px;
  background: #df1f26;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.18);
}
.youtube-consent-play svg {
  width: 22px;
  height: 22px;
  transform: translateX(1px);
  fill: #fff;
}
.youtube-consent-ph-title {
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 8px;
  font-size: 18px;
}
.youtube-consent-ph-text {
  margin: 0 auto 14px;
  max-width: 52ch;
  opacity: .92;
  font-size: 14px;
  line-height: 1.45;
  color:#fff;
}
.youtube-consent-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.youtube-consent-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  background: #df1f26;
  color: #fff;
  transition: transform .08s ease, filter .12s ease;
}
.youtube-consent-btn:hover { filter: brightness(1.08); }
.youtube-consent-btn:active { transform: translateY(1px); }
.youtube-consent-note {
  font-size: 12px;
  line-height: 20px;
  color:#fff;
  margin-top: 12px;
}
.youtube-consent-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
@supports not (aspect-ratio: 16 / 9) {
  .youtube-consent-frame {
    position: relative;
    padding-top: 56.25%;
  }
  .youtube-consent-frame iframe {
    position: absolute;
    inset: 0;
    height: 100%;
  }
}
