a.search-helper__item {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: inherit;
}

.search-helper__item--empty {
	cursor: default;
	pointer-events: none;
}

.search-helper__item--empty:hover {
	background-color: transparent;
}

.btn-favourite--saved .btn-ico svg,
.btn-favourite--saved .btn-ico svg path {
	stroke: #e53935;
}

.card--faved .card__fav svg path {
	fill: #e53935;
	stroke: #e53935;
}
