.recipe-view-container{color:#333;max-width:1100px;margin:2rem auto;padding:0 1.5rem;font-family:Inter,sans-serif}.breadcrumb{color:#666;margin-bottom:1.5rem;font-size:.85rem}.breadcrumb a{color:#e55b13;text-decoration:none}.breadcrumb span{margin:0 .5rem}.recipe-header h1{color:#1a1a1a;letter-spacing:-1px;margin-bottom:1rem;font-size:3rem;font-weight:800}.recipe-meta-top{border-bottom:1px solid #eee;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.recipe-meta-top .stars{color:#e55b13;font-weight:700}.recipe-meta-top .stars span{color:#666;margin-left:.5rem;font-weight:400}.recipe-main-grid{grid-template-columns:1fr 300px;gap:3rem;display:grid}.recipe-hero-image{border-radius:12px;width:100%;height:500px;margin-bottom:2rem;overflow:hidden;box-shadow:0 10px 30px #0000001a}.recipe-hero-image img{object-fit:cover;width:100%;height:100%}.recipe-description{color:#444;margin-bottom:2.5rem;font-size:1.2rem;font-style:italic;line-height:1.6}.recipe-stats-box{background:#fdf6f2;border-radius:12px;grid-template-columns:repeat(4,1fr);margin-bottom:3rem;padding:2rem;display:grid}.recipe-stats-box .stat{border-right:1px solid #e5d1c5;flex-direction:column;align-items:center;display:flex}.recipe-stats-box .stat:last-child{border-right:none}.recipe-stats-box .label{text-transform:uppercase;color:#666;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.recipe-stats-box .value{color:#1a1a1a;font-size:1.1rem;font-weight:800}.recipe-section{margin-bottom:4rem}.recipe-section h2{border-bottom:3px solid #e55b13;margin-bottom:1.5rem;padding-bottom:.2rem;font-size:2rem;font-weight:800;display:inline-block}.ingredients-list{padding:0;list-style:none}.ingredients-list li{border-bottom:1px solid #eee;padding:1rem 0}.checkbox-container{cursor:pointer;align-items:center;padding-left:35px;font-size:1.1rem;display:flex;position:relative}.checkbox-container input{opacity:0;cursor:pointer;position:absolute}.checkmark{background-color:#fff;border:2px solid #ccc;border-radius:4px;width:22px;height:22px;position:absolute;top:0;left:0}.checkbox-container:hover input~.checkmark{border-color:#e55b13}.checkbox-container input:checked~.checkmark{background-color:#e55b13;border-color:#e55b13}.checkmark:after{content:"";display:none;position:absolute}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark:after{border:3px solid #fff;border-width:0 3px 3px 0;width:5px;height:10px;top:3px;left:7px;transform:rotate(45deg)}.directions-list{padding:0;list-style:none}.directions-list li{margin-bottom:2.5rem}.directions-list h3{text-transform:uppercase;color:#e55b13;margin-bottom:.8rem;font-size:1.1rem}.directions-list p{color:#333;font-size:1.1rem;line-height:1.7}.recipe-sidebar .ad-placeholder{color:#999;text-transform:uppercase;background:#f0f0f0;border-radius:8px;justify-content:center;align-items:center;height:600px;margin-bottom:2rem;font-size:.8rem;display:flex}.nutrition-facts{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem}.nutrition-facts h3{border-bottom:3px solid #1a1a1a;margin-bottom:1rem;padding-bottom:.5rem}.nutrition-row{border-bottom:1px solid #eee;justify-content:space-between;padding:.8rem 0;font-weight:500;display:flex}@media (max-width:900px){.recipe-main-grid{grid-template-columns:1fr}.recipe-stats-box{grid-template-columns:repeat(2,1fr);gap:1.5rem}.recipe-stats-box .stat{border-bottom:1px solid #e5d1c5;border-right:none;padding-bottom:1rem}.recipe-stats-box .stat:nth-child(3),.recipe-stats-box .stat:nth-child(4){border-bottom:none;padding-top:1rem}}
