#listing-wrapper{padding:0 var(--outer-padding)}.blog-header{margin-left:auto;margin-right:auto;max-width:1200px;padding-top:6rem}.blog-header h1{color:var(--gray_4);font-family:var(--worksans);font-size:6rem;letter-spacing:-.06em;line-height:1;margin:0;padding:0}.blog-header h1.topic{font-size:4rem!important}.post-listing{column-gap:1.5rem;display:grid;grid-auto-rows:min-content;grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:1200px;padding-top:3rem;row-gap:3rem}.post-item{max-width:350px}.post-item a{text-decoration:none}.post-item a:after{display:none!important}.post-featured-image{aspect-ratio:1.5;background:linear-gradient(to right,var(--green),var(--blue));border-radius:.3em;max-width:300px;overflow:hidden;transition:.1s;width:100%}.post-featured-image img{height:100%;object-fit:cover;transition:.3s;width:100%}.post-item .date{color:var(--gray_2);font-size:1.1rem;margin-top:.5rem;transition:.1s}.post-item .title{color:#000;font-size:1.5rem;letter-spacing:-.01em;line-height:1.1;margin-bottom:0;margin-top:.5rem}.post-item .title,.post-item .topic{font-family:var(--worksans);transition:.3s}.post-item .topic{color:var(--gray_3);font-size:14px;font-weight:700;letter-spacing:.05em;line-height:1;margin-left:-7px;margin-top:.75rem;position:relative;text-transform:uppercase}.post-item .topic+.topic{display:none}.post-item .topic span{display:inline-block;padding:5px 7px;position:relative;z-index:1}.post-item .topic span:after,.post-item .topic:after{content:"";left:0;position:absolute;top:0;transition:.3s;width:0}.post-item .topic:after{border-top:2px solid var(--gray_4);opacity:0;transition:.3s;z-index:-1}.post-item .topic span:after{background:var(--gray_2);bottom:0;content:"";display:inline-block;opacity:0;padding:5px 7px;z-index:-1}.post-item a:focus-visible .post-featured-image,.post-item a:hover .post-featured-image{box-shadow:0 1rem 1rem -1rem rgb(0 0 0/.5)}.post-item a:focus-visible .date,.post-item a:hover .date{opacity:0}.post-item a:focus-visible .title,.post-item a:hover .title{color:var(--blue);transform:translateY(-1rem)}.post-item a:focus-visible .topic,.post-item a:hover .topic{margin-left:0}.post-item a:focus-visible .topic,.post-item a:hover .topic{color:#fff}.post-item a:focus-visible .topic span:after,.post-item a:focus-visible .topic:after,.post-item a:hover .topic span:after,.post-item a:hover .topic:after{opacity:1;width:100%}.post-listing-simple{display:grid;grid-auto-rows:min-content;grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:1200px;padding-bottom:6rem;padding-top:3rem;row-gap:2rem}.post-listing-simple .post-item{max-width:100%}.post-listing-simple .post-item .title{font-size:1.3rem;font-weight:600;margin-bottom:0;margin-top:0}.post-listing-simple .post-item .title a{color:var(--gray_2)}.post-listing-simple .post-item .title a:focus-visible,.post-listing-simple .post-item .title a:hover{color:var(--blue)}.post-listing-simple .post-item .title a:after{display:block!important}.post-listing.tag .post-item .topic{display:none}.pagination{display:flex;flex-direction:row;grid-column:1/-1;justify-content:space-between;padding-bottom:1rem;padding-top:1rem;width:100%}.pagination a{color:var(--gray_3);text-decoration:none}.pagination a:focus-visible,.pagination a:hover{color:var(--gray_1)}@media only screen and (min-width:600px){.blog-header h1{font-size:9rem}.post-listing{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:768px){.post-listing{grid-template-columns:repeat(3,1fr)}}