.latest-post-list{scroll-behavior:smooth;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;justify-content:flex-start;align-items:flex-start;gap:30px;margin-bottom:10px;scroll-padding-inline:25px;display:flex;overflow-x:auto}.latest-post-img{border-radius:16px;width:100%;height:200px;margin-bottom:15px;position:relative;overflow:hidden}.latest-post-img:before{content:"";z-index:1;width:100%;height:100%;transition:var(--transition-1);background:0 0;position:absolute;top:0;left:0}.latest-post-item{scroll-snap-align:start;flex:0 0 calc(50% - 15px)}.latest-post-item.active{animation:.25s forwards scaleUp;display:block}.latest-post-item>a{width:100%}.latest-post-item>a:hover .latest-post-img:before{background:#00000080}.latest-post-img img{object-fit:cover;width:100%;height:100%;transition:var(--transition-1)}.latest-post-item>a:hover img{transform:scale(1.1)}.latest-post-item-icon-box{--scale:.8;transform:translate(-50%,-50%)scale(var(--scale));opacity:0;z-index:1}.latest-post-item>a:hover .latest-post-item-icon-box{--scale:1;opacity:1}@media (min-width:375px){.latest-post-img{height:auto}}@media (min-width:450px){.latest-post-img{height:auto}}@media (min-width:580px){.latest-post-img{border-radius:16px}}@media (min-width:768px){.has-scrollbar::-webkit-scrollbar-button{width:100px}}@media (min-width:1024px){.latest-post-item{flex:0 0 calc(33.3333% - 20px)}}
