blockquote {
  font-size: inherit;
  letter-spacing: normal;
}

.img-row {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
}

.img-row figure {
  margin: 0;
  flex: 1;
}

.footnotes {
  border-top: 1px solid #e8e8e8;
  margin-top: 2em;
  padding-top: 1em;
  font-size: 0.9em;
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  cursor: zoom-out;
}

.lightbox.open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}
