.post-body {
  margin-top: 1.75rem;
}

.post-body h2 {
  margin-top: 2.4rem;
}

.post-body p,
.post-body li {
  text-wrap: pretty;
}

.post-figure {
  margin: 2.1rem 0 2.4rem;
}

.post-figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.figure-1 img {
  max-width: 400px;
}

.figure-2 img {
  max-width: 600px;
}

.figure-3 {
  margin-left: calc((760px - min(100vw - 48px, 1180px)) / 2);
  margin-right: calc((760px - min(100vw - 48px, 1180px)) / 2);
}

.figure-3 img {
  max-width: 1180px;
}

.image-caption {
  max-width: 760px;
  margin: 0.8rem auto 0;
  text-align: center;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.35;
}

.footnote-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footnote-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.footnote-marker {
  min-width: 2.5em;
  margin-right: 1em;
  text-align: right;
  flex-shrink: 0;
}

.footnote-content {
  flex: 1;
}

.references {
  padding-left: 1.5rem;
}

.references li {
  margin-bottom: 0.55rem;
}

.tracked-categories-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.7rem 0 1.9rem;
}

.tracked-categories {
  width: min(100%, 600px);
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.86rem;
  line-height: 1.32;
  margin: 0 auto;
}

.tracked-categories caption {
  caption-side: bottom;
  margin-top: 0.8rem;
  color: #555;
  font-size: 0.88rem;
  line-height: 1.35;
  text-align: center;
}

.tracked-categories th,
.tracked-categories td {
  padding: 0.48rem 0.62rem;
  border: 1px solid #222;
  text-align: left;
  vertical-align: top;
}

.tracked-categories td:empty {
  background: #f1f1f1;
}

.tracked-categories thead tr:first-child th {
  background: #eee;
  text-align: center;
}

.tracked-categories thead tr:nth-child(2) th {
  background: #f5f5f5;
}

@media (max-width: 680px) {
  .tracked-categories {
    min-width: 520px;
  }
}
