.cil-93-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cil-93-item {
	display: flex;
	align-items: flex-start;
}

.cil-93-item-link {
	display: flex;
	align-items: flex-start;
	width: 100%;
	text-decoration: none;
	color: inherit;
	transition: color 0.2s ease;
}

.cil-93-item-link:hover {
	text-decoration: none;
}

.cil-93-marker-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.cil-93-marker.is-bullet {
	display: inline-block;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: currentColor;
}

.cil-93-content {
	flex: 1;
}

.cil-93-title {
	font-weight: 600;
}
