.cil-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	max-height: 260px;
	overflow-y: auto;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.cil-search-row {
	padding: 8px 12px;
	cursor: pointer;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
}

.cil-search-row:hover {
	background: #f5f8ff;
}

.cil-search-empty {
	padding: 8px 12px;
	font-size: 14px;
	color: #888;
}
