.stats{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr}.stats,.stats .stat{display:grid;grid-column-gap:16px;grid-row-gap:10px}.stats .stat{border:1px solid #d3d3d3;grid-template-columns:auto;grid-template-rows:auto 1fr;padding:2rem}.stats .stat .stat-number{display:flex;flex-direction:row}.stats .stat .stat-number>*{justify-content:center}.stats .stat .stat-number span{align-items:center;display:flex;font-size:1.5rem;font-weight:bolder;margin-left:1rem}.avatar{background-color:#ccc;border-radius:50%;color:#fff;display:inline-block;font-weight:700;line-height:1.5;text-align:center}.avatar-small{font-size:12px;height:18px;width:18px}.avatar-medium{font-size:14px;height:32px;width:32px}.avatar-large{font-size:24px;height:64px;width:64px}.avatar-initials{align-items:center;display:inline-flex;justify-content:center}