video#viti_player {
  width: 100%;
  height: auto;
}

#stream-wrapper {
  position: relative;
}

#anti-piracy-replacement {
  position: absolute;
  inset: 0;
  background: #000;
  background-image: url("/anti-piracy-overlay.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 5;
}

#anti-piracy-text {
  width: 100%;
  padding: 20px;
  text-align: left;
}

.anti-piracy-line {
  white-space: nowrap;
  font-size: clamp(24px, 4vw, 48px);
  line-height: 1.4;
  opacity: 0.95;
}

#stream-player .flowplayer {
  position: relative !important;
  --fp-brand-color: #e10600;
}

.wowza-live-player-shell {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 320px;
  overflow: hidden;
}

.wowza-live-player-shell.is-playing {
  background: none !important;
}

#stream-player .wowza-live-player-shell .fp-title,
#stream-player .wowza-live-player-shell .fp-clip-title,
#stream-player .wowza-live-player-shell [class*="fp-title"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.viti-wowza-watermark,
#stream-player .fp-watermark {
  position: absolute;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  z-index: 9999;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 6px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  user-select: none;
  white-space: nowrap;
}

.viti-wowza-watermark-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.viti-wowza-message-line,
#stream-player .wowza-live-player-shell .fp-live-overlay-message {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 6%;
  z-index: 10000;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.viti-wowza-title,
#stream-player .fp-live-stream-title {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 10001;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.28);
  padding: 6px 12px;
  border-radius: 8px;
  max-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#stream-player .wowza-live-player-shell .fp-message {
  height: 100%;
  width: 100%;
  font-size: 1.9rem;
}

#stream-player .wowza-live-player-shell .fp-message.fp-shown {
  height: 100%;
  max-height: 1000px;
}

@media (max-width: 768px) {
  .wowza-live-player-shell {
    min-height: 210px;
  }

  .viti-wowza-watermark,
  #stream-player .fp-watermark {
    font-size: 12px;
    padding: 4px 7px;
  }

  .viti-wowza-title,
  #stream-player .fp-live-stream-title {
    font-size: 15px;
    top: 10px;
    left: 10px;
  }
}
