.ds-author-box{display:flex;gap:20px;padding:22px;border:1px solid #e1e5ea;border-radius:10px;background:#fff}
.ds-author-box__avatar img{width:96px;height:96px;object-fit:cover;border-radius:50%}
.ds-author-box__content{min-width:0}
.ds-author-box__name{margin:0 0 5px;font-size:20px}
.ds-author-box__role{margin-bottom:9px;color:#667085;font-weight:600}
.ds-author-box__bio{color:#485568}
.ds-author-box__bio p:last-child{margin-bottom:0}
.ds-author-box__links{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.ds-post-author-profile{max-width:1100px;margin:40px auto;padding:0 20px}
.ds-post-author-profile__header{display:grid;grid-template-columns:180px 1fr;gap:28px;align-items:start}
.ds-post-author-profile__photo img{width:180px;height:180px;object-fit:cover;border-radius:12px}
.ds-post-author-profile__role{color:#667085;font-weight:600}
.ds-post-author-profile__links{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.ds-post-author-profile__bio{margin-top:28px}
.ds-post-author-profile__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-top:28px}
.ds-post-author-profile__gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px}
.ds-post-author-profile__articles{margin-top:36px}
.ds-post-author-profile__articles ul{padding-left:18px}
@media(max-width:700px){.ds-author-box{flex-direction:column}.ds-post-author-profile__header{grid-template-columns:1fr}.ds-post-author-profile__photo img{width:140px;height:140px}}