figure {
  background-color: var(--faint-gray);
  border-radius: 0.5rem;
  margin: 0;
  position: relative;
}
figure .figure-wrap {
  position: relative;
}
figure img {
  border-radius: 0.5rem 0.5rem 0 0;
  display: block;
  width: 100%;
}
figure .badge {
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
figure .attribution {
  bottom: 1rem;
  color: var(--white);
  text-shadow: 1px 1px var(--black);
  left: 1rem;
  position: absolute;
}
figure .attribution a {
  color: var(--white) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

figcaption {
  padding: 1rem;
}
figcaption h3 {
  margin: 0;
}
figcaption a {
  display: block;
  font-weight: 700;
}
figcaption small a {
  display: inline;
}
figcaption .badge {
  position: static;
}
