/* Keep syntax-highlighted code compact without changing inline code. */
.highlight pre {
  font-size: 0.875rem;
  padding: 0.875rem;
}

/* Keep figure captions compact and visually attached to their images. */
figure img {
  margin-bottom: 0;
}

figure figcaption {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1.4;
}

figure figcaption > :first-child {
  margin-top: 0;
}

figure figcaption > :last-child {
  margin-bottom: 0;
}
