.article-author-bio{display:flex;gap:1.6rem;align-items:flex-start;margin:4rem auto 2rem;padding:2rem;border:1px solid rgba(var(--color-foreground),.12);border-radius:12px;}
.article-author-bio__img{border-radius:50%;flex-shrink:0;object-fit:cover;}
.article-author-bio__eyebrow{margin:0 0 .2rem;font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;opacity:.7;}
.article-author-bio__name{margin:0;font-size:1.8rem;font-weight:600;}
.article-author-bio__role{margin:.2rem 0 .8rem;font-size:1.3rem;opacity:.75;}
.article-author-bio__text p{margin:0 0 .8rem;font-size:1.4rem;line-height:1.6;}
.article-author-bio__link{font-size:1.4rem;text-decoration:underline;color:rgb(var(--color-foreground));}
@media screen and (max-width:600px){.article-author-bio{flex-direction:column;}}
