.author-bio-section{margin-bottom:30px;min-height:170px;width:100%}.author-bio-section .author-image{width:40%;max-width:180px;border-radius:var(--border-radius);box-shadow:var(--element-box-shadow);border:var(--element-border);overflow:hidden;aspect-ratio:1/1}.author-bio-section .author-image img{height:100%;object-fit:cover}.author-bio-section .author-image-meta{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:15px;height:inherit}.author-bio-section .author-image-meta .author-meta{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:60%}.author-bio-section .author-image-meta .author-meta div:first-child{display:flex;flex-direction:column}.author-bio-section .author-image-meta .author-meta div:first-child span:first-child{text-transform:uppercase;font-size:14px;color:var(--text-color-secondary)}.author-bio-section .author-image-meta .author-meta div:first-child h1:nth-child(2){text-transform:uppercase;font-weight:bold}.author-bio-section .author-image-meta .author-description{color:var(--text-color-secondary)}