.rad-toc-block {
  background: #EDF6FC;
  border-radius: 8px;
  padding: 24px;
  margin: 0 auto 24px auto;
  font-family: 'DM Sans', Arial, sans-serif;
}
#single-post-toc .rad-toc-header {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
	margin-bottom: 8px;
  color: #000000;
}
.rad-toc-cols {
  column-count: 1;
  column-gap: 32px;
}
.rad-toc-cols--single {
  column-count: 1 !important;
}
.rad-toc-col {
  break-inside: avoid;
  margin-bottom: 24px;
  width: 100%;
  display: block;
}
.rad-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rad-toc-item {
  margin-bottom: 8px;
}
#single-post-toc .rad-toc-link {
	color: #0D2951;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 0;
  line-height: 1.3em;
}
#single-post-toc .rad-toc-link:hover {
  color: #0D2951;
}
#single-post-toc .rad-toc-link:hover .rad-toc-number::after {
	background: #0D2951;
}
/* .rad-toc-number {
  min-width: 15px;
  position: relative;
  height: 18.5px;
  font-size: 16px;
  display: inline-block;
}
.rad-toc-number::after {
  content: '';
  height: 1px;
  background: #006394;
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
} */
.rad-toc-sub-item {
  margin-left: 15px;
}

.rad-toc-sub-sub-item {
  margin-left: 30px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .rad-toc-cols:not(.rad-toc-cols--single) {
    column-count: 2;
  }
}
@media (max-width: 600px) {
  .rad-toc-block {
    padding: 20px;
  }
  .rad-toc-link {
    padding: 6px 0;
  }
} 