.posts__list{padding:0}.post.featured{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto auto;height:100vh;overflow:hidden;padding:0}.post.featured .post__cover{grid-column:1;grid-row:1/-1}.post.featured .post__cover img{border-radius:0;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.post.featured .post__title{font-size:var(--font-xxl);grid-column:1;grid-row:2;line-height:1;margin:var(--spacing-xxl);text-shadow:2px 2px 4px rgba(0,0,0,.5),-2px -2px 4px rgba(0,0,0,.5);z-index:1}.post.featured .post__title a{color:var(--color-background);text-decoration:none}.post.featured .post__content{background-color:var(--color-background);border-top-left-radius:var(--spacing-lg);grid-column:1;grid-row:3;margin-left:var(--spacing-lg);padding:var(--spacing-xl);position:relative}.post.featured .post__content:after,.post.featured .post__content:before{border-radius:50%;box-shadow:calc(var(--spacing-lg)/2) calc(var(--spacing-lg)/2) var(--color-background);content:"";height:var(--spacing-lg);position:absolute;width:var(--spacing-lg)}.post.featured .post__content:before{bottom:0;left:calc(var(--spacing-lg)*-1)}.post.featured .post__content:after{right:0;top:calc(var(--spacing-lg)*-1)}@media(min-width:641px){.post.featured{grid-template-columns:1fr 33%;grid-template-rows:1fr auto auto;padding:var(--spacing-xl)}.post.featured .post__cover{grid-column:1/-1}.post.featured .post__cover img{border-radius:var(--spacing-lg)}.post.featured .post__title{grid-column:1;grid-row:2/-1;margin:var(--spacing-xxl)}.post.featured .post__content{display:block;grid-column:2;grid-row:3}}
