.indexHighlight {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 1rem;
}

.indexHighlight div {
	display: contents;
	width: 50%;
}
