body { background-color: #f8f9fa; }
        .section-title {
            font-size: 1.25rem;
            font-weight: bold;
            margin-top: 30px;
            border-left: 4px solid #007bff;
            padding-left: 10px;
        }
        .player-container {
            width: 100%;
            height: 500px;
            background: #000;
            margin-bottom: 20px;
            border-radius: 8px;
            overflow: hidden;
        }
        iframe, video {
            width: 100%;
            height: 100%;
            border: none;
        }
        .episode-link {
            margin: 0 6px 8px 0;
        }
