.autocomplete-dropdown {
    max-height: 200px;
    overflow-y: auto;
    border: none;
    border-radius: 5px;
    background: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.highlight {
    font-weight: bold;
    background-color: rgb(255, 255, 87);
}
