/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 24 2025 | 16:45:11 */
/* Ajouter votre code CSS ici.
                     
Par exemple:
.exemple {
    color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */ 
.tw-video-box {
    max-width: 520px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.tw-video-box video {
    width: 100%;
    border-radius: 10px;
}

.tw-playlist {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.tw-playlist li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.tw-playlist li img {
    width: 70px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
}

.tw-playlist li span {
    font-size: 14px;
}

.tw-playlist li.active {
    background: #E8F5E9;
    font-weight: bold;
}
