.blog-posts{display:grid;gap:2rem;grid-template-columns:repeat(3,minmax(380px,1fr));justify-items:stretch;padding:6.5rem 0 2rem}.blog-posts .content-wrapper{align-items:flex-start;color:var(--deazy-black);display:flex;flex-direction:column;gap:12px;padding:32px 0}.blog-posts .blog-post{display:flex;flex-direction:column;gap:12px;padding:0}.blog-posts.show-featured .blog-post:first-of-type{align-items:center;flex-direction:row;gap:4.5rem;grid-column:1/-1;margin:0}.blog-posts.show-featured .blog-post:first-of-type>*{flex-basis:50%}.blog-posts.show-featured .blog-post:first-of-type .blog-post__image-wrapper{height:350px}.blog-posts.show-featured .blog-post__post-summary{margin-top:0}.blog-post__meta{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;gap:12px}.blog-posts .blog-post__image-wrapper{display:block;height:216px;isolation:isolate;margin-bottom:12px;position:relative;width:100%}.blog-posts .blog-post__image-wrapper img{border-radius:16px;height:100%;object-fit:cover;width:100%}.blog-post .blog-post__share-wrapper{align-items:center;background-color:hsla(0,0%,100%,.8);border:none;border-radius:8px;display:flex;font-weight:600;min-height:auto;padding:4px 8px;position:absolute;right:16px;top:16px;width:min-content;z-index:10}.blog-post .blog-post__share-wrapper img{height:24px;width:24px}.blog-posts .blog-post__type{background-color:var(--deazy-cream);border-radius:8px;font-weight:600;padding:4px 8px;text-transform:uppercase}.blog-posts .blog-post__title{flex-grow:1;margin:0}.blog-posts .blog-post__title a{color:var(--deazy-black);font-weight:600}.blog-posts.show-featured .blog-post:first-of-type .blog-post__title a{font-size:24px;line-height:32px}.blog-posts .blog-post__button{border-bottom:1px solid var(--deazy-black);font-weight:600;margin-top:-8px;padding:8px 0}.posts-not-found,.posts-suggest-topic{background-color:var(--deazy-light-grey);border-radius:16px;display:flex;flex-direction:column;padding:32px 32px 0}.posts-suggest-topic{flex-grow:1}.posts-not-found h2{font-weight:600;margin-bottom:12px}.posts-suggest-topic h2{font-weight:600;margin-bottom:20px}.posts-not-found p,.posts-suggest-topic p{margin-bottom:8px}.posts-not-found ul{list-style-position:inside;margin-bottom:20px;padding-left:0}.posts-not-found__button,.posts-suggest-topic__button{margin-bottom:32px;width:100%}.posts-not-found__button:hover,.posts-suggest-topic__button:hover{color:var(--deazy-white)}.posts-not-found img{height:200px;margin:0 auto;width:250px}.posts-suggest-topic img{flex-grow:1;margin:0 auto;width:250px}@media (max-width:1250px){.blog-posts{grid-template-columns:repeat(2,minmax(320px,1fr))}}@media (max-width:768px){.blog-posts.show-featured .blog-post:first-of-type{flex-direction:column;margin:0 -2rem}.blog-posts.show-featured .blog-post:first-of-type .blog-post__meta{margin:0 2rem}.blog-posts.show-featured .blog-post:first-of-type>*{flex-basis:auto}.blog-posts.show-featured .blog-post:first-of-type .blog-post__image-wrapper{height:216px;order:2}.blog-posts.show-featured .blog-post:first-of-type .blog-post__image-wrapper img{border-radius:0}.blog-posts{grid-template-columns:repeat(1,1fr)}}