.hls-video-container {
  margin-top: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.hls-video {
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}

.hls-video-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 600;
}

.hls-video-description {
  margin-top: 0;
  color: #666;
}
