.html-sitemap {
	margin: 1.5em 0;
}

.html-sitemap__section {
	margin-bottom: 2em;
}

.html-sitemap__heading {
	margin: 0 0 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #e0e0e0;
	font-size: 1.4em;
}

.html-sitemap__list {
	margin: 0;
	padding-left: 1.25em;
	line-height: 1.7;
}

.html-sitemap__list--inline {
	list-style: none;
	padding-left: 0;
}

.html-sitemap__list--inline li {
	display: inline-block;
	margin: 0 0.75em 0.25em 0;
}

.html-sitemap__count {
	color: #888;
	font-size: 0.85em;
}

.html-sitemap a {
	text-decoration: none;
}

.html-sitemap a:hover {
	text-decoration: underline;
}
