/* Site-specific overrides loaded after Flex's style.min.css. */

/* Centered headline + photo + link row on the about page. */
.profile-name {
  text-align: center;
  margin: 0.6em 0 0.8em;
}

.profile-name strong {
  font-weight: 500;
}

.profile-photo {
  display: block;
  margin: 0 auto 1em;
  width: 50%;
  max-width: 320px;
  border-radius: 10px;
}

.profile-links {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.profile-links a {
  margin: 0 0.4em;
}

/* Working-papers list: tighter than default. */
.working-papers li {
  margin-bottom: 0.6em;
}
