/* Table of Contents Block */

.table-of-contents {
	margin-bottom: 2rem;
}

.table-of-contents__sticky {
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
  padding-left: 28px;
  border-left: solid 2px #e3e3e3;
	box-shadow: none;
	max-width: 100%;
	z-index: 100;
}

.table-of-contents__header {
	font-size: 0.75rem;
	font-weight: 600;
	margin: 0 0 0.625rem 0;
	color: #233953;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.table-of-contents__nav {
	margin: 0;
	padding: 0;
}

.table-of-contents__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.table-of-contents__item {
	margin: 0;
	padding: 0;
}

.table-of-contents__item:first-child .table-of-contents__link {


	padding: 0.4rem 0;
}

.table-of-contents__item:last-child .table-of-contents__link {
  padding-bottom: 0;
}

.table-of-contents__link {
	display: block;
	padding: 0.4rem 0;
	color: #152c47!important;
	text-decoration: none;
	border-radius: 0;
	transition: color 0.2s ease;
	margin-bottom: 0;
	position: relative;
  font-weight: 600;
}

.table-of-contents__link:hover {
	background-color: transparent;
	color: #0070B9!important;
}

.table-of-contents__link.active {
	background-color: transparent;
	color: #0070B9!important;
  font-weight: 900;
	
}

.table-of-contents__link.active::after {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background-color: #0070B9;
	border-radius: 2px;
	margin-top: 0.4rem;
}


/* Responsive design */
/* @media (max-width: 768px) {
	.table-of-contents__sticky {
		position: relative;
		top: auto;
		max-width: 100%;
		margin-bottom: 1.5rem;
	}

	.table-of-contents__header {
		font-size: 0.7rem;
	}

	.table-of-contents__link {
		padding: 0.3rem 0;
		font-size: 0.8rem;
	}

	.table-of-contents__item:first-child .table-of-contents__link {
		font-size: 0.95rem;
		padding: 0.4rem 0;
	}
}

@media (max-width: 480px) {
	.table-of-contents__sticky {
		padding: 0;
	}

	.table-of-contents__header {
		font-size: 0.7rem;
		margin-bottom: 0.5rem;
	}

	.table-of-contents__link {
		padding: 0.25rem 0;
		font-size: 0.75rem;
	}

	.table-of-contents__item:first-child .table-of-contents__link {
		font-size: 0.9rem;
		padding: 0.3rem 0;
	}
} */
