.author-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-items:center;margin:0 auto;max-width:1140px;padding:2rem 1rem 0}.author-grid .loader{display:block;grid-column:1/-1;margin:auto}.author{background-color:#fff;display:flex;flex-flow:column nowrap;position:relative}.author:hover{background-color:#d7542d}.author:after{bottom:.125rem;color:#d7542d;font-size:1.88em;font-weight:700;line-height:1;position:absolute;right:.25em;transition:all .25s ease-in-out 0s}.author:hover:after{color:#fff}.author__thumb{aspect-ratio:1/1;background:#fff;border:1px solid #eee;border-bottom:0;overflow:hidden}.author__thumb img{height:100%!important;object-fit:cover;width:100%}.author__body{background:#f3f3f4;border:1px solid #eee;clip-path:polygon(100% 0,100% calc(100% - 2.33em),calc(100% - 7.66em) 100%,0 100%,0 0);flex:1;padding:1rem}.author__name{font-size:1.5rem}.author__name a:before{content:"";inset:0;position:absolute}.author__title{font-size:1rem;font-weight:700}.author__bio{font-size:.8rem}