/* Inline Player Styles */
.player-inline-container {
    width: 100%;
    height: 100%;
    position: relative;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.live-player-container-wrapper {
    aspect-ratio: 16/9;
    /* Force 16:9 for inline player */
    width: 100%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}