.address-search-results {
	position: absolute;
	z-index: 999;
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-top: 5px;
	padding: 0;
}

.address-search-results:empty {
	display: none;
}

.address-search-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.address-search-results ul li {
	padding: 10px;
	cursor: pointer;
}

.address-search-results ul li:hover {
	background: #f9f9f9;
}

span.af_hl {
	font-weight: bold;
	text-decoration: underline;
}
