.asvv-smart-wrap,
label.asvv-field {
	position: relative;
}

.asvv-suggest {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 40;
	background: #fff;
	border: 1px solid #c9d3dc;
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	max-height: 220px;
	overflow: auto;
}

.asvv-suggest-item {
	display: block;
	width: 100%;
	text-align: left;
	border: 0;
	background: transparent;
	padding: 0.45rem 0.6rem;
	cursor: pointer;
	font: inherit;
}

.asvv-suggest-item:hover {
	background: #eef3f8;
}
