.entry-content *:first-child {
	margin-top: 0;
}

.entry-content #toc_container {
	margin-top: 48px;
	border-radius: 16px;
	padding: 24px;
	background: #f5f5f5;
}

.entry-content .toc_title {
	color: #000415;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}

.entry-content .toc_list {
	margin: 16px 0 0 0;
	padding: 0;
}

.entry-content .toc_list li {
	width: 100%;
	display: flex;
}

.entry-content .toc_list li:not(:first-child) {
	margin-top: 8px;
}

.entry-content .toc_list li::before {
	width: 4px;
	height: 4px;
	font-size: 13px;
	margin-right: 8px;
	content: url(../../images/icon-ellipse-blue.svg);
}

.entry-content .toc_list li a {
	color: #005ce2;
	text-decoration: none;
}
