.post-toc {
  margin: 8px 0 40px;
  padding: 22px 24px;
  border: 1px solid #e5ded6;
  border-radius: 12px;
  background: #f7f3ed;
}

.post-toc-title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
}

.post-toc ol { margin: 0; padding-left: 1.4em; }
.post-toc li + li { margin-top: 6px; }
.post-toc a { color: inherit; text-decoration: none; }
.post-toc a:hover { text-decoration: underline; }
