.native-ingredient-select { display:none; }
.ingredient-combobox { position:relative; min-width:0; }
.ingredient-search { width:100%; }
.ingredient-options { display:none; position:absolute; z-index:20; top:calc(100% + 4px); left:0; right:0; max-height:250px; overflow:auto; padding:5px; border:1px solid #dcd5ca; border-radius:4px; background:#fff; box-shadow:0 12px 24px #432d161c; }
.ingredient-options.is-open { display:block; }
.ingredient-option { display:block; width:100%; padding:9px 10px; border:0; border-radius:3px; color:var(--ink); background:#fff; text-align:left; font:13px 'DM Sans'; cursor:pointer; }
.ingredient-option:hover,.ingredient-option:focus,.ingredient-option.is-active { background:var(--cream); outline:none; }
.ingredient-no-results { margin:7px; color:var(--muted); font-size:13px; }
