.post-card{width:100%;display:flex}.post-card__link{width:100%;display:flex;flex-direction:column;text-decoration:none;background-color:#fff;border-radius:0.5rem;overflow:hidden}.post-card__link:hover .post-card__image img{transform:scale(1.05)}.post-card__image{width:100%;aspect-ratio:16/9;overflow:hidden}.post-card__image img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .6s}.post-card__details{padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem;flex:1}.post-card__title{margin-top:0;margin-bottom:0;font-size:1.125rem}.post-card__meta{margin-top:auto;font-weight:600;font-size:0.875rem}

/*# sourceMappingURL=template-part-post-card.css.map*/