.post-hero{display:grid;grid-template-columns:1fr 1fr;-ms-flex-align:center;align-items:center;grid-gap:var(--md);gap:var(--md);border-radius:var(--base);background:var(--red);padding:var(--base)}@media screen and (max-width:1024px){.post-hero{grid-template-columns:1fr;position:relative;overflow:hidden;padding-left:var(--md);padding-right:var(--md)}}.post-hero .post-hero-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;height:100%;gap:var(--lg);padding:var(--lg);color:var(--white)}@media screen and (max-width:1024px){.post-hero .post-hero-content{z-index:10;padding-left:0;padding-right:0}}.post-hero .post-hero-content .post-hero-title{font-size:var(--headline-3-clamp);line-height:1em}.post-hero .post-hero-content .date{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:var(--sm)}.post-hero .post-hero-content .post-hero-category{border:1px solid var(--white);padding:var(--sm) var(--md);border-radius:var(--base);display:inline-block;text-transform:uppercase;font-family:var(--font-body--semibold)}.post-hero .post-hero-content .post-hero-content__header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:var(--lg);-ms-flex-align:start;align-items:flex-start}.post-hero .post-hero-image{position:relative;width:100%;height:100%;border-radius:var(--sm);overflow:hidden;min-height:500px}@media screen and (max-width:1024px){.post-hero .post-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;mix-blend-mode:multiply}}.post-hero .post-hero-author{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:var(--sm)}.post-hero .post-hero-author img{border-radius:50%}.post-sharer{width:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid var(--red);padding-top:var(--base);padding-bottom:var(--base)}.post-sharer label{font-family:var(--font-body--bold);text-transform:uppercase}.post-sharer .icons{display:-ms-inline-flexbox;display:inline-flex;gap:var(--sm);font-size:var(--fs-lg)}.post-sharer .icons button svg{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.post-sharer .icons button:hover svg{color:var(--red)}