.m3u8ccwork-wrapper{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  gap:10px;
  margin:40px auto;
  text-align:center;
}
.m3u8ccwork-form input[type=password]{
  padding:10px;
  width:200px;
  border-radius:8px;
  border:1px solid #555;
  background:#1c1c1c;
  color:#fff;
}
.m3u8ccwork-form button{
  margin-top:10px;
  padding:10px 20px;
  background:#0d6efd;
  color:white;
  border:none;
  border-radius:6px;
  cursor:pointer;
}
.m3u8ccwork-form button:hover{background:#0b5ed7;}
.m3u8ccwork-player-container{
  max-width:960px;
  margin:20px auto;
}
.video-js{
  border-radius:10px;
  box-shadow:0 0 15px rgba(0,0,0,0.6);
}
body .vjs-theme-city{
  color:#fff;
  background-color:#000;
}
