.ui-autocomplete-row {
    height: 48px;
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
}
.ui-autocomplete-row span {
    height: 48px!important;
    display: inline-flex;
    align-items: center;
}
.autocomplete_img {
    vertical-align: middle;
    border: 0px!important;
    outline: 0px!important;
    min-width: 48px!important;
    min-height: 48px!important;
    width: 48px!important;
    height: 48px!important;
    margin: 0px!important;
    padding: 0px!important;
}

.ui-widget {
    max-width: 80vw!important;
    font-size: 13px!important;
    font-family: Montserrat, sans-serif!important;
    color: var(--text-dark)!important;
}

.ui-menu-item {
    margin-bottom: 8px!important;
}

.ui-autocomplete {
    max-height: 50vh!important;
    overflow-y: auto!important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden!important;
}
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 50vh!important;
}

.navigation__card-title, .navigation__card-description {
    overflow-y: hidden!important;
    padding: 0!important;
}