.discrun-video-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  background: #050505;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

.discrun-video-player video,
.discrun-video-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
  background: #050505;
}

.discrun-video-message {
  position: absolute;
  inset: auto 16px 16px;
  padding: 10px 14px;
  border-radius: 7px;
  background: rgba(10, 10, 10, 0.88);
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}

.discrun-video-message a {
  color: #e8c547;
}

