.blog-listing__tags{align-items:center;border-bottom:1px solid var(--dark-color);display:flex;flex-direction:row;gap:.5rem;margin:2rem 0;padding:1rem}.blog-listing__tags>h4{line-height:1;margin:0 1rem}.blog-listing__index{display:grid;gap:1rem}.blog-listing-post{background-color:var(--blog-post-card-background-color);border-radius:var(--card-border-radius);box-shadow:0 4px 30px rgba(0,0,0,.1);overflow:hidden;padding:var(--blog-post-card-inner-padding);position:relative}.blog-listing-post,.blog-listing-post:hover{text-decoration:none}.blog-listing-post:after{background:var(--primary-dark-gradient);bottom:0;content:"";height:.5rem;left:0;position:absolute;transition:width .3s ease-in-out;width:0}.blog-listing-post:hover:after{transition:width .6s ease-in-out;width:100%}.blog-listing-post__image{position:relative}.blog-listing-post__image>img{aspect-ratio:var(--blog-post-image-aspect-ratio);border-radius:var(--card-border-radius);object-fit:cover;width:100%}.blog-listing-post__tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;left:1rem;position:absolute;top:1rem}.blog-listing-post__tags>span{background-color:var(--tertiary-color);border-radius:var(--card-border-radius);color:var(--light-color);font-size:.75rem;line-height:1;padding:.25rem .5rem}.blog-listing-post__content{padding-bottom:calc(1rem + var(--blog-post-card-content-padding));padding-left:var(--blog-post-card-content-padding);padding-right:var(--blog-post-card-content-padding);position:relative}.blog-listing-post__content h4,.blog-listing-post__content p,.blog-listing-post__content>div{color:var(--dark-color)}.blog-listing-post__content h4{margin:1rem 0 1.5rem}.blog-listing-post .blog-listing-post__content>div{bottom:-5rem;font-size:1.25rem;font-weight:800;left:var(--blog-post-card-content-padding);opacity:0;position:absolute;transition:all .2s ease-in}.blog-listing-post:hover .blog-listing-post__content>div{bottom:var(--blog-post-card-content-padding);opacity:1;transition:all .3s ease-in}@media screen and (max-width:900px){.blog-listing-post__content{padding-bottom:0}.blog-listing-post__content>div{bottom:1rem;position:relative}}.blog-pagination{gap:.5rem;justify-content:center;margin:2rem 0}.blog-pagination,.blog-pagination__link{align-items:center;display:flex;flex-direction:row}.blog-pagination__link{gap:.25rem;text-underline-offset:.25rem}.blog-pagination__link>svg{fill:var(--secondary-color);height:.5rem}.blog-post{margin:0 auto;max-width:960px}.blog-post__header{align-items:center;border-bottom:1px solid var(--dark-color);display:grid;margin-bottom:2rem;padding-bottom:2rem}.blog-post__header:not(.post--featured){grid-template-columns:1fr}.blog-post__header.post--featured{gap:2rem;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:900px){.blog-post__header{align-items:flex-start;display:flex;flex-direction:column-reverse}}.blog-post__header>img{aspect-ratio:var(--featured-image-aspect-ratio);border-radius:var(--card-border-radius);box-shadow:0 4px 30px rgba(0,0,0,.1);object-fit:cover;width:100%}.blog-post__meta{margin-bottom:1.4rem}.blog-post__meta a{text-decoration:underline}.blog-post__timestamp{display:block}.blog-post__tags svg{height:auto;margin-right:.35rem;width:15px}.blog-post__tag-link{font-size:.875rem}.blog-related-posts{background:var(--related-posts-background-color)}.blog-related-posts h2{color:var(--related-posts-title-color);text-align:center}.blog-related-posts__list{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:900px){.blog-related-posts__list{grid-template-columns:1fr}}.blog-comments{margin:0 auto;max-width:680px}.blog-comments form{background-color:transparent;border:none}.blog-comments .hs-submit{text-align:center}.blog-comments .comment-reply-to{border:0}.blog-comments .comment-reply-to:focus,.blog-comments .comment-reply-to:hover{background-color:transparent;text-decoration:underline}