.author-profile {
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background-color: #fff;
}

.author-profile__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.author-profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-profile__name {
  color: #343432;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.author-profile__description {
  margin: 4px 0 0 0;
  color: #666;
  font-size: 13px;
  line-height: 190%;
  text-align: center;
}
