.acec-search-host { position: relative; }

.acec-search-suggestions {
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 0;
	right: 0;
	margin: 4px 0 0;
	padding: 0;
	border: 1px solid #c8d4e5;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .14);
	list-style: none;
}

.acec-search-suggestions[hidden] { display: none; }
.acec-search-suggestions li + li { border-top: 1px solid #e2e8f0; }
.acec-search-suggestions a { display: flex; justify-content: space-between; gap: 16px; padding: 11px 13px; color: #0f172a; text-decoration: none; }
.acec-search-suggestions a:hover,
.acec-search-suggestions a:focus { background: #f8fafc; outline: 0; }
.acec-search-suggestions strong { font-size: 14px; }
.acec-search-suggestions span { color: #64748b; font-size: 12px; text-align: right; }
