.widget-search {
	position: relative;
	overflow: visible !important;
}

.js-search-results {
	display: none;
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 4px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	max-height: 320px;
	overflow-y: auto;
}

.js-search-results.is-open {
	display: block;
}

.js-search-result-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.js-search-result {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #f0f0f0;
}

.js-search-result-list li:last-child .js-search-result {
	border-bottom: none;
}

.js-search-result:hover,
.js-search-result:focus {
	background: #f5f5f5;
}

.js-search-result--empty {
	padding: 8px 12px;
	color: #888;
}
