.author-card {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
}

.author-info {
  display: flex;
  align-items: center;
}

.author-image {
  border-radius: 50%;
  margin-right: 1rem;
}

.author-name a {
  text-decoration: none;
}

.author-name a:hover {
  text-decoration: underline;
}

.author-bio {
  margin-bottom: 0;
}
