.avatar {
  display: block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  object-fit: cover;
  background: #f0eef5;
  border: 3px solid #fff;
  box-shadow: 0 3px 10px #8f849f33;
}

.author-card:nth-child(2n) .avatar,
.author-card:nth-child(3n) .avatar {
  background: #f0eef5;
}

.admin-avatar {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  background: #f0eef5;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px #3030441f;
}

.avatar-name {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 130px;
}
