/* Biography introduction and illustrations. */

.biography .running-plate,
.biography .running-portrait { margin-bottom: 1.4rem; }
.biography .running-plate figcaption {
  margin-top: .5rem;
  font-size: .78rem;
  line-height: 1.4;
  color: var(--ink-quiet);
}
.biography .running-plate img,
.biography .running-portrait img {
  box-sizing: border-box;

  width: min(100%, 16rem);
  max-height: none;
  height: auto;
}
.register-layout .biography .contents { padding-bottom: 0; }
.register-layout .biography .intro { padding-inline: 10%; }
.register-layout .biography .contents .sentence { color: var(--ink); }
.biography .intro { display: flow-root; }
