.recipe-detail{max-width:800px;margin:0 auto;padding:15vh 2rem 2rem}.recipe-detail .recipe-divider{background-color:#2f2a244d;border:none;height:1px;margin:1rem 0 1.5rem}.recipe-detail .recipe-meta{color:#2f2a24;background:#fffaf2;border:1px solid #e7ded1;padding:1.5rem}.recipe-detail .recipe-meta .total-time{align-items:center;margin-bottom:1rem;font-size:1.2rem;display:flex}.recipe-detail .recipe-meta .total-time span{text-transform:uppercase;margin-right:.5rem;font-size:1rem;font-weight:700}.recipe-detail .ingredients-list{margin-left:0;padding:0;list-style:none}.recipe-detail .ingredients-list li{margin-bottom:.75rem}.recipe-detail .ingredients-list li label{cursor:pointer;align-items:center;gap:.6rem;font-size:1.1rem;display:flex}.recipe-detail .ingredients-list li label input[type=checkbox]{accent-color:#b98245;cursor:pointer;width:1.1rem;height:1.1rem}.recipe-detail .ingredients-list li label span{transition:opacity .2s}.recipe-detail .ingredients-list li label input[type=checkbox]:checked+span{opacity:.5;text-decoration:line-through}.recipe-detail .method-list{counter-reset:step-counter;margin-left:0;padding:0;list-style:none}.recipe-detail .method-list li{counter-increment:step-counter;margin-bottom:1.5rem;padding-left:3rem;line-height:1.6;position:relative}.recipe-detail .method-list li:before{content:counter(step-counter);color:#2f2a24;background-color:#b98245;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;font-weight:700;display:flex;position:absolute;top:.2rem;left:0;box-shadow:0 1px 4px #2f2a2414}.recipe-detail h1{margin-bottom:1rem;font-size:2.5rem}.recipe-detail__description{margin-bottom:1.5rem;font-size:1.2rem}.recipe-detail__image{margin-bottom:2rem}.recipe-detail__image img{object-fit:cover;width:100%;height:250px}.recipe-detail h2{margin-top:2rem;font-size:2rem}.recipe-detail .section-divider{background-color:#e7ded1;border:none;height:1px;margin:2rem 0}.recipe-detail ul,.recipe-detail ol{margin:1rem 0 2rem 1.5rem}.recipe-detail__note{color:#2f2a24;background:#fffaf2;border-left:4px solid #b98245;margin-top:2rem;padding:1rem;font-style:italic}
