.mm-toc {
	line-height: 1.5;
	margin: 0 0 20px;
}

.mm-toc__title {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 12px;
	color: #333;
}

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

.mm-toc__list--nested .mm-toc__sublist {
	list-style: none;
	margin: 4px 0 0 0;
	padding-left: 20px;
	border-left: 1px solid #e0e0e0;
}

.mm-toc__item {
	margin: 0;
	padding: 0;
}

.mm-toc__item + .mm-toc__item {
	margin-top: 6px;
}

.mm-toc__list--nested .mm-toc__sublist .mm-toc__item {
	margin-top: 4px;
}

.mm-toc__link {
	display: block;
	color: #555;
	text-decoration: none;
	padding: 4px 0;
	transition: color 0.2s ease;
}

.mm-toc__link:hover {
	color: #0073aa;
}

@media (max-width: 991px) {
	.mm-toc {
		display: none;
	}
}
