.recipe-scroller{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"ingredients content";column-gap:2rem;padding-bottom:5rem;overflow:visible}.recipe-scroller--reverse{grid-template-areas:"content ingredients"}.recipe-scroller__ingredients{grid-area:ingredients}.recipe-scroller__content{grid-area:content}.recipe-scroller__ingredients-inner{position:sticky;top:var(--header-group-height, 80px);max-height:calc(100dvh / 1.4);min-height:fit-content;padding-block:2rem;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding-inline:10rem;border-radius:1rem}.recipe-scroller__ingredients-inner h2,.recipe-scroller__ingredient-list{width:100%}.recipe-scroller__ingredient-item{display:flex;justify-content:space-between;align-items:center;border-bottom:.1rem solid rgba(255,255,255,.8);padding-block:1rem}.recipe-scroller__image motion-element{max-height:calc(100dvh / 1.4);border-radius:1rem;position:relative;display:block}.recipe-scroller__overlay{position:absolute;inset-inline:0;bottom:0;height:4rem;display:flex;align-items:center;justify-content:center}.recipe-scroller__method{padding-top:4rem}.recipe-scroller__method-items{counter-reset:step;list-style:none;padding:0;margin:0}.recipe-scroller__method-item{padding:1rem;background:rgb(var(--color-secondary-background));display:flex;gap:.5rem;align-items:flex-start}.recipe-scroller__method-item:before{counter-increment:step;content:counter(step);margin-right:1.5rem;margin-top:.25rem;display:inline-flex;width:4rem;height:4rem;background-color:rgb(var(--color-background));flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;text-align:center}@media(max-width:767px){.recipe-scroller,.recipe-scroller--reverse{grid-template-columns:1fr;grid-template-areas:"ingredients" "content";row-gap:2rem}.recipe-scroller__ingredients-inner{position:static;max-height:none;padding:2rem}}
/*# sourceMappingURL=/cdn/shop/t/119/assets/section-recipe-scroller.css.map */
