.tldr {
  background: #eaf3ff;
  border: 1px solid #bfd8ff;
  color: #1e3a5f;
  border-radius: 14px;
  padding: 16px 18px;
  margin: 24px 0 32px;
  font-size: 1rem;
  line-height: 1.6;
}

.tldr a {
  text-decoration: underline;
}

.post-page h2 {
  margin-top: 2.6rem;
}

.post-page img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.plot-figure {
  margin: 28px 0 32px;
}

.plot-figure .image-caption {
  margin-top: 0.9rem;
}

.post-page ol,
.post-page ul {
  padding-left: 1.3rem;
}

.post-page li {
  margin-bottom: 0.45rem;
}

@media (max-width: 720px) {
  .tldr {
    padding: 14px 16px;
  }
}
