.blog-post__hero{background-color:var(--lw-light-blue);margin-bottom:2rem;min-height:200px;overflow:hidden;padding:3rem 1rem;position:relative}.blog-post__hero>h1{margin:0 auto;max-width:960px;position:relative;text-align:center;z-index:10}.blog-post__hero:before{bottom:auto;height:150px;top:80px;width:150px}.blog-post__hero:after{bottom:auto;height:200px;left:-100px;top:-50px;width:200px}.blog-author{column-gap:.75rem;display:grid;font-size:1rem;grid-template-areas:"profile name social-li social-x" "profile time social-li social-x";grid-template-columns:80px auto 35px 35px;grid-template-rows:auto}.blog-author img{border-radius:50%;grid-area:profile;width:80px}.blog-author p{align-self:end;grid-area:name;margin:0}.blog-author time{grid-area:time}.blog-post__body{margin:0 auto;max-width:1024px;padding:0 2rem}.blog-post__body blockquote{font-size:var(--lw-quote-font-size);margin-top:1.25rem;padding-left:1rem;position:relative;quotes:"\301D""\301E"}.blog-post__body blockquote p{display:inline}.blog-post__body blockquote:before{color:var(--lw-go-green);content:open-quote;font-size:6rem;left:-5.2rem;position:absolute;top:.9rem;transform:rotate(15deg)}.social-li,.social-x{align-self:center}.social-li{grid-area:social-li}.social-x{grid-area:social-x}.social-li img,.social-x img{background-color:var(--lw-create-purple);height:35px;padding:5px;width:35px}.social-li img:hover,.social-x img:hover{background-color:var(--lw-mid-purple)}.blog-related{background-color:var(--lw-light-grey);padding:3rem 2rem}.blog-related h2{margin:0 auto 2rem;max-width:1200px;padding:0 16px;width:100%}.blog-related-posts{display:flex;flex-wrap:wrap;gap:2rem 2.5rem;justify-content:center;margin:0 auto;max-width:1200px}.blog-related-card{background-color:#fff;border:1px solid var(--lw-mid-grey);border-radius:var(--lw-border-radius);flex-basis:330px;flex-grow:1;max-width:360px}.blog-related-card a{display:inline-flex;flex-direction:column;height:100%;width:100%}.blog-related-card img{border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:180px;object-fit:cover}.blog-related-card h3{font-size:var(--lw-blog-related-font-size);font-weight:500;line-height:normal;padding:0 1rem}.blog-related-card p{margin-top:auto;padding:0 1rem}.blog-related-card:hover{box-shadow:2px 2px 10px var(--lw-mid-grey)}.blog-related-card a:hover{text-decoration:none}@media screen and (max-width:900px){.blog-author{grid-template-columns:60px auto 35px 35px}.blog-author>img{width:60px}.blog-post__body{padding:0 1rem}.blog-related{padding:2rem 1rem}}@media screen and (max-width:430px){.blog-related-card{max-width:100%}}.hs-blog-post-listing__post-title{line-height:27px;padding-bottom:1rem}.hs-blog-post-listing__post-title-link:hover{text-decoration:none}.hs-blog-post-listing__post:hover{box-shadow:0 0 10px var(--lw-mid-grey)}