.blog-post__tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.blog-post__tag-link{display:inline-block;font-family:var(--bz-font-secondary);font-weight:600;text-decoration:none;text-transform:uppercase}.blog-post__meta{align-items:center;display:flex;font-size:.9375rem;gap:.5rem;justify-content:center;text-align:center}.blog-post__author a{color:var(--bz-link-color);text-decoration:none}.blog-post__author a:hover{color:var(--bz-link-hover-color);text-decoration:underline}.blog-post__meta-separator{opacity:.5}.blog-post__image{border-radius:1rem;height:auto;width:100%}.blog-post__content>:first-child{margin-top:0}.author-box{align-items:flex-start;background:var(--bz-white);border:1px solid rgba(var(--bz-dark-rgb),.08);border-radius:1rem;display:flex;gap:1.5rem;padding:1.75rem 2rem}.author-box+.author-box{margin-top:2rem}.author-box__avatar{border-radius:50%;flex-shrink:0;height:80px;overflow:hidden;width:80px}.author-box__avatar img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.author-box__name{margin:0 0 .5rem}.author-box__bio{font-size:.9375rem;margin:0 0 1rem}.author-box__bio:last-child{margin-bottom:0}.author-box__social{display:flex;gap:.75rem}.author-box__social a{font-size:.875rem;text-decoration:none}.author-box__social a:hover{color:#fc92d3;text-decoration:none}@media (max-width:640px){.author-box{align-items:center;flex-direction:column;padding:1.5rem;text-align:center}.author-box__social{justify-content:center}}