.listicle-anchor-list {
	box-sizing: border-box;
	margin: 25px 0 0 0;
}

.listicle-anchor-list h4 {
	margin: 0 0 10px;
}

.listicle-anchor-list.long-list:after {
	background: #f6f6f6;
	bottom: 5px;
	content: '';
	display: inline-block;
	height: 20px;
	position: relative;
	width: 100%;
}

.listicle-anchor-list.long-list.list-end:after {
	background: #ffffff;
	bottom: 0;
}

.listicle-anchor-list ol,
.listicle-anchor-list ul {
	background: #f6f6f6;
	box-sizing: border-box;
	margin: 10px 0 0;
	max-height: 405px;
	padding: 0;
	position: relative;
}

.listicle-anchor-list ol.long-list,
.listicle-anchor-list ul.long-list {
	overflow-y: auto;
}

.listicle-anchor-list ol li,
.listicle-anchor-list ul li {
	margin: 0 0 0 50px;
	padding: 5px 10px 10px 0;
}

.listicle-anchor-list ol li::marker {
	font-weight: 600;
	line-height: 0.5;
}

.listicle-anchor-list ul li::marker {
	font-size: 25px;
	line-height: 0.5;
}

.listicle-anchor-list ol li:hover,
.listicle-anchor-list ul li:hover {
	background: #efefef;
}

.listicle-anchor-list ol li:hover a,
.listicle-anchor-list ul li:hover a {
	text-decoration: underline;
}

.listicle-anchor-list ol li a,
.listicle-anchor-list ul li a {
	border: none;
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

.listicle-anchor-list ul,
.listicle-anchor-list ol {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #f6f6f6;
}

.listicle-anchor-list li::after {
	background: #a9a9a9;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: 5px 0 0;
	position: absolute;
	width: 100%;
}

@media screen and ( max-width: 768px ) {
	.listicle-anchor-list.short-list:after {
		background: #f6f6f6;
		bottom: 5px;
		content: '';
		display: inline-block;
		height: 20px;
		position: relative;
		width: 100%;
	}

	.listicle-anchor-list.short-list.list-end:after {
		background: #ffffff;
		bottom: 0;
	}

	.listicle-anchor-list ol.short-list,
	.listicle-anchor-list ul.short-list {
		overflow-y: auto;
	}
}
