.post__image{margin-bottom:var(--spacing-2);transition:all 360ms ease}.post__image:hover,.post__image:focus{transform:scale(1.03);box-shadow:var(--shadow)}.post__teaser{margin-bottom:var(--spacing-9)}.post__wrapper{align-items:center;display:flex}.post__profile-image{width:var(--spacing-6);margin-bottom:0 !important}.post__profile-image img{margin:0;transition:border 360ms ease;border:var(--border-width-2) solid var(--border-color);border-radius:9rem}.post__details{width:calc(100% - var(--spacing-6));padding-left:var(--spacing-2);font-size:var(--font-size-14)}.post__details .heading--1{margin-bottom:0}.post__details a{font-weight:var(--font-weight-black);color:inherit}.post__view-more{max-width:24rem;margin:0 var(--spacing-2);transition:all 360ms ease;background:var(--post-view-more-background);border:var(--border-width-1) solid var(--border-color);border-radius:var(--border-radius);font-size:var(--font-size-14);font-weight:300;text-align:center}.post__view-more:hover,.post__view-more:focus{transform:scale(1.03);box-shadow:0 var(--shadow)}.post__view-more a{height:100%;width:100%;transition:none;font-size:var(--font-size-24);font-weight:var(--font-weight-black);color:var(--white);flex-flow:column nowrap;justify-content:center;display:flex}.post__view-more a:hover,.post__view-more a:focus{text-decoration:none}.post__view-more a:hover:after,.post__view-more a:focus:after{transform:rotate(-45deg)}.post__view-more a:before{content:"View More";font-size:var(--font-size-24);font-weight:var(--font-weight-black);display:block}.post__view-more a:after{content:"";transition:all 360ms ease;margin-top:var(--spacing-4);font-family:"Font Awesome 5 Free",sans-serif;font-size:var(--font-size-24);font-weight:var(--font-weight-regular);display:block}