#svp-linked-products-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#svp-linked-products-list li {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 3px;
	padding: 6px 10px;
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#svp-linked-products-list li .svp-remove-product {
	color: #b32d2e;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
}
.svp-search-results-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #dcdcde;
	max-height: 220px;
	overflow-y: auto;
	background: #fff;
}
.svp-search-results-list li {
	padding: 8px 10px;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f1;
}
.svp-search-results-list li:hover {
	background: #f0f6fc;
}
.svp-search-results-list li span {
	float: right;
	color: #787c82;
}
