/* Thumbnails netjes in lijn met Woo gallery */
.dlds-vvs-thumbs{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-top:8px;
}
.dlds-vvs-thumb{
    position:relative;
    display:inline-block;
    width:72px;
    height:120px; /* 9:16 look */
    overflow:hidden;
    border-radius:8px;
    text-decoration:none;
}
.dlds-vvs-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.dlds-vvs-badge{
    position:absolute;
    top:6px; left:6px;
    background:rgba(0,0,0,.6);
    color:#fff;
    font-size:12px;
    line-height:1;
    padding:4px 6px;
    border-radius:4px;
}

/* Main player */
.dlds-vvs-main-playing .wp-post-image{ display:none !important; }
.dlds-vvs-player{ width:100%; }
.dlds-vvs-ratio{
    position:relative;
    width:100%;
    padding-top:177.78%; /* 9:16 */
    background:#000;
    border-radius:8px;
    overflow:hidden;
}
.dlds-vvs-iframe{
    position:absolute;
    top:0; left:0;
    width:100%; height:100%;
}
