.alm-autocomplete-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: 2px;
	z-index: 1000;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-height: 300px;
	overflow-y: auto;
	display: none;
}

.alm-autocomplete-item {
	padding: 8px 12px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.alm-autocomplete-item:last-child {
	border-bottom: none;
}

.alm-autocomplete-item:hover {
	background-color: #f0f0f0;
}

.alm-autocomplete-title {
	margin-bottom: 4px;
}

.alm-autocomplete-description {
	margin-bottom: 4px;
	color: #555;
}

.alm-autocomplete-meta {
	color: #333;
	font-size: 0.85em;
}
