.asl-search-dropdown-custom {
position: absolute;
z-index: 9999;
background: #fff;
width: 100%;
border: 1px solid #ddd;
border-top: 1px solid #ddd;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
max-height: 300px;
overflow-y: auto;
border-radius: 4px 4px 4px 4px;
top: 55px;
}
.asl-search-item {
padding: 10px 15px;
cursor: pointer;
border-bottom: 1px solid #eee;
font-size: 14px;
color: #222222;
transition: background-color 0.2s;
}
.asl-search-item:last-child {
border-bottom: none;
}
.asl-search-item:hover {
background-color: #f8f9fa;
color: #000;
}