*{box-sizing:border-box}body{background-color:#fafaf8;margin:0;font-family:Inter,sans-serif}header{background-color:#fff;justify-content:center;align-items:center;gap:11px;height:80px;display:flex;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}header>img{width:50px}header>h1{font-weight:400}main{padding:30px 30px 10px}.add-ingredient-form{justify-content:center;gap:12px;height:38px;display:flex}.add-ingredient-form>input{border:1px solid #d1d5db;border-radius:6px;flex-grow:1;min-width:150px;max-width:400px;padding:9px 13px;box-shadow:0 1px 2px #0000000d}.add-ingredient-form>button{color:#fafaf8;background-color:#141413;border:none;border-radius:6px;width:150px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.add-ingredient-form>button:before{content:"+";margin-right:5px}ul.ingredients-list{margin-bottom:48px}ul.ingredients-list>li{color:#475467;border-top-right-radius:10px;border-bottom-right-radius:10px;padding-left:5px;line-height:35px;transition:background-color .3s}ul.ingredients-list>li:hover{background-color:#e0e5e9}ul.ingredients-list>li:hover .delete-container{display:flex}.ingredients{position:relative}.ingredients .delete-container{border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background-color .3s;display:none;position:absolute;top:3px;right:10px;overflow:hidden}.ingredients .delete-container:hover{background-color:#cdd5db}.ingredients span img{width:20px;height:20px}.get-recipe-container{background:#f0efeb;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 28px;display:flex}.get-recipe-container h3{font-size:1.125rem;font-weight:500;line-height:24px}.get-recipe-container p{color:#6b7280;font-size:.875rem;line-height:20px}.get-recipe-container button{color:#fafaf8;cursor:pointer;background:#d17557;border:none;border-radius:6px;padding:9px 17px;font-family:Inter,sans-serif;font-size:.875rem;box-shadow:0 1px 2px #0000000d}.suggested-recipe-container{color:#475467;font-size:1.125rem;font-weight:400;line-height:28px}.suggested-recipe-container ul li,.suggested-recipe-container ol li{margin-bottom:8px}.loader-container{justify-content:center;margin:20px;display:flex}.loader{border:20px solid #c4c7ce;border-top-color:#d17557;border-radius:50%;width:150px;height:150px;animation:1s infinite loading}@keyframes loading{to{transform:rotate(360deg)}}
