.search-field { position: relative; }
.suggestion-list { position:absolute; z-index:8; top:calc(100% + 5px); right:0; left:0; max-height:220px; overflow:auto; padding:5px; background:#fff; border:1px solid #aabaaa; border-radius:10px; box-shadow:0 10px 20px rgba(28,49,33,.16); }
.suggestion-option { display:block; width:100%; padding:10px 11px; color:#17211d; text-align:left; cursor:pointer; background:#fff; border:0; border-radius:7px; font:inherit; font-weight:650; }
.suggestion-option:hover,.suggestion-option:focus { color:#1b6130; background:#eaf3e9; outline:0; }
.suggestion-empty { padding:10px 11px; color:#68766e; font-size:.86rem; }
