.toc {
  border-radius: var(--border-radius);
}
.toc__body {
  margin-top: 15px;
}
.toc__item {
  display: flex;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: .4px;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  align-items: center;
  gap: 9px;
  transition: color 0.3s;
  margin: 0 0 16px;
	cursor: pointer;
}
.toc__item:last-of-type {
  margin: 0;
}
.toc--type-main .toc__body {
    gap: 24px 40px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, min-content);
    align-items: flex-start;
}
.toc--type-main .toc__item {
  -webkit-column-break-inside: avoid;
  width: 100%;
  margin: 0;
  gap: 15px;
  font-size: 20px;
}
.toc--type-sidebar .toc__item {
  align-items: flex-start;
}
.toc__item__number {
  min-width: 20px;
  background: none;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
	
	font-weight: bold;
	font-weight 800 !important;
	color: #303030 !important;
}
.toc--type-main .toc__item__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 48px 0 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.64px;
}
.toc__header-content {
  font-weight: 400;
}
.toc__header-content p {
  line-height: 1.75;
}

@media(max-width: 767px) {
  .toc--type-main .toc__body {
    display: block;
  }
  .toc--type-main .toc__item__number {
    flex: 24px 0 0;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .toc__item__chapter-title {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
  .toc--type-main .toc__item {
    margin: 0 0 16px;
  }
}

.toc__header-content {
	margin-bottom: .5rem;
	border-color: #ccc;
	border-bottom: 1px solid;
	color: #303030;
	font-weight 700;
	font-size 24px;
	line-height: 1.5rem;
}
.toc__header-content h6,
.toc__header-content span {
	color: #303030 !important;
	font-weight: bold;
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 1.5rem !important;
}

.row-fluid {
	display: flex;
	overflow: initial !important;
}
.span3 {
  flex: 1;
	overflow: initial !important;
}
