.author-header{--author-avatar-size:100px}.author-banner{height:100px;position:relative}.author-header:not(:has(.author-avatar)) .author-banner{display:none}.author-header__container{padding-bottom:0!important;padding-top:0!important}.author-header__content{position:relative}.author-header:not(:has(.author-avatar)) .author-header__content{padding-top:3rem}.author-avatar{aspect-ratio:1/1;background-color:rgb(var(--color-white));border-radius:50%;margin:-50px 0 20px;object-fit:cover;padding:.25em;width:var(--author-avatar-size)}.author-socials{--icon-bg-rgb:var(--color-accent);--icon-bg:rgb(var(--color-accent));--icon-border:none;--icon-color:rgb(var(--color-background));--icon-padding:7px;--icon-radius:var(--icon-size);--icon-shadow:none;--icon-size:30px;--socials-gap:10px;display:flex;gap:var(--socials-gap)}@media (min-width:768px){.author-header{--author-avatar-size:clamp(200px,20vw,300px)}.author-banner{height:240px}.author-header:has(.author-avatar) .author-header__content{display:grid;gap:1rem 50px;grid-template-areas:"left right-top" "left right-bottom";grid-template-columns:var(--author-avatar-size) auto;grid-template-rows:calc(var(--author-avatar-size)/2 - .5rem) auto}.author-header:has(.author-avatar):has(.author-banner) .author-header__content{margin-top:calc(var(--author-avatar-size)/-2)}.author-avatar{grid-area:left;margin:0;width:100%}.author-name{align-self:self-end;grid-area:right-top;padding-bottom:.35em}.author-header:has(.author-banner) .author-name{color:rgb(var(--color-white))}.author-info{font-size:1em;grid-area:right-bottom}.author-bio{margin-top:0}}