.author-header{padding:0 0 6.4rem 0;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:6.4rem}
.author-header-left{grid-column:span 4/span 4}
.author-header-left img{width:100%;height:-moz-fit-content;height:fit-content;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover}
.author-header-right{grid-column:span 8/span 8}
.author-header-right-top{margin-bottom:1.2rem;font-size:1.4rem;line-height:2rem;font-weight:500;color:#35a106}
.author-header-right-title{margin-bottom:16px;line-height:100%;font-weight:700;color:#121212}
.author-header-right-caption{font-family:"DM Sans",sans-serif;font-size:24px}
.author-header-right-details{margin-top:2.4rem;display:flex;align-items:center;gap:2.4rem}
.author-header-right-details-link{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;line-height:2rem;color:#666}
.author-header-right-details-link img{width:16px;height:16px}
.author-header-right-description{margin-top:24px}
.author-header-right-description *{margin:0}
.author-header-right-tags{margin-top:24px;display:flex;flex-wrap:wrap;gap:8px}
.author-header-right-tags-tag{padding:8px 16px;display:flex;justify-content:center;align-items:center;font-size:14px;line-height:20px;font-weight:500;color:#3e3e3e;background-color:#f5f1eb;border:1px solid #e7e2da;transition:.3s ease-in-out}
.author-header-right-tags-tag:hover{color:#038c4e;border-color:#038c4e;transition:.3s ease-in-out}
.author-header-right-links{margin-top:3.2rem;display:flex;flex-wrap:wrap;gap:8px}
.author-header-right-links-link{display:inline-flex;align-items:center;padding:.6rem 1.2rem;border:1px solid var(--border,#e5e7eb);background-color:var(--card,#fff);color:var(--foreground,#000);font-size:1.4rem;font-weight:500;text-decoration:none;transition:all .2s ease-in-out;gap:8px}
.author-header-right-links-link img{width:16px;height:16px}
.author-header-right-links-link:hover{color:#038c4e;border-color:#038c4e;transition:.3s ease-in-out}
.author-content{padding:6.4rem 0;background-color:rgba(245,241,235,.4);border-top:1px solid #e7e2da;border-bottom:1px solid #e7e2da}
.author-content-title{margin-bottom:24px}
.author-content-text{font-size:1.8rem}
@media(max-width:990px){
.author-header{padding:0 20px 3.2rem 20px;gap:3.2rem}
.author-header-left{grid-column:span 12/span 12}
.author-header-left img{aspect-ratio:1}
.author-header-right{grid-column:span 12/span 12}
.author-header-right-top{margin-bottom:.8rem}
.author-header-right-title{margin-bottom:12px}
.author-header-right-caption{font-size:20px}
.author-header-right-details{margin-top:1.6rem;flex-wrap:wrap;gap:1.6rem}
.author-header-right-description{margin-top:16px}
.author-header-right-tags{margin-top:16px}
.author-header-right-links{margin-top:2.4rem;flex-direction:column}
.author-header-right-links-link{width:100%;justify-content:center}
.author-content{padding:3.2rem 0}
.author-content-title{margin-bottom:16px}
.author-content-text{font-size:1.6rem}
}