/* Latest Video Widget */
._latstvdow{width:100%;background-color:#161b2a;padding:15px 10px;margin-bottom:30px;}
._latstvdow ._hd{background:none;}
._latstvdow ._hd:after{width:100%;height:1px;content:'';background-color:#414551;position:absolute;top:18px;right:0;}
._latstvdow ._hd>a:after,
._latstvdow ._hd>span:after{content:unset;}
._latstvdow ._hd>a,
._latstvdow ._hd>span{background:#161b2a;padding:0 6px 0 0;position:relative;z-index:1;}
._latstvdow ._hd a>span{color:#b150f6;}
/*List*/
._latstvdow ul{width:100%;flex-wrap:wrap;padding:0;margin:0;list-style:none;}
._latstvdow li{width:100%;padding:10px 0;flex-flow:row-reverse;border-bottom:1px solid #414551;}
._latstvdow li:last-child{border-bottom:none;}
._latstvdow ._vdlst{width:100%;font-size:16px;color:var(--color);line-height:22px;white-space:normal;}
._latstvdow ._stxw{width:100%;font-size:15px;color:#fff;line-height:1.3;}
._latstvdow ._ttl{color:#fff;font-weight:500;-webkit-line-clamp:4;max-height:88px;}
._latstvdow ._ttl:hover{color:var(--rcolor);}
._latstvdow ._ntg{color:var(--redcolor);display:inline-block;font-size:15px;font-weight:500;background-color:transparent;border-radius:0;padding:0;margin-bottom:5px;}
._latstvdow ._thmb{width:120px;height:90px;margin-right:15px;position:relative;flex:none;align-items:center;justify-content:center;background-color:var(--bg);border-radius:5px;overflow:hidden;}
._latstvdow img{max-width:100%;width:100%;height:100%;margin:0;display:block;border-radius:5px;object-fit:cover;}
._latstvdow li ._ply{background:rgba(255,255,255,0.4);border:2px solid #fff;z-index:1;}
._latstvdow li ._ply:after{border-left:10px solid #fff;border-radius:2px;}
/*for first li (big image)*/
._latstvdow ._vdolst{width:auto;margin:0 -10px 10px -10px;padding:0 10px 20px 10px;border-bottom:1px solid #414551;}
._latstvdow li._big{width:260px;position:relative;padding:0;margin:0 6px 0 0;border:none;overflow:hidden;border-radius:5px;}
._latstvdow li:last-child._big{margin:0;}
._latstvdow li._big ._thmb{width:100%;height:195px;margin:0;}
._latstvdow li._big ._thmb img{border-radius:0;}
._latstvdow li._big ._vdlst{width:100%;position:absolute;left:0;bottom:0;z-index:1;padding:10px;font-size:18px;color:#fff;background:linear-gradient(0deg, rgba(0,0,0,0.9) -30%, rgba(0,0,0,0.77) 30%, rgba(0,0,0,0.48) 70%, rgba(0,0,0,0) 100%);}
._latstvdow li._big ._ttl{-webkit-line-clamp:3;max-height:68px;color:#fff;font-size:18px;margin:10px 0 0;}
._latstvdow li._big ._ntg{width:auto;max-width:max-content;position:absolute;bottom:0;left:0;background-color:var(--bg);padding:2px 10px 1px;display:inline-block;transform:scale(1);font-size:13px;color:#fff;margin:0;border-radius:0;}
._latstvdow li._big ._ply{top:-10%;transform:scale(1.2);}
._latstvdow li._big ._ply:after{transform:scale(1.2);}

@media screen and (min-width:1025px){
    ._latstvdow{padding:30px 0;margin-bottom:30px;}
    ._latstvdow ._vdcnt{margin:20px 0}
    ._latstvdow ._vdolst{width:100%;margin:0 50px 0 0;padding:0;border-bottom:none;grid-template-columns:repeat(2, 1fr);gap:20px;}
    ._latstvdow ._vdosl{width:360px;height:320px;overflow:hidden;overflow-y:scroll;margin:0;padding:0 10px 0 0;flex-flow:column;flex:none;}
    ._latstvdow li{padding:20px 0;}
    ._latstvdow li:first-child{padding-top:0;}
    ._latstvdow li:last-child{padding-bottom:0;}
    ._latstvdow ._thmb{width:140px;height:105px;}
    ._latstvdow ._ttl{-webkit-line-clamp:3;max-height:66px;}
    ._latstvdow li._big{width:100%;margin:0;border-radius:10px;box-shadow:0 0 10px rgba(255,255,255,0.2);}
    ._latstvdow li._big ._vdlst{padding:10px;}
    ._latstvdow li._big ._thmb{height:100%;}
    ._latstvdow li._big ._ttl{font-size:24px;font-weight:600;line-height:30px;}
    ._latstvdow li._big ._ttl._lc{max-height:90px;}
    ._latstvdow li._big ._ntg{padding:4px 25px 3px;font-size:16px;}
    /* Scrollbar CSS */
    /* Firefox */
    ._latstvdow ._vdosl{scrollbar-width:thin;scrollbar-color:#b150f6 #414551;}
    /* Chrome, Edge, and Safari */
    ._latstvdow ._vdosl::-webkit-scrollbar{width:4px;}
    ._latstvdow ._vdosl::-webkit-scrollbar-track{background:#414551;}
    ._latstvdow ._vdosl::-webkit-scrollbar-thumb{background-color:#b150f6;border-radius:20px;border:0px none;}
}