.authors-page-box{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1em .75em;margin:0 0 1em;padding:0;background:#fff0}.authors-page-item{text-align:center;overflow-wrap:break-word}.authors-page-item a{text-decoration:none}.authors-page-item img.avatar{max-width:100%;height:auto}.authors-page-name{display:block;margin-top:.5em;font-weight:600;line-height:1.3}.authors-page-box--bios{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.authors-page-box--bios .authors-page-item{display:flex;flex-direction:column;justify-content:center;padding:1.5em 1.25em;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:10px;background:color-mix(in srgb,currentColor 4%,transparent);transition:border-color 0.15s ease}.authors-page-box--bios .authors-page-item:hover{border-color:color-mix(in srgb,currentColor 32%,transparent)}.authors-page-box--bios .authors-page-item img.avatar{border-radius:50%}.authors-page-bio{margin:.6em 0 0;font-size:.875em;line-height:1.5;opacity:.75;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}