.author-box{background-color:var(--c-paper);border:1px solid var(--c-border)}.author-box .author-box__heading{text-transform:uppercase;letter-spacing:.1em;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:2.5rem;margin-block-end:2.5rem;font-weight:500}.author-box .author-box__inner{display:flex;gap:2rem;align-items:flex-start}@media (max-width:640px){.author-box .author-box__inner{flex-direction:column;align-items:center;text-align:center}.author-box .author-box__link{justify-content:center}}.author-box .author-box__avatar{flex-shrink:0;inline-size:160px;block-size:160px;border-radius:50%;background:var(--c-ink);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:var(--text-2xl);font-weight:600;color:var(--c-paper);overflow:hidden}.author-box .author-box__avatar-img{inline-size:100%;block-size:100%;object-fit:cover;display:block}.author-box .author-box__name{font-size:var(--text-base);font-weight:700;margin:0}.author-box .author-box__bio{-webkit-margin-before:.6rem;margin-block-start:.6rem;-webkit-margin-after:1.2rem;margin-block-end:1.2rem}.author-box .author-box__bio p{font-size:var(--text-sm);margin:0;line-height:1.55}.author-box .author-box__link{font-size:var(--text-sm);text-decoration:underline;text-underline-offset:2px;display:inline-flex;align-items:center;gap:.4rem;&:hover{text-decoration:none}}