/* BV Table of Contents */

.toc-box {
	background-color: #F3F7FB;
	border: 1px solid #e5e7eb;
	border-radius: 5px;
	padding: 30px 20px;
	margin: 24px 0;
	font-size: 13px;
	line-height: 1.7;
}

.toc-box h3 {
	font-size: 18px;
	padding: 0 15px;
	margin: 0 0 15px;
	font-weight: 600;
}

.toc-box ol {
	margin: 0;
	padding: 0 25px;
}

.toc-box li {
	margin: 6px 0;
}

.toc-box li a {
	color: #333333;
	text-decoration: none;
}

.toc-box li a:hover {
	color: #767676;
	text-decoration: underline;
}

.toc-box .badge {
	display: inline-block;
	margin-left: 5px;
	padding: 3px 6px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #f9fafb;
	font-size: 10px;
	line-height: 1;
	text-transform: capitalize;
	vertical-align: middle;
	opacity: .9;
}

.toc-box .badge.label--popular {
	background: #fff0f0;
	border-color: #f5b5b5;
	color: #c00;
}

.toc-box .badge.label--new {
	background: #f0fff5;
	border-color: #a0e5b5;
	color: #070;
}

.toc-box .badge.label--vip {
	background: #fff7e6;
	border-color: #f0c24b;
	color: #b58900;
}