.seo-study-toc-nav ol,
.seo-study-toc-nav ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.seo-study-toc-nav > ol > li {
  margin-bottom: 1em;
}
.seo-study-nav-heading {
  text-transform: uppercase;
  font-size:x-large;
}

.seo-study-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.seo-study-toc li {
  padding-top: 0;
  display: inline;
}

.seo-study-toc li:not(:last-child)::after {
  content: " | ";
  margin: 0 0.5em;
}

.seo-study-nav a {
  text-decoration: none;
}

.seo-study-nav a:hover {
  text-decoration: underline;
}
