.remove-ingredient-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;background:rgba(255,82,82,.2);border:1px solid rgba(255,82,82,.3);border-radius:50%;color:#ff5252;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all .3s ease;opacity:0}.ingredient-row:hover .remove-ingredient-btn{opacity:1}.remove-ingredient-btn:hover{background:rgba(255,82,82,.3);transform:scale(1.1)}input.invalid{border-color:#ff5252;box-shadow:0 0 0 3px rgba(255,82,82,.1)}.error-message.show{display:block;animation:fadeIn .3s ease}.result.show{display:block;animation:showResult .5s ease forwards}.result-row{display:flex;justify-content:space-between;gap:1rem;text-align:left}.result-row span{opacity:.72}.result-row strong{text-align:right}.pulse{animation:pulse .7s ease-in-out}@media (max-width:768px){.remove-ingredient-btn{opacity:1}}