.author-list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.author-row{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;gap:20px;padding:20px 0}.author-row--hidden{display:none}.author-row__photo{border-radius:50%;flex-shrink:0;height:75px;object-fit:cover;width:75px}.author-row__photo--placeholder{align-items:center;background:#e5e5e5;color:#999;display:flex;font-size:40px;font-weight:600;justify-content:center}.author-row__copy{line-height:1.2;min-width:0}.author-row__name{font-size:16px;margin:0 0 2px}.author-row__title{color:#666;font-size:14px;margin:0 0 8px}.author-row__link{color:#2962a8;font-size:12px;font-weight:600;letter-spacing:1px;text-decoration:underline;text-transform:uppercase;text-underline-offset:5px}.author-row__link:focus,.author-row__link:hover{text-decoration:none}.author-list__more{background:none;border:1px solid;border-radius:4px;cursor:pointer;display:block;font-size:14px;font-weight:600;margin:24px 0 0;padding:12px 28px}@media (max-width:600px){.author-list{display:grid;grid-template-columns:1fr}.author-row{gap:16px}.author-row__photo{height:80px;width:80px}}