/* Playback Kernel V5: the prior video surface stays hidden until the selected
   recording's actual YouTube id has been verified. */
#cvqVideoWrap { position: fixed; }
#cvqVideo { position: relative; }
#cvqVideoWrap.cvq-gated #cvqVideo,
#cvqVideoWrap.cvq-gated #cvqVideo iframe,
#cvqVideoWrap.cvq-gated #cvqVideo > div:not(#cvqGate) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
#cvqGate {
  position: absolute;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px;
  text-align: center;
  background: #090909;
  color: var(--text-faint, #aaa);
  font-size: 13px;
  line-height: 1.45;
}
#cvqVideoWrap.cvq-gated #cvqGate { display: flex; }
#cvqGate strong { display: block; color: var(--text, #fff); font-size: 15px; margin-bottom: 5px; }
#cvqVideoWrap.cvq-unavailable #cvqGate { color: var(--down, #d7a8a8); }
#cvqVideoWrap.cvq-unavailable #cvqGate strong { color: var(--text, #fff); }
