.autocomplete-suggestions {
    text-align: right; cursor: default; border: 1px solid var(--sponser-bg-darker); border-top: 0; background: var(--sponser-bg); box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: var(--sponser-text); }
.autocomplete-suggestion b { font-weight: normal; color: var(--sponser-orange-dark); }
.autocomplete-suggestion.selected { background: var(--sponser-bg-darker);}
