.autocomplete {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: white;
    border: 1px solid #ddd;
    max-height: 220px;
    overflow-y: auto;
    z-index: 20;
}

.autocomplete-item {
    padding: 8px 10px;
    cursor: pointer;
}

.autocomplete-item:hover,
.autocomplete-item.active {
    background: #f3f3f3;
}
