.bg__collection-selector {
	.bg__collection-block {
		.card-body {
			&:hover {
				color: $highlight-color;
				cursor: pointer;
			}
		}
	}
}