.suggestions-suggestions { z-index: 1000; overflow: hidden; position: relative; background: #FFF; }
.suggestions-suggestion:hover { background: #e2f397 !important }
.suggestions-suggestion:last-child { border-radius: 0 0 10px 10px }
.suggestions-hint { display: none }
.suggestions-suggestion { min-height: 50px; padding: 5px 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 400; font-size: clamp(18px, 0.9375vw, 18px); line-height: 100%; color: #000405; text-transform: none }