.tv-autoplay-next {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42));
}

.tv-autoplay-next.is-hidden {
  display: none;
}

.tv-autoplay-next-card {
  width: min(520px, calc(100vw - 36px));
  border: 1px solid rgba(217, 70, 239, 0.48);
  border-radius: 22px;
  padding: 24px;
  background: rgba(3, 7, 18, 0.92);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
  pointer-events: auto;
  text-align: center;
}

.tv-autoplay-next-kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(217, 70, 239, 0.95);
  margin-bottom: 10px;
}

.tv-autoplay-next h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 4vw, 34px);
  color: #fff;
}

.tv-autoplay-next p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.tv-autoplay-next-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.tv-autoplay-next-actions button {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 11px 20px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.tv-autoplay-next-actions .tv-autoplay-next-play {
  background: rgba(217, 70, 239, 0.28);
  border-color: rgba(217, 70, 239, 0.76);
}
