<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#MainContent{background-color:#fff}.recipe-page-container{max-width:1400px;margin:auto;padding-block:10rem;display:grid;gap:40px;padding-inline:20px;padding-top:0}.recipe-header{display:grid;grid-template-columns:repeat(2,1fr);gap:8rem}.recipe-image-container img{max-height:450px;max-width:100%;border-radius:20px;object-fit:cover}.recipe-image img{width:100%;height:100px;object-fit:cover}.recipe-info{display:flex;flex-direction:column;gap:10px}.recipe-title{margin:0;font-size:clamp(40px,5vw,52px)}.recipe-author{color:#547b6e;font-size:14px;font-weight:600}.recipe-difficulty{background-color:#fdf6e9;width:fit-content;padding-inline:20px;padding-block:10px;border-radius:26px;display:flex;align-items:center;gap:10px;color:#547b6e;font-weight:600}.difficulty-stars{display:flex;gap:4px}.recipe-description{color:#547b6e}div.recipe-info&gt;p{line-height:1.5}.recipe-meta{display:flex;justify-content:space-around;background-color:#fdf6e9;border-radius:10px;padding-block:14px;color:#000}.recipe-time-value{margin-top:10px}.recipe-time{font-family:var(--font-heading-family);display:flex;flex-direction:column;align-items:center;font-size:18px}.recipe-time-value{font-family:var(--font-body-family);font-size:14px}.recipe-details{display:grid;grid-template-columns:repeat(2,1fr);gap:8rem}.recipe-ingredients{background-color:#fdf6e9;border-radius:10px;padding-block:20px;padding-inline:30px;height:fit-content}.ingredients-title{font-size:40px;margin:0}.ingredients-list{list-style-type:none;padding-inline-start:0;display:grid;gap:8px}.recipe-steps{padding-block:20px;padding-inline:30px}.steps-title{font-size:40px;margin:0}.steps-list{list-style:none;counter-reset:step-counter;padding-left:0;color:#000}.step-item{font-family:var(--font-heading-family);counter-increment:step-counter;display:flex;align-items:center;gap:20px;padding:10px}.step-item:before{content:counter(step-counter) " ";font-size:48px}.step-item:not(:last-child){border-bottom:1px solid #ccc}@media screen and (max-width: 900px){.recipe-header,.recipe-details{gap:2rem;grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-recipe-page.css.map */
</pre></body></html>