.vue-simple-suggest >ul {list-style:none;margin:0;padding:0;font-size:14px;line-height:22px;overflow-y:auto }.vue-simple-suggest.designed {position:relative }.vue-simple-suggest.designed,.vue-simple-suggest.designed * {box-sizing:border-box }.vue-simple-suggest.designed .input-wrapper input:focus,.vue-simple-suggest.designed.focus .input-wrapper input{background-color:#fff }.vue-simple-suggest.designed .suggestions {position:absolute;left:0;right:0;top:100%;top:calc(100% + 5px);border-radius:3px;border:1px solid #888;background-color:#fff;opacity:1;z-index:1000;text-align:left;max-height:200px;overflow-y:auto }.vue-simple-suggest.designed .suggestions .suggest-item {cursor:pointer;user-select:none }.vue-simple-suggest.designed .suggestions .suggest-item,.vue-simple-suggest.designed .suggestions .misc-item {padding:4px 10px }.vue-simple-suggest.designed .suggestions .suggest-item.hover {background-color:#eee }.vue-simple-suggest.designed .suggestions .suggest-item.selected {background-color:#bbb;color:#fff }