body{box-sizing:border-box;margin:0}.header{display:flex}.header{display:flex;justify-content:space-between;align-items:center;padding:0 1em;border:.5px solid #c1c0c0;box-shadow:1px 1px 2px #d5d4d4;background-color:#fff}.header-container{display:flex;justify-content:center;align-items:center}.header-container .logo{width:50px;height:50px;border-radius:50%;border:3px dotted #e94c78;margin-right:.5em}@media(min-width:789px){.header{padding:0 4em}}.ingredient-list-section{width:80%;margin:1em auto 0;padding:1em;border-radius:10px}.section-recipe-generator{background-color:#d6d5d5;padding:1em;margin-top:3em;border-radius:5px;display:flex;justify-content:center;align-items:center;gap:2em}.list{color:#475467;font-size:1.1rem;line-height:28px;font-weight:400}.generator-btn{padding:.5em 1em;border:none;background-color:#e94c78;color:#fff;border-radius:5px}.head{font-size:2rem;margin-bottom:1em}@media(max-width:768px){.ingredient-list-section{width:90%;margin-top:2em}}.recommendation-section{color:#475467;line-height:1.75;font-size:1.125rem;font-weight:400;width:80%;margin:4em auto 0}.chef{color:#000;margin-bottom:1.5em;font-weight:700;font-size:clamp(1.5rem,4vw,2rem)}.recommendation-section ul li,.recommendation-section ol li{margin-bottom:8px}.recommendation-section h1,.recommendation-section h2,.recommendation-section h3,.recommendation-section h4,.recommendation-section h5,.recommendation-section h6{margin-top:1rem;margin-bottom:.5rem;line-height:1.3;font-weight:600}.recommendation-section h1{font-size:clamp(1.5rem,5vw,2rem)}.recommendation-section h2{font-size:clamp(1.25rem,4vw,1.75rem)}.recommendation-section h3{font-size:clamp(1.1rem,3.5vw,1.5rem)}.recommendation-section h4{font-size:clamp(1rem,3vw,1.25rem)}.recommendation-section h5{font-size:clamp(.9rem,2.5vw,1rem)}.recommendation-section h6{font-size:clamp(.8rem,2vw,.9rem)}.recommendation-section p{font-size:clamp(.9rem,2.5vw,1.125rem);line-height:1.6}@media(max-width:768px){.recommendation-section{width:90%;margin-top:2em}}.form{display:flex;justify-content:center;align-items:center;gap:.5em;width:80%;margin:5em auto 0}.input{width:60%;height:34px;padding-left:.5em}.input::placeholder{font-size:1rem}.btn{width:40%;height:38px;font-size:.875rem;background-color:#131212;color:#fff;font-weight:500}.input,.btn{border:.5px solid #c1c0c0;box-shadow:1px 1px 2px #d5d4d4;border-radius:5px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.emoji-spinner{font-size:3rem;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section-recipe-generator{font-size:1em}.section-recipe-generator p:first-child{font-weight:700}@media(max-width:768px){.form{width:90%;margin-top:5em}}body{background-color:#f3f3f3}
