/* Table of Contents */
.table-of-contents {
	margin: 2rem 0;
	padding: 1.5rem;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}
.toc-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 1rem 0;
	color: #333;
	border-bottom: 2px solid #3eb370;
	padding-bottom: 0.5rem;
}
.toc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.toc-item {
	margin: 0.5rem 0;
	line-height: 1.6;
}
.toc-item.toc-level-3 {
	padding-left: 1.5em;
}
.toc-item.toc-level-4 {
	padding-left: 3em;
}
article .toc-link,
.toc-link {
	color: #000 !important;
	text-decoration: none;
	transition: color 0.2s ease;
	display: inline-block;
}
article .toc-link:hover,
.toc-link:hover {
	color: #3eb370 !important;
	text-decoration: underline;
}
article .toc-link:focus,
.toc-link:focus {
	outline: 2px dotted #3eb370;
	outline-offset: 2px;
}

