.live-container {
  max-width: 600px;
  margin: 40px auto;
  background: #1e1e2f;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  padding: 24px;
  text-align: center;
}

.live-video {
  width: 100%;
  max-width: 480px;
  height: 270px;
  background: #222;
  border-radius: 12px;
  margin: 0 auto 18px auto;
  object-fit: cover;
}

.viewer-list {
  background: #23233a;
  border-radius: 10px;
  padding: 12px;
  margin: 18px 0;
  text-align: left;
  color: #fff;
}

.viewer-list h3 {
  margin-top: 0;
  font-size: 1.1em;
  color: #4c82ff;
}

.viewer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.viewer-list li {
  padding: 4px 0;
  border-bottom: 1px solid #35355a;
  font-size: 1em;
}

.viewer-list li:last-child {
  border-bottom: none;
}

.live-actions {
  margin: 18px 0;
}

.live-actions button {
  background: linear-gradient(135deg, #4c82ff, #7f53ff);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  margin: 0 8px;
  transition: background 0.2s;
}

.live-actions button:hover {
  background: linear-gradient(135deg, #7f53ff, #4c82ff);
}

.live-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #fff;
}

.live-host {
  color: #bfcfff;
  font-size: 1em;
  margin-bottom: 8px;
}

.live-viewers-count {
  color: #4c82ff;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 8px;
}
