div.referredImgPostCardBox{width:100%;max-width:160px;height:100%;border-radius:100px 100px 2px 2px;display:flex;flex-direction:column;justify-content:space-between;position:relative;cursor:pointer;box-sizing:content-box;box-shadow:0 4px 4px 0 rgba(171,171,171,.1)}div.referredImgPostCardBox:hover{scale:1.01}div.referredImgPostCardBox:active:before{background-color:hsla(0,0%,100%,.5)}div.referredImgPostCardBox>a>img{border-top-left-radius:100px;border-top-right-radius:100px;min-height:160px;object-fit:cover;animation:gradient2 2s linear infinite;background:linear-gradient(-45deg,#ffffff,rgba(98,198,255,.2),rgba(0,144,225,.4));background-size:300% 300%}div.imgPostCardBox{width:100%;max-width:160px;height:100%;border-radius:10px 10px 2px 2px;display:flex;flex-direction:column;justify-content:space-between;position:relative;cursor:pointer;box-sizing:content-box;box-shadow:0 4px 4px 0 rgba(171,171,171,.1)}div.imgPostCardBox:hover{scale:1.01}div.imgPostCardBox:active:before{background-color:hsla(0,0%,100%,.5)}div.imgPostCardBox>a{max-width:160px;max-height:160px}div.imgPostCardBox>a>img{border-top-left-radius:10px;border-top-right-radius:10px;min-height:160px;object-fit:cover;animation:gradient2 2s linear infinite;background:linear-gradient(-45deg,#ffffff,rgba(98,198,255,.2),rgba(0,144,225,.4));background-size:300% 300%}@keyframes gradient2{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}div.postInfoCardBottom{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:4px;box-sizing:border-box}div.postInfoCardBottom img.postInfoCardBottomImg{border-radius:5px}div.postInfoCardBottom div.postInfoCardBottomInfo{font-size:10px;width:65%;padding-left:4px;box-sizing:border-box}div.postInfoCardBottom div.postInfoCardBottomInfo div.cardInfoTop{color:#5f5f5f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:start;width:100%;box-sizing:border-box}div.postInfoCardBottom div.postInfoCardBottomInfo div.cardInfoBottom{color:#a4a4a4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:start;width:100%;box-sizing:border-box}div.postInfoCardBottom img.postInfoCardBottomHeart{object-position:center}@media screen and (max-width:976px){div.imgPostCardBox{width:100%!important;max-width:unset;max-height:unset!important}div.imgPostCardBox>a,div.imgPostCardBox>a>img{width:100%!important;height:100%!important;max-width:unset;max-height:unset}div.imgPostCardBox>a>img{object-fit:fill;aspect-ratio:unset!important;min-height:unset!important}}