/* Homepage ingredient search; visually aligned with the full finder. */
.home-recipe-search{position:relative;display:flex;align-items:stretch;width:100%;margin-top:20px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}
.home-recipe-search input{flex:1;min-width:0;height:62px;padding:0 20px;border:0;background:transparent;color:var(--text);outline:0}
.home-recipe-search input::placeholder{color:#8b847d;opacity:1}
.home-recipe-search input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}
.home-recipe-search>button{display:grid;place-items:center;flex:0 0 64px;width:64px;border:0;border-radius:16px 0 0 16px;background:var(--primary);color:#fff;font-size:25px;cursor:pointer}
.home-recipe-search:focus-within{border-color:#6e907e;box-shadow:0 0 0 4px rgba(49,92,73,.12),var(--shadow)}
.home-recipe-search>button:hover{background:var(--primary-dark)}
.home-recipe-search>button:focus-visible{outline:3px solid #e5a95c;outline-offset:-5px}
.hero-ingredient-options{position:absolute;z-index:30;top:calc(100% + 9px);right:0;left:0;max-height:270px;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 18px 45px rgba(30,50,40,.18)}
.hero-ingredient-options[hidden]{display:none}
.hero-ingredient-options button{display:flex;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:10px 12px;border:0;border-radius:10px;background:#f4f7f1;color:var(--text);text-align:right;cursor:pointer}
.hero-ingredient-options button:hover,.hero-ingredient-options button:focus-visible{background:var(--pistachio);color:var(--primary);outline:none}
.hero-ingredient-options small{color:var(--muted);font-size:11px}
.hero-ingredient-options p{grid-column:1/-1;margin:5px;text-align:center;color:var(--muted)}
#ingredientForm .home-ingredient-search,#ingredientForm .finder-selected,#ingredientForm .ingredient-options,#ingredientForm .finder-actions{isolation:isolate}
@media(max-width:600px){.home-recipe-search input{height:56px;padding-inline:15px}.home-recipe-search>button{flex-basis:58px;width:58px}.hero-ingredient-options{grid-template-columns:1fr;max-height:240px}}
