.Toc {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 28px;
  padding-right: 36px;
  padding-bottom: 28px;
  padding-left: 36px;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  border-radius: 8px;
  background-color: #fafafa;
}
@media screen and (max-width: 980px) {
  .Toc {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.Toc-Title {
  margin-top: 0;
  margin-bottom: 16px;
  color: #131313;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
.Toc-List {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.Toc-List--nested {
  margin-top: 6px;
  margin-bottom: 10px;
  padding-left: 22px;
}
.Toc-Item {
  margin-top: 6px;
  margin-bottom: 6px;
}
.Toc-Item--h2 {
  font-weight: 700;
}
.Toc-Item--h3 {
  font-weight: 400;
}
.Toc-Link {
  display: inline-block;
  color: #006ac8;
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none !important;
  transition: opacity 0.2s;
}
.Toc-Link:hover {
  opacity: 0.7;
}
