.autocomplete {
    width: 100%;
    position: relative;
}

.autocomplete input {
    font-size: 1.2em;
    width: 100%;
    padding: 0.4em;
}

.autocomplete ul {
    position: absolute;
    left: 0;
    width: 100%;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    z-index: 1;
}

.autocomplete li {
    position: relative;
    text-align: left;
    list-style: none;
    width: 100%;
    padding: 0.4em;
    background-color: #fff;
}
.autocomplete img {
    /*height: 80%;*/
    /*position: absolute;*/
    /*top: 10%;*/
    /*left: 0.4em;*/
    /*width: 3.2em;*/
    /*object-fit: contain;*/
}

.autocomplete li.active {
    width: 100%;
    background-color: rgba(79, 79, 77, 0.08);
}

.autocomplete .highlight {
   font-weight: 500;
}

.autocomplete li.active .highlight {
    /*background: #666;*/
    /*color: #fff;*/
}
