/**
 * Enable smooth scrolling on the whole document
 */
 html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

.toc-auto ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
  }

  .toc-auto li a {
	padding-right: 0;
	padding-left: 0;
	font-size: .875rem;
	color: #677788;
	font-weight: 600;
	margin-bottom: 1rem;
	display: block;
  }