/* Container */
.ui-autocomplete {
    z-index: 999999 !important; /* boven checkout elementen */
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    max-height: 260px;
    overflow: auto;
    padding: 6px 0;
    font-size: 12px;
}

/* Items */
.ui-autocomplete .ui-menu-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Klikbaar deel */
.ui-autocomplete .ui-menu-item-wrapper {
    padding: 10px 12px;
    cursor: pointer;
    font-size: inherit;
    line-height: 1.25;
}

/* Hover/active */
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background: #f3f5f7;
    border: 0;
    margin: 0;
}