.video-access-gate-host {
  position: relative;
}

.video-access-gate {
  position: absolute;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(10, 18, 32, 0.92);
  pointer-events: auto;
}

.video-access-gate__card {
  width: 100%;
  max-width: 340px;
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.5rem 1.5rem 1.35rem;
  box-shadow: 0 18px 40px rgba(15, 28, 48, 0.5);
  text-align: center;
}

.video-access-gate__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(94, 122, 153, 0.12);
  color: var(--watch-accent-deep, #5e7a99);
  font-size: 1.25rem;
}

.video-access-gate__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--watch-ink, #2d3748);
}

.video-access-gate__text {
  margin: 0 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--watch-muted, #64748b);
}

.video-access-gate__btn {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-decoration: none;
}

.is-access-gated video {
  pointer-events: none;
}

.ce-reel-section.video-access-gate-host .video-access-gate,
.ce-modal-player-root.video-access-gate-host .video-access-gate {
  border-radius: inherit;
}
