@charset "utf-8";

/* ==============================
  Updates TOC
============================== */

.updates_toc {
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #f9fafb;
}

.updates_toc strong {
  display: block;
  margin-bottom: 14px;
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

.updates_toc ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.updates_toc li {
  margin: 0;
  padding: 0;
}

.updates_toc li::before {
  display: none;
}

.updates_toc li.level_2 {
  padding-left: 14px;
}

.updates_toc li.level_3 {
  padding-left: 28px;
}

.updates_toc a {
  display: inline-flex;
  color: #555;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
}

.updates_toc a:hover {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.updates_markdown h2,
.updates_markdown h3,
.updates_markdown h4 {
  scroll-margin-top: 120px;
}

@media (max-width: 767px) {

  .updates_toc {
    padding: 16px;
    border-radius: 18px;
  }

  .updates_toc a {
    font-size: 13px;
  }

}
