.author-card{display:flex;flex-direction:column;gap:var(--space-base);padding:var(--space-base-x2);box-sizing:border-box;flex:0 0 calc(50% - var(--space-base));justify-content:space-between;box-shadow:var(--shadow-1);border-radius:10px}.author-card__infos{display:flex;flex-direction:row;gap:var(--space-base)}.author-card__text{display:flex;flex-direction:column;gap:var(--space-base);justify-content:center}.author-card__link:hover{text-decoration:underline}.author-card__text-name{font-weight:var(--font-weight-bold)}.author-card__text-name:hover{text-decoration:underline}.author-card__text-title{display:flex;flex-direction:column}.author-card .author-card__image{border-radius:49%;width:80px}.author-card__description{--line-clamp-lines:3}