.yi-list {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

.yi-list__item {

}

.yi-list__item-text {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.yi-list__item-text:hover {
	text-decoration: underline;
}