.just-toc {
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 1rem;
	background: #f8fafc;
	font-size: 0.95rem;
}

.just-toc__title {
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.just-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.just-toc__item {
	margin: 0.25rem 0;
}

.just-toc__item--h3 {
	margin-left: 1rem;
}

.just-toc__link {
	text-decoration: none;
	color: #0f172a;
}

.just-toc__link:hover {
	text-decoration: underline;
}


