.figure:not(:last-child) {
  margin-bottom: 1em; }

.figure__caption {
  display: block; }

.figure__credit {
  display: block;
  font-style: normal; }

.figure__download {
  border-top: 1px solid #e0e0e0;
  padding-top: 1em; }
  .figure__download:not(:first-child) {
    margin-top: 1em; }

.figure--large figcaption:not([class]) {
  font-size: 1.0625rem; }
  @media (min-width: 786px) {
    .figure--large figcaption:not([class]) {
      font-size: 1.125rem; } }
  @media (min-width: 1280px) {
    .figure--large figcaption:not([class]) {
      font-size: 1.25rem; } }
