.top-authors{ margin:20px 0 24px; }
.block-title{ font-size:18px; margin:0 0 10px; }

.top-authors-slider{
  display:flex;
  gap:12px;
  overflow-x:auto;
  padding:6px 2px;
  scroll-snap-type:x mandatory;
}

.top-author{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:1px solid #e7e7e7;
  border-radius:14px;
  background:#fff;
  text-decoration:none;
  scroll-snap-align:start;
  flex:0 0 auto;
}

.top-author-avatar{
  width:64px;
  height:64px;
  border-radius:50%;
  object-fit:cover;
}

.top-author-name{ white-space:nowrap; font-size:14px; }