.exactlayer-html-sitemap {
	display: grid;
	font-size: 0.9em;
	gap: 22px 28px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.exactlayer-html-sitemap-section {
	border-top: 1px solid rgba(127, 127, 127, 0.25);
	padding-top: 12px;
}

.exactlayer-html-sitemap-section h2 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 8px;
}

.exactlayer-html-sitemap-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.exactlayer-html-sitemap-section li + li {
	margin-top: 4px;
}

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

.exactlayer-html-sitemap-section a:hover,
.exactlayer-html-sitemap-section a:focus {
	text-decoration: underline;
}
