.post-card-container{color:#fff;width:100%;margin-bottom:2rem;font-family:Oswald;display:block!important}.post-card-content-container{background-color:#000;border:.25rem solid #fff;grid-template-columns:auto;grid-auto-rows:auto;gap:2rem;width:100%;margin-bottom:2rem;padding:1rem;transition:transform .25s;display:grid;container:cardcontent/inline-size}.post-card-container:hover .post-card-content-container{transform:translate(.1875rem,-.1875rem)}.post-card-container:after{background-color:var(--neon-yellow)}.post-card-image-wrapper{box-sizing:border-box;grid-area:2/1/span 1/-1;width:100%;overflow:hidden}.post-card-image{transition:transform .3s ease-in-out}.post-card-container:hover .post-card-image{transform:scale(1.05)}.post-card-title{font-size:var(--fs-heading);line-height:var(--lh-heading);grid-area:1/1/span 1/-1;font-weight:700}.post-card-container:hover .post-card-title{color:var(--neon-yellow)}.post-card-excerpt{font-size:var(--fs-body);line-height:var(--lh-body);grid-area:3/1/span 1/-1;font-weight:400}.post-card-meta-container{grid-area:4/1/auto/-1;justify-content:space-between;align-items:center;width:100%;display:flex}.post-card-meta{align-items:center;display:flex}.post-card-date{display:none}@container cardcontent (min-width:275px){.post-card-date{text-align:left;justify-content:flex-start;display:flex}}.post-card-read-estimate{white-space:nowrap;text-align:left;justify-content:flex-start}@container cardcontent (min-width:275px){.post-card-read-estimate{text-align:center;justify-content:center}}.post-card-cta-container{justify-content:flex-end}.post-card-CTA{white-space:nowrap;text-align:center;background-color:var(--black);border:.25rem solid #fff;border-radius:1rem;justify-content:center;padding:.5rem .75rem;font-weight:500}.post-card-container:hover .post-card-CTA{background-color:var(--neon-yellow);color:var(--black);border-color:var(--neon-yellow)}
.post-cards-container{gap:2rem;width:calc(100% - .5rem);padding:0 .25rem;display:flex}.post-cards-column{background-clip:padding-box}.post-cards-column>*{margin-bottom:2rem}
