.autocomplete{background:#fff;z-index:1000;font:inherit; line-height: 30px; overflow:auto;box-sizing:border-box;border:1px solid var(--highlight);border-radius:var(--borderRadius);}/*.autocomplete *{font:inherit}*/.autocomplete>div{padding:0 4px}.autocomplete .group{background:#eee}.autocomplete>div.selected,.autocomplete>div:hover:not(.group){background:var(--highlight);cursor:pointer; color:var(--white);}