#content-wrap{margin-bottom:4em}.le-suggestions{--max-suggestions-height:256px;--suggestions-border-radius:0 0 8px 8px;animation:fade-in .3s ease-in-out;background:#fff;border-radius:var(--suggestions-border-radius);box-shadow:0 0 14px #00000008,0 20px 40px #0000000d;max-height:var(--max-suggestions-height);overflow-y:auto;padding-bottom:10px;padding-top:10px;position:absolute;top:64px;width:100%;z-index:2}.le-suggestions__item{color:#000;cursor:pointer;display:flex;justify-content:space-between;padding:10px 16px;transition:background 50ms}.le-suggestions__item--selected{background-color:#f0f0f0}.le-suggestions__item--active{background-image:url(/dist/assets/icons/ui/check-thin.svg);background-position:calc(100% - 12.5px) 11.5px;background-repeat:no-repeat;background-size:20px 20px;color:#000;padding-right:33px}.le-suggestions__item--disabled{color:#d9d9d9;cursor:not-allowed}@media screen and (min-width:1020px){.le-suggestions{--max-suggestions-height:281px}}@keyframes fade-in{0%{max-height:0;opacity:0}to{max-height:var(--max-suggestions-height);opacity:1}}
