*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background-color:#fafaf8}header{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:flex;flex-direction:column;justify-content:center;align-items:center;height:auto;background-color:#fff}.logo-title{display:flex;align-items:center;gap:11px}.logo{width:50px}header>h1{font-weight:400;margin:0}.instructions{font-size:.9rem;text-align:center;margin:0;padding-bottom:10px}main{padding:30px 30px 10px}.add-ingredient-form{display:flex;justify-content:center;gap:12px;height:38px}.add-ingredient-form>input{padding:9px 13px;border:1px solid #D1D5DB;border-radius:6px;box-shadow:0 1px 2px #0000000d;flex-grow:1;min-width:150px;max-width:400px}.add-ingredient-form>button{font-family:Inter,sans-serif;border-radius:6px;border:none;background-color:#141413;color:#fafaf8;width:180px;font-size:.875rem;font-weight:500}.add-ingredient-form>button:before{content:"+";margin-right:5px}.add-ingredient-form>button:hover{background-color:#292925}.add-ingredient-form>button:active{background-color:#3d3d3b;transform:scale(.98)}ul.ingredients-list{margin-bottom:48px}ul.ingredients-list>li{color:#475467;line-height:28px}.get-recipe-container{display:flex;justify-content:space-between;align-items:center;border-radius:8px;background:#f0efeb;padding:10px 28px}.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{border:none;border-radius:6px;background:#d17557;box-shadow:0 1px 2px #0000000d;color:#fafaf8;padding:9px 17px;font-family:Inter,sans-serif;font-size:.875rem;cursor:pointer}.suggested-recipe-container,.loading-text{color:#475467;line-height:28px;font-size:1.125rem;font-weight:400}.suggested-recipe-container ul li,.suggested-recipe-container ol li{margin-bottom:8px}@keyframes dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}.loading-dots:after{content:"";display:inline-block;animation:dots 1.5s infinite steps(3,end)}.transition{transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.hidden{opacity:0;visibility:hidden}.visible{opacity:1;visibility:visible}
