.livetv-form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 0 10px #ccc;
}
.livetv-form-container form label {
  display: block;
  margin-bottom: 10px;
}
.livetv-form-container input,
.livetv-form-container select,
.livetv-form-container textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
}

.livetv-player-chat-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
}
.livetv-player {
  flex: 2;
}
.livetv-chat {
  flex: 1;
  border: 1px solid #ccc;
  padding: 1rem;
  max-height: 500px;
  overflow-y: auto;
}
#livetv-chat-messages {
  height: 350px;
  overflow-y: scroll;
  background: #fff;
  padding: 0.5rem;
  margin-bottom: 10px;
}
.chat-msg {
  margin-bottom: 8px;
}
.livetv-chat textarea {
  width: 100%;
  height: 60px;
}
.livetv-chat button {
  margin-top: 5px;
}

.chat-msg.reply {
  margin-left: 20px;
  font-style: italic;
  background: #f3f3f3;
  padding: 5px;
  border-left: 2px solid #ccc;
}

video::cue, video::backdrop {
  display: none;
}
video {
  pointer-events: auto;
}
img[alt="Brand Logo"] {
  user-select: none;
  -webkit-user-drag: none;
}
