.post-card{color:var(--grey-875);display:flex;flex-direction:column;text-decoration:none}.post-card .card__image{align-items:center;display:flex;justify-content:center}.post-card .card__image img{border-radius:1.2rem;height:26rem;object-fit:cover;width:100%}.post-card .card__image+.card__content{margin-top:1.5rem}.post-card .card__content{display:flex;flex-direction:column;flex-grow:1}.post-card .card__badges{display:inline;margin:-.4rem;padding-left:.4rem}.post-card .card__badges .card__tags{align-items:center;display:inline-flex;flex-wrap:wrap;margin:-.4rem}.post-card .card__badges .card__tags .tag{align-items:center;background-color:var(--grey-50);border-radius:.2rem;color:var(--grey-875);display:inline-flex;font-size:1.3rem;font-weight:700;justify-content:center;letter-spacing:-.13px;line-height:1.794rem;margin:.4rem;padding:.4rem .7rem}.post-card .card__badges .card__tags .tag.new{background-color:var(--cold-375);color:var(--white)}.post-card .card__badges .post-date{font-size:1.5rem;font-weight:400;letter-spacing:-.15px;line-height:2.205rem;margin:.4rem;opacity:.6;word-break:keep-all}.post-card .card__badges+.card__description{margin-top:1.5rem}.post-card .card__description{flex-grow:1}.post-card .card__description p{color:var(--grey-875);font-size:1.7rem;font-weight:700;letter-spacing:-.17px;line-height:2.312rem;margin:0}.post-card .card__btn{margin-top:3rem;width:fit-content}