.author-page-header{box-sizing:border-box;grid-template-columns:140px minmax(0,1fr);grid-template-areas:"avatar content";align-items:start;gap:28px;width:100%;max-width:100%;padding:clamp(15px,4vw,20px);display:grid}.author-page-avatar-wrap{flex-shrink:0;grid-area:avatar;justify-self:start;width:140px}.author-page-avatar-wrap span,.author-page-avatar-wrap img{width:100%!important;height:auto!important;display:block!important}.author-page-content{text-align:left;grid-area:content;min-width:0}.author-page-kicker{color:#6b7280;margin:0 0 10px;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:600}.author-page-kicker a{color:#15429b;text-decoration:none}.author-page-kicker a:hover{text-decoration:underline}.author-page-bio{color:#0009;text-align:left;max-width:720px;margin:25px 0 0;font-family:Nunito Sans,sans-serif;font-size:16px;font-weight:400;line-height:25px}.author-page-count{color:#111827;text-align:left;margin:12px 0 0;font-family:Montserrat,sans-serif;font-size:15px;font-weight:600}.author-page-name{font-family:var(--font-montserrat),system-ui,-apple-system,"Segoe UI",sans-serif;color:#000;text-align:left;flex-wrap:wrap;justify-content:flex-start;align-items:baseline;gap:10px;margin:0;font-size:clamp(26px,5vw,50px);font-weight:700;line-height:1.1;display:inline-flex}.author-page-name-text{color:#e73e0c}.author-page-socials{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;margin:0;padding:0;list-style:none;display:inline-flex}.author-page-social-item{align-items:center;margin:0;line-height:0;display:inline-flex}.author-page-social-item a{opacity:.9;justify-content:center;align-items:center;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.author-page-social-item a:hover{opacity:1;transform:translateY(-1px)}.author-page-social-item img{object-fit:contain;width:20px;height:20px;display:block}.author-page-avatar{object-fit:cover;border:4px solid #fff;border-radius:50%;width:140px;height:140px;box-shadow:0 8px 24px #15429b1f}.author-page-avatar--placeholder{color:#15429b;background:#c9daf8;justify-content:center;align-items:center;font-family:Montserrat,sans-serif;font-size:48px;font-weight:700;display:flex}@media (max-width:768px){.author-page-header{text-align:center;grid-template-columns:minmax(0,1fr);grid-template-areas:"avatar""content";justify-items:center;gap:20px}.author-page-avatar-wrap{justify-self:center;width:112px}.author-page-content{text-align:center;justify-self:stretch;width:100%}.author-page-kicker,.author-page-bio,.author-page-count{text-align:center;margin-left:auto;margin-right:auto}.author-page-name{text-align:center;justify-content:center;width:100%}.author-page-socials{justify-content:center}.author-page-avatar{width:112px;height:112px}}
