.author-bio{box-sizing:border-box}
.author-bio>.author-bio-wrapper{max-width:1240px;width:100%;margin:60px auto;display:flex;padding:50px;align-items:flex-start;gap:60px;align-self:stretch;border-radius:16px;background:var(--Surface-Weak,#f7f5f4)}
@media(max-width:768px){.author-bio>.author-bio-wrapper{flex-direction:column;margin:40px auto}
}
.author-bio>.author-bio-wrapper>.author-bio-image-block{max-width:160px;display:flex;padding-left:10px;flex-direction:column;align-items:center}
.author-bio>.author-bio-wrapper>.author-bio-image-block>.author-bio-image-wrapper>.author-bio-image{width:96.2px;height:96.2px}
.author-bio>.author-bio-wrapper>.author-bio-image-block>.author-bio-image-wrapper>.author-bio-image>.ps-image{border-radius:999px;max-width:100%;margin:0}
.author-bio>.author-bio-wrapper>.author-bio-text-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:var(--margin-16,16px);flex:1 0 0}
.author-bio>.author-bio-wrapper>.author-bio-text-wrapper>.author-bio-name{margin:0;color:#130f25;font-family:"PS TT Commons Regular",Helvetica,Roboto,Arial,sans-serif;font-size:var(--size-h5,24px);font-style:normal;font-weight:500;line-height:var(--line-height-h5,30px);letter-spacing:var(--letter-spacing-h5,0)}
.author-bio>.author-bio-wrapper>.author-bio-text-wrapper>.author-bio-title{margin:0;color:#2d2d55;font-family:"PS Commons",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-size:16px;line-height:28px;font-weight:500}
.author-bio>.author-bio-wrapper>.author-bio-text-wrapper>.author-bio-description{margin:0;color:#555;font-family:"PS TT Commons Regular",Helvetica,Roboto,Arial,sans-serif;font-size:var(--size-text-md,16px);font-style:normal;font-weight:400;line-height:var(--line-height-text-md,24px);letter-spacing:var(--letter-spacing-text,0)}
.author-bio>.author-bio-wrapper>.author-bio-text-wrapper>.author-bio-link{display:flex;align-items:center;gap:var(--margin-4,4px);text-decoration:none}
.author-bio>.author-bio-wrapper>.author-bio-text-wrapper>.author-bio-link span{color:var(--Links-Pink,#e7005e);font-size:var(--size-text-sm,14px);font-style:normal;font-weight:600;line-height:var(--line-height-text-md,24px);letter-spacing:var(--letter-spacing-text,0)}
.author-bio>.author-bio-wrapper>.author-bio-text-wrapper>.author-bio-link svg{transition:transform .3s}
.author-bio>.author-bio-wrapper>.author-bio-text-wrapper>.author-bio-link:hover svg{transform:translateX(5px)}