#tv-player-wrapper {
    position: relative;
    background:#000;
}

#tv-player {
    width:100%;
    height:80vh;
    background:#000;
}

#tv-controls {
    display:flex;
    gap:10px;
    padding:10px;
    background:#111;
    align-items:center;
}

#tv-controls button {
    padding:8px 12px;
    cursor:pointer;
    background:#222;
    color:#fff;
    border:none;
}

#tv-controls button:hover {
    background:#444;
}
