section.author-module .wrapper{display:flex;gap:4rem;justify-content:space-between;margin:0 auto;max-width:930px;width:100%}section.author-module a.author{display:flex;gap:1rem;width:100%}section.author-module .name-value{font-weight:600}section.author-module .info{display:flex;flex-direction:column;gap:8px}section.author-module .bio,section.author-module .bio>*{color:#707070;font-size:16px;font-weight:700;line-height:130%}section.author-module .avatar img{border-radius:50%;height:52px;object-fit:cover;width:52px}section.author-module .share-block{align-items:center;display:flex;flex-direction:column;gap:.5rem;width:fit-content}section.author-module .share-block .title{font-size:16px;font-weight:300;text-align:center}section.author-module .share-block .socials{align-items:center;display:flex;flex-direction:row;gap:1rem;width:fit-content}section.author-module .share-block .socials .social{cursor:pointer;flex-shrink:0;height:2rem;position:relative;transition:background-color .3s;width:2rem}section.author-module .share-block .socials .social svg{height:100%;width:100%}section.author-module .share-block .socials .social svg path{transition:fill .3s ease}section.author-module .share-block .socials .social.facebook:hover path,section.author-module .share-block .socials .social.insta:hover path,section.author-module .share-block .socials .social.linkedin:hover path{fill:#1e3229}@media (max-width:520px){section.author-module .wrapper{flex-wrap:wrap}section.author-module .social{width:100%}}