.wst-index-list > ul {
	/* gap at the bottom to separate adjacent sections */
	margin-bottom: 2em;
}

.wst-index-list ul {
	margin-left: 0;
	/* No list markers (i.e. bullets) */
	list-style: none;
}

.wst-index-list li {
	/* hanging indents */
	margin-left: 2em;
	text-indent: -2em;
	
	/* avoid splitting entries across columns or pages where possible */
	break-inside: avoid;
}