.user-hero{padding:3.6rem 1rem;margin:0 auto 2rem;display:grid;gap:0 1rem;grid-template-columns:104px auto auto;grid-template-areas:"avatar title stats" "avatar details stats"}.user-hero .avatar{--avatar-size: 96px}h1{grid-area:title}.avatar-area{grid-area:avatar}.user-details{grid-area:details}.user-details>li{margin-bottom:.6rem}#my-disp-name{display:flex;gap:.5rem;align-items:center}.profile-stats{grid-area:stats;display:grid;grid-template-columns:repeat(2,min-content);max-width:400px;justify-self:end;align-self:start;color:#444;background:#fffa;padding:1rem 1.5rem;border-radius:var(--rounded);gap:1.6rem}.profile-stats .icon-label{white-space:nowrap}#latest-comment{--cmt-ft-msg: var(--ft-sm)}.sidebar-reading-item .reading-details{overflow:hidden;display:flex;flex-direction:column;gap:.2rem;align-self:stretch}.sidebar-reading-item .title-link{overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis;display:block;max-width:100%}.sidebar-reading-item .list-author{margin-top:auto}@media screen and (min-width: 1088px){.user-hero{gap:0 2.4rem}}
