/* Listing Widget */
._nhlst{margin-bottom:30px;}
._nhlst ul{width:100%;flex-wrap:wrap;padding:0;margin:0;list-style:none;}
._nhlst li{width:100%;padding:10px 0;flex-flow:row-reverse;border-bottom:1px solid var(--bdr2);}
._nhlst li:last-child{border-bottom:none;}
._nhlst ._nlstx{width:100%;font-size:15px;color:var(--color);line-height:1.3;}
._nhlst ._tt{color:var(--color);margin-top:3px;font-weight:500;}
._nhlst ._tt a{color:var(--color);-webkit-line-clamp:4;max-height:88px;}
._nhlst ._tt a:hover{color:var(--rcolor);}
._nhlst ._ntg{width:auto;max-width:max-content;color: #fff;background-color:var(--bg);border-radius:20px;padding:2px 8px 1px;display:inline-block;font-size:13px;font-weight:500;transform:scale(0.9);left:-5px;position:relative;white-space:nowrap;}
._nhlst ._dtx{font-size:14px;line-height:20px;color:var(--color);}
._nhlst ._thmb{width:130px;height:90px;margin-right:10px;position:relative;flex:none;}
._nhlst img{max-width:130px;max-height:90px;width:100%;height:100%;margin:0 auto;display:block;border-radius:5px;}

/*for first li (big image)*/
._nhlst li.big{position:relative;padding:0;margin:0 0 10px;overflow:hidden;}
._nhlst li.big ._thmb{width:100%;height:auto;min-height:260px;margin:0;}
._nhlst li.big img{max-width:100%;max-height:100%;width:auto;height:auto;border-radius:0;}
._nhlst li.big ._nlstx{width:100%;position:absolute;left:0;bottom:0;z-index:1;padding:50px 10px 10px 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%);}
._nhlst li.big ._tt{margin:10px 0 0;}
._nhlst li.big ._tt a{-webkit-line-clamp:3;max-height:75px;color:#fff;font-size:18px;}
._nhlst li.big ._ntg{position:static;margin-bottom:5px;display:inline-block;transform:scale(1);font-size:13px;margin:0;}
._nhlst li.big ._updtx{color:rgba(255,255,255,0.7);font-size:13px;}

@media screen and (min-width:1025px){
    ._nhlst li.big ._thmb{width:445px;height:297px;margin:0;}
    ._nhlst li.big img{max-height:300px;height:100%;object-fit:cover;}
    ._rt ._nhlst ._thmb{width:130px;height:100px;}
    ._rt ._nhlst li.big ._thmb{width:300px;height:260px;margin:0;}
}

/*For New Listing landing Page*/
._lstnpg ._h1{margin:5px 0 0;}
._nhlstmain{margin-bottom:30px;}
._nhlstmain ._tt{font-size:18px;line-height:24px;color:var(--color);margin-bottom:5px;}
._nhlstmain ._tt a{color:var(--color);max-height:48px;}
._nhlstmain li{padding:15px 0;}
@media screen and (min-width:1025px){
    /*._nhlst{margin-bottom:40px;}*/
    ._nhlstmain li{padding:20px 0;}
    ._nhlstmain ._tt{font-size:22px;line-height:28px;}
    ._nhlstmain ._tt ._lc{max-height:56px;}
    ._nhlstmain ._dtx{font-size:16px;line-height:24px;}
    ._nhlstmain ._dtx._lc{max-height:70px;}
    ._nhlstmain ._thmb{width:200px;height:140px;margin-right:25px;}
    ._nhlstmain ._thmb img{max-width:200px;max-height:140px;}
}
