.yt-player-container {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                pointer-events: none;
            }
            
            .yt-player {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                pointer-events: auto;
            }
            
            .yt-thumbnail {
                position: absolute;
                inset: 0;
                object-fit: cover;
                width: 100%;
                height: 100%;
                z-index: 1;
            }
            
            .yt-play-button {
                position: absolute;
                inset: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 2;
                cursor: pointer;
            }