/*Related Stories Widget*/
._rltdstrw{margin-bottom:30px;clear:both;}
._rltdstrw ul{padding:0 10px;margin:0 -10px;}
._rltdstrw ._rltli{width:220px;background-color:var(--bbg);flex-flow:column-reverse;border-radius:5px;margin-right:10px;box-shadow:0 0 2px 0 var(--shadow);}
._rltdstrw li:last-child ._rltli{margin-right:0;}
._rltdstrw ._thmb{width:100%;height:140px;border-radius:5px 5px 0 0;overflow:hidden;margin-bottom:15px;position:relative;}
._rltdstrw ._thmb img{max-width:100%;max-height:140px;width:100%;height:auto;margin:0;object-fit:cover;}
._rltdstrw ._ntg{position:absolute;left:12px;bottom:10px;transform:scale(1.1);}
._rltdstrw ._nlstx{padding:0 10px 15px 10px;white-space:normal;font-size:15px;font-weight:500;color:var(--color);line-height:22px;}
._rltdstrw ._nlstx a._lc{color:var(--color);height:60px;}
._nlstx ._updtx{display:block;font-size:14px;color:var(--color6);margin-bottom:5px;opacity:.8;}

/*more widget*/
._rltdmore._rltdstrw ul{padding:0;margin:0;grid-template-columns:repeat(2, 1fr);gap:10px;}
._rltdmore._rltdstrw ._rltli{width:100%;margin:0;}
._rltdmore._rltdstrw ._ntg{font-size:10px;background-color:#000;}

@media screen and (min-width:1025px){
    /*Related Stories Widget*/
    ._rltdstrw{margin:0;padding:0;margin-bottom:40px;}
    ._rltdstrw ul{padding:0;margin:15px 0 0 0;grid-template-columns:repeat(4, 1fr);gap:20px;}
    ._rltdstrw li{width:100%;background-color:var(--bbg);flex-flow:column-reverse;border-radius:5px;box-shadow:0 0 2px 0 var(--shadow);}
    ._rltdstrw ._thmb{height:146px;}
    ._rltdstrw ._thmb img{max-height:146px;}
    
    ._rltdmore._rltdstrw ul{padding:0;margin:15px 0 0 0;grid-template-columns:repeat(4, 1fr);gap:20px;}
    ._rltdmore._rltdstrw ._ntg{font-size:12px;}
}