.cg-index {
	list-style: none;
	margin: 1.5em 0;
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.cg-index__item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cg-index__item::before,
.cg-index__item::marker {
	content: none;
	display: none;
}

.cg-index__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em 0.25em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	color: inherit;
	text-decoration: none;
	transition: background-color 0.15s ease, padding-left 0.15s ease;
}

.cg-index__row:hover,
.cg-index__row:focus {
	background-color: rgba(0, 0, 0, 0.03);
	padding-left: 0.75em;
}

.cg-index__title {
	font-size: 1.1em;
	line-height: 1.3;
}

.cg-index__chevron {
	color: rgba(0, 0, 0, 0.35);
	font-size: 1.25em;
	margin-left: 1em;
	flex-shrink: 0;
}
