.toc-wrap {
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 20px;
	background-color: var(--white);
	border-radius: 12px;
	clear: both;
}

.toc-wrap__title {
	font-weight: 600;
	margin-bottom: 20px;
}

.toc-lists {
	padding: 0;
	list-style-type: none;
}

.toc__top {
	line-height: 24px;
	margin-bottom: 8px;
}

.toc-lists a {
	color: inherit;
	font-size: 14px;
	text-decoration: underline;
	text-underline-position: under;
	transition: color ease .1s;
}

.toc-lists a:hover {
	color: var(--azure-radiance-500);
}

@media (min-width: 576px) {
	.toc-wrap {
		padding: 24px;
	}

	.toc-lists {
		columns: 2;
	}
}