.youtube-consent:has(iframe)::before {
  display: none;
}

.youtube-consent::before {
  pointer-events: none;
}

.youtube-consent iframe {
  position: relative;
  z-index: 2;
  display: block;
  pointer-events: auto;
}
