.post-card{background:var(--color-grey);clip-path:inset(0 round 30px);cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden}.post-card:hover .post-card__top svg{transform:rotate(-45deg)}.post-card:hover .post-card__image img,.post-card:hover .post-card__image picture{transform:scale(1.1)}.post-card>a{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.post-card__inner{background:var(--color-light-grey);box-sizing:border-box;display:flex;flex:1;flex-direction:column;padding:2rem}.post-card__title{font-size:clamp(18px,2vw,21px);font-weight:700;max-width:85%}@media(max-width:992px){.post-card__title{max-width:100%}}.post-card__description{max-width:85%}.post-card__description>*{font-size:clamp(14px,2vw,16px)}.post-card__description>:first-child{margin-top:0}.post-card__description>:last-child{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:0;overflow:hidden}.post-card__top{box-sizing:border-box;display:flex;justify-content:flex-end;padding-bottom:10px}.post-card__top svg{color:var(--color-primary);transition:.2s;width:30px}.post-card__details{display:flex;flex:1;flex-direction:column;gap:20px 0;justify-content:space-between}.post-card__image{box-sizing:border-box;overflow:hidden;padding-top:50%;position:relative}.post-card__image img,.post-card__image picture{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:.3s;width:100%}