.author-box{display:flex;flex-direction:column;align-items:center;justify-content:start;contain:content;}.author-box .avatar{margin:0 var(--spacing) var(--spacing);}.author-box .avatar img,.author-box .avatar svg{width:100px;height:100px;max-width:100px;border-radius:50%;}.author-box .avatar svg{fill:var(--lightest);background-color:var(--medium);}.author-box h2{margin-bottom:0 !important;font-size:1.2em;text-align:center;}.author-box p{margin:1em 0 !important;}@media (min-width: 769px){.author-box{flex-direction:row;}.author-box h2{text-align:left;}.authors-list{display:grid;grid-gap:1.5em;grid-template-columns:50% 50%;margin:1.5em 0;}.authors-list .author-box{margin:0;}.author-box .avatar{margin:0 2rem 0 0;}}@keyframes cmplz-fadein{from{opacity:0;}to{opacity:1;}}:root :where(p.has-background){padding:1.25em 2.375em;}:where(p.has-text-color:not(.has-link-color)) a{color:inherit;}ul.pills{list-style-type:none;margin-left:0;counter-reset:pills-number;line-height:2.3em;}ul.pills li{display:inline-block;counter-increment:pills-number;}ul.pills a{margin-right:5px;padding:.15em .66em;border-radius:2rem;border:2px solid rgba(255,255,255,.5);text-transform:capitalize;color:var(--lightest);}ul.pills a::before{content:counter(pills-number) ".";color:var(--primary);margin-right:.25em;font-weight:500;}ul.pills a:hover{border-color:var(--primary);}