/* Custom styles for Advanced HLS Player */
.ahp-video-container {
    margin: 20px auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: #000;
}

/* Ensure plyr fills the container */
.ahp-video-container .plyr {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

/* Hide plyr volume if we want to ensure custom styling, but plyr's is usually fine */
