/* Siguraduhing sakop ng player container ang buong screen nang hindi napuputol ang video */
#player-container, #jw-player-container, #native-hls-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background-color: #000000;
}

/* JW Player specific video scaling override */
.jw-media {
    object-fit: contain !important;
}

/* Scrollbar customizations para sa sleek TV/Web layout */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.4);
}
