.vp-search-autocomplete {
	position: fixed;
	z-index: 100000;
	max-height: min(520px, 65vh);
	overflow-y: auto;
	box-sizing: border-box;
	background: #fff;
	color: #1d2327;
	border: 1px solid rgba(0, 0, 0, .16);
	border-radius: 4px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
	font: 16px/1.35 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.vp-search-autocomplete[hidden] { display: none !important; }
.vp-search-autocomplete__heading {
	padding: 10px 14px 7px;
	color: #646970;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.vp-search-autocomplete__option,
.vp-search-autocomplete__all {
	display: block;
	box-sizing: border-box;
	padding: 11px 14px;
	color: inherit !important;
	text-decoration: none !important;
	border-top: 1px solid #f0f0f1;
}
.vp-search-autocomplete__option:hover,
.vp-search-autocomplete__option:focus,
.vp-search-autocomplete__option.is-active,
.vp-search-autocomplete__all:hover,
.vp-search-autocomplete__all:focus,
.vp-search-autocomplete__all.is-active {
	background: #f0f6fc;
	outline: none;
}
.vp-search-autocomplete__label { display: block; font-weight: 650; }
.vp-search-autocomplete__excerpt {
	display: block;
	margin-top: 3px;
	color: #646970;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vp-search-autocomplete__all { color: #135e96 !important; font-weight: 650; }
@media (max-width: 600px) {
	.vp-search-autocomplete { left: 8px !important; right: 8px; width: auto !important; }
}

