.itahuka-player-controls{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:43px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 10px;
  background:linear-gradient(
    transparent,
    rgba(0,0,0,.86)
  );
}

.itahuka-player-controls button{
  border:1px solid rgba(255,255,255,.22);
  background:rgba(5,13,19,.80);
  color:#fff;
  border-radius:5px;
  padding:5px 9px;
  font-size:10px;
  font-weight:700;
  cursor:pointer;
}

.itahuka-player-controls button:hover{
  background:rgba(23,44,57,.95);
}

.itahuka-player-live{
  margin-left:auto;
  color:#2bd17d;
  font-size:10px;
  font-weight:800;
  letter-spacing:.6px;
}

.preview-wrap video{
  width:100%;
  height:100%;
  background:#000;
  object-fit:contain;
}
