
.autocomplete-results {
    position: static;
    width: 100%;
    background: #fff;
    /* border: 1px solid #e5e7eb; */
    border-radius: 10px;
    margin-top: 4px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    z-index: 1000;
    overflow: hidden;
}

.autocomplete-item {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
}

.autocomplete-item:hover {
    background: #f1f5f9;
}
