.yumsto-collection.svelte-4acz9k .yumsto-button__content-prefix .yumsto-icon{transition-property:transform;transition-duration:var(--yumsto-collection-button-icon-duration);transition-timing-function:var(--yumsto-collection-button-icon-easing)}.yumsto-collection.svelte-4acz9k .yumsto-collection__button[data-expanded=true] .yumsto-button__content-prefix .yumsto-icon{transform:rotate(180deg)}.yumsto-collection__list.svelte-4acz9k{gap:var(--yumsto-collection-list-gap);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.yumsto-collection__item.svelte-4acz9k{-webkit-mask-mode:alpha;-webkit-mask-source-type:alpha;mask-mode:alpha;-webkit-mask-image:linear-gradient(to bottom, var(--yumsto-collection-item-mask-start) 50%, transparent 100%);-webkit-mask-image:linear-gradient(to bottom, var(--yumsto-collection-item-mask-start) 50%, transparent 100%);mask-image:linear-gradient(to bottom, var(--yumsto-collection-item-mask-start) 50%, transparent 100%);transition-property:-webkit-mask-position,mask-position;transition-duration:var(--yumsto-collection-mask-duration);transition-timing-function:var(--yumsto-collection-mask-easing);overflow:hidden;-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 200%;mask-size:100% 200%}.yumsto-collection__item[data-faded=false].svelte-4acz9k{-webkit-mask-position:0 0;mask-position:0 0}.yumsto-collection__expandable-container.svelte-4acz9k{opacity:0;visibility:hidden;min-height:0;transition-property:opacity,padding-top,grid-template-rows,visibility;transition-duration:var(--yumsto-collection-expandable-duration);transition-timing-function:var(--yumsto-collection-expandable-easing);grid-template-rows:0fr;padding-top:0;display:grid;overflow:hidden}.yumsto-collection__expandable-container[data-expanded=true].svelte-4acz9k{opacity:1;padding-top:var(--yumsto-collection-expandable-container-padding);visibility:visible;grid-template-rows:1fr}.yumsto-collection__expandable-container__items.svelte-4acz9k{overflow:hidden}.yumsto-collection__button-wrapper.svelte-4acz9k{justify-content:center;align-items:end;display:flex}.yumsto-collection__button-wrapper.svelte-4acz9k:has(>.yumsto-collection__button[data-expanded=true]:where(.svelte-4acz9k)){padding-top:var(--yumsto-collection-button-overlap-offset)}.yumsto-collection__button.svelte-4acz9k{transform:translateY(calc(-1 * var(--yumsto-collection-button-overlap-offset)));transition-property:transform,padding-top;transition-duration:var(--yumsto-collection-button-duration);transition-timing-function:var(--yumsto-collection-button-easing)}.yumsto-collection__button[data-expanded=true].svelte-4acz9k{padding-top:var(--yumsto-collection-button-padding);transform:translateY(0)}.yumsto-collection__button-text-wrapper.svelte-4acz9k{display:inline-grid;overflow:hidden}.yumsto-collection__button-text.svelte-4acz9k{transition-property:opacity,transform;transition-duration:var(--yumsto-collection-button-label-duration);transition-timing-function:var(--yumsto-collection-button-label-easing);color:var(--yumsto-button-primary-bg);grid-area:1/1}.yumsto-collection__button-text--expand.svelte-4acz9k{opacity:1;transform:translateY(0)}.yumsto-collection__button-text--collapse.svelte-4acz9k{opacity:0;transform:translateY(100%)}.yumsto-collection__button[data-expanded=true].svelte-4acz9k .yumsto-collection__button-text--expand:where(.svelte-4acz9k){opacity:0;transform:translateY(-100%)}.yumsto-collection__button[data-expanded=true].svelte-4acz9k .yumsto-collection__button-text--collapse:where(.svelte-4acz9k){opacity:1;transform:translateY(0)}.yumsto-textarea.svelte-1msbkkc{box-sizing:border-box;width:100%;max-width:100%;min-height:var(--yumsto-input-min-height);cursor:text;border:var(--yumsto-input-border-width) solid var(--yumsto-input-border);border-radius:var(--yumsto-input-radius);background:var(--yumsto-input-surface);transition:border-color var(--yumsto-input-transition-duration) ease, box-shadow var(--yumsto-input-transition-duration) ease}.yumsto-textarea[data-invalid].svelte-1msbkkc{border-color:var(--yumsto-input-invalid-border)}.yumsto-textarea__clip.svelte-1msbkkc{border-radius:inherit;overflow:hidden}.yumsto-textarea__control.svelte-1msbkkc{box-sizing:border-box;border-radius:inherit;width:100%;padding:var(--yumsto-input-padding-block) var(--yumsto-input-padding-inline);box-shadow:none;resize:none;font-family:inherit;font-size:var(--yumsto-input-font-size);line-height:var(--yumsto-input-line-height);color:var(--yumsto-input-text);background:0 0;border:0;outline:none;margin:0;display:block;overflow-y:hidden}.yumsto-textarea__control.svelte-1msbkkc::placeholder{color:var(--yumsto-input-placeholder);font-weight:var(--yumsto-input-placeholder-font-weight)}.yumsto-textarea__control.svelte-1msbkkc:disabled{color:var(--yumsto-input-disabled-text);cursor:not-allowed}.yumsto-textarea__control.svelte-1msbkkc:focus-visible{outline:none}.yumsto-textarea.svelte-1msbkkc:focus-within:not([data-disabled]){border-color:var(--yumsto-input-border);box-shadow:0 0 0 var(--yumsto-input-focus-ring-width) color-mix(in oklch, var(--yumsto-input-border) 35%, transparent)}.yumsto-textarea[data-disabled].svelte-1msbkkc{cursor:not-allowed;opacity:var(--yumsto-input-disabled-opacity);background:var(--yumsto-input-disabled-surface);border-color:var(--yumsto-input-disabled-border)}.yumsto-textarea[data-capped].svelte-1msbkkc .yumsto-textarea__clip:where(.svelte-1msbkkc){padding-inline-end:var(--yumsto-textarea-scrollbar-gutter)}.yumsto-textarea[data-capped].svelte-1msbkkc .yumsto-textarea__control:where(.svelte-1msbkkc){overflow-y:auto}.yumsto-option.svelte-1fdpfrm{box-sizing:border-box;width:100%;padding:var(--yumsto-autocomplete-option-padding-block) var(--yumsto-autocomplete-option-padding-inline);border-radius:var(--yumsto-autocomplete-option-radius);color:inherit;font:inherit;line-height:var(--yumsto-input-line-height);text-align:left;cursor:pointer;transition:background-color var(--yumsto-input-transition-duration) ease, color var(--yumsto-input-transition-duration) ease, opacity var(--yumsto-input-transition-duration) ease;background:0 0;border:0;align-items:center;display:flex}.yumsto-option.svelte-1fdpfrm:hover:not(:disabled),.yumsto-option--active.svelte-1fdpfrm{background:var(--yumsto-autocomplete-option-highlight)}.yumsto-option--selected.svelte-1fdpfrm{font-weight:600}.yumsto-option.svelte-1fdpfrm:focus-visible{outline:none}.yumsto-option.svelte-1fdpfrm:disabled{color:var(--yumsto-input-disabled-text);cursor:not-allowed;opacity:var(--yumsto-input-disabled-opacity)}.yumsto-option__content.svelte-1fdpfrm{align-items:center;gap:var(--yumsto-autocomplete-option-gap);flex:1;min-width:0;display:flex}.yumsto-autocomplete.svelte-8peqqk{width:100%}.yumsto-autocomplete__surface.svelte-8peqqk{box-sizing:border-box;border-radius:var(--yumsto-input-radius);width:100%;transition:box-shadow var(--yumsto-input-transition-duration) ease;position:relative;overflow:visible}.yumsto-autocomplete[data-open].svelte-8peqqk .yumsto-autocomplete__surface:where(.svelte-8peqqk){z-index:10}.yumsto-autocomplete.svelte-8peqqk:not([data-disabled]) .yumsto-autocomplete__surface:where(.svelte-8peqqk):focus-within{box-shadow:0 0 0 var(--yumsto-input-focus-ring-width) color-mix(in oklch, var(--yumsto-input-border) 35%, transparent)}.yumsto-autocomplete[data-invalid].svelte-8peqqk:not([data-disabled]) .yumsto-autocomplete__surface:where(.svelte-8peqqk):focus-within{box-shadow:0 0 0 var(--yumsto-input-focus-ring-width) color-mix(in oklch, var(--yumsto-input-invalid-border) 35%, transparent)}.yumsto-autocomplete[data-disabled].svelte-8peqqk .yumsto-autocomplete__surface:where(.svelte-8peqqk):focus-within{box-shadow:none}.yumsto-autocomplete__input.svelte-8peqqk{box-sizing:border-box;width:100%;max-width:100%;min-height:var(--yumsto-input-min-height);cursor:text;border:var(--yumsto-input-border-width) solid var(--yumsto-input-border);border-radius:var(--yumsto-input-radius);background:var(--yumsto-input-surface);transition:border-color var(--yumsto-input-transition-duration) ease;position:relative}.yumsto-autocomplete__control.svelte-8peqqk{box-sizing:border-box;width:100%;min-height:inherit;border-radius:inherit;padding:var(--yumsto-input-padding-block) var(--yumsto-input-padding-inline);box-shadow:none;font-family:inherit;font-size:var(--yumsto-input-font-size);line-height:var(--yumsto-input-line-height);color:var(--yumsto-input-text);background:0 0;border:0;outline:none;margin:0}.yumsto-autocomplete__control.svelte-8peqqk::placeholder{color:var(--yumsto-input-placeholder);font-weight:var(--yumsto-input-placeholder-font-weight)}.yumsto-autocomplete__control.svelte-8peqqk:disabled{color:var(--yumsto-input-disabled-text);cursor:not-allowed}.yumsto-autocomplete__panel.svelte-8peqqk{display:none}.yumsto-autocomplete[data-open].svelte-8peqqk .yumsto-autocomplete__panel:where(.svelte-8peqqk){top:calc(100% - var(--yumsto-input-border-width));z-index:20;box-sizing:border-box;border:var(--yumsto-input-border-width) solid var(--yumsto-input-border);border-radius:0 0 var(--yumsto-input-radius) var(--yumsto-input-radius);background:var(--yumsto-input-surface);border-top:0;grid-template-rows:1fr;width:100%;max-height:min(300px,100dvh - 12px);margin:0;padding:0;display:grid;position:absolute;left:0;right:0}.yumsto-autocomplete__panel-content.svelte-8peqqk{gap:var(--yumsto-autocomplete-panel-gap);min-height:0;padding:0 var(--yumsto-autocomplete-panel-padding) var(--yumsto-autocomplete-panel-padding);flex-direction:column;display:flex;overflow:hidden}.yumsto-autocomplete[data-open].svelte-8peqqk .yumsto-autocomplete__panel-content:where(.svelte-8peqqk){overflow-y:auto}.yumsto-autocomplete__empty.svelte-8peqqk{box-sizing:border-box;width:100%;font:inherit;line-height:var(--yumsto-input-line-height);padding:var(--yumsto-gap-xxs) var(--yumsto-gap-xs);color:var(--yumsto-input-placeholder)}.yumsto-autocomplete[data-invalid].svelte-8peqqk .yumsto-autocomplete__input:where(.svelte-8peqqk),.yumsto-autocomplete[data-invalid].svelte-8peqqk .yumsto-autocomplete__panel:where(.svelte-8peqqk){border-color:var(--yumsto-input-invalid-border)}.yumsto-autocomplete[data-open].svelte-8peqqk .yumsto-autocomplete__input:where(.svelte-8peqqk){border-bottom-width:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.yumsto-autocomplete[data-open].svelte-8peqqk .yumsto-autocomplete__control:where(.svelte-8peqqk){border-bottom-right-radius:0;border-bottom-left-radius:0}.yumsto-autocomplete[data-disabled].svelte-8peqqk .yumsto-autocomplete__input:where(.svelte-8peqqk){cursor:not-allowed;opacity:var(--yumsto-input-disabled-opacity);background:var(--yumsto-input-disabled-surface);border-color:var(--yumsto-input-disabled-border)}.yumsto-autocomplete.svelte-8peqqk:not([data-disabled]) .yumsto-autocomplete__input:where(.svelte-8peqqk):focus-within{border-color:var(--yumsto-input-border)}.yumsto-autocomplete[data-invalid].svelte-8peqqk:not([data-disabled]) .yumsto-autocomplete__input:where(.svelte-8peqqk):focus-within{border-color:var(--yumsto-input-invalid-border)}.yumsto-number.svelte-1atfq4q{border-radius:var(--yumsto-number-radius-frame);box-sizing:border-box;gap:var(--yumsto-number-gap-amount-caption);width:fit-content;padding:var(--yumsto-number-padding-frame);border-style:solid;border-width:var(--yumsto-number-border-width-frame);flex-flow:column;flex-shrink:0;display:flex;overflow:hidden}.yumsto-number__number.svelte-1atfq4q{padding:var(--yumsto-number-padding-amount);border-radius:var(--yumsto-number-radius-amount);text-wrap:nowrap;box-sizing:border-box;border-style:solid;border-width:var(--yumsto-number-border-width-amount,1px);flex-flow:column;justify-content:center;align-items:center;width:100%;display:flex}.yumsto-number__text.svelte-1atfq4q{padding:var(--yumsto-number-padding-caption);flex-flow:column;justify-content:center;align-items:center;display:flex}.yumsto-number[data-color=orange].svelte-1atfq4q{background:var(--yumsto-number-orange-frame-surface);border-color:var(--yumsto-number-orange-frame-border);color:var(--yumsto-number-orange-foreground);--yumsto-text-foreground-override:var(--yumsto-number-orange-foreground)}.yumsto-number[data-color=orange].svelte-1atfq4q .yumsto-number__number:where(.svelte-1atfq4q){background:var(--yumsto-number-orange-amount-surface);border-color:var(--yumsto-number-orange-amount-border)}.yumsto-number[data-color=green].svelte-1atfq4q{background:var(--yumsto-number-green-frame-surface);border-color:var(--yumsto-number-green-frame-border);color:var(--yumsto-number-green-foreground);--yumsto-text-foreground-override:var(--yumsto-number-green-foreground)}.yumsto-number[data-color=green].svelte-1atfq4q .yumsto-number__number:where(.svelte-1atfq4q){background:var(--yumsto-number-green-amount-surface);border-color:var(--yumsto-number-green-amount-border)}.yumsto-number[data-color=purple].svelte-1atfq4q{background:var(--yumsto-number-purple-frame-surface);border-color:var(--yumsto-number-purple-frame-border);color:var(--yumsto-number-purple-foreground);--yumsto-text-foreground-override:var(--yumsto-number-purple-foreground)}.yumsto-number[data-color=purple].svelte-1atfq4q .yumsto-number__number:where(.svelte-1atfq4q){background:var(--yumsto-number-purple-amount-surface);border-color:var(--yumsto-number-purple-amount-border)}.yumsto-number[data-color=burgundy].svelte-1atfq4q{background:var(--yumsto-number-burgundy-frame-surface);border-color:var(--yumsto-number-burgundy-frame-border);color:var(--yumsto-number-burgundy-foreground);--yumsto-text-foreground-override:var(--yumsto-number-burgundy-foreground)}.yumsto-number[data-color=burgundy].svelte-1atfq4q .yumsto-number__number:where(.svelte-1atfq4q){background:var(--yumsto-number-burgundy-amount-surface);border-color:var(--yumsto-number-burgundy-amount-border)}.yumsto-media-uploader-main-icon.svelte-1z0eoxr{opacity:.65;width:100%;transition:opacity var(--yumsto-scale-duration-short,.15s) var(--yumsto-scale-ease-sharp,ease);line-height:0;display:block}.yumsto-media-uploader-main-icon[data-active=true].svelte-1z0eoxr{opacity:1}.yumsto-media-uploader-main-icon.svelte-1z0eoxr svg{width:100%;height:auto;display:block}.yumsto-media-uploader.svelte-1rgaybj{width:100%;aspect-ratio:var(--yumsto-media-uploader-aspect-ratio,initial);border-radius:var(--yumsto-input-radius);display:grid;position:relative;overflow:hidden;container:yumsto-media-uploader/inline-size}.yumsto-media-uploader[data-empty].svelte-1rgaybj{box-sizing:border-box;border:var(--yumsto-input-border-width) solid var(--yumsto-input-border);transition:border-color var(--yumsto-input-transition-duration) ease, box-shadow var(--yumsto-input-transition-duration) ease;overflow:visible}.yumsto-media-uploader[data-empty][data-dragging=true].svelte-1rgaybj{border-color:var(--yumsto-input-border);box-shadow:0 0 0 var(--yumsto-input-focus-ring-width) color-mix(in oklch, var(--yumsto-input-border) 35%, transparent)}.yumsto-media-uploader[data-empty][data-dragging=true].svelte-1rgaybj .yumsto-media-uploader-container_border:where(.svelte-1rgaybj){border-style:solid;border-color:color-mix(in oklch, var(--yumsto-input-border) 55%, var(--yumsto-input-text) 45%)}.yumsto-media-uploader.svelte-1rgaybj>.yumsto-media-uploader-container:where(.svelte-1rgaybj),.yumsto-media-uploader.svelte-1rgaybj>.yumsto-media-uploader__media:where(.svelte-1rgaybj){grid-area:1/1;width:100%;height:100%}.yumsto-media-uploader.svelte-1rgaybj .yumsto-media-uploader__media:where(.svelte-1rgaybj){flex-direction:column;min-height:0;display:flex;overflow:hidden}.yumsto-media-uploader.svelte-1rgaybj .yumsto-media-uploader__media:where(.svelte-1rgaybj)>.yumsto-media-frame{box-sizing:border-box;aspect-ratio:unset;flex:auto;align-self:stretch;width:100%;height:100%;min-height:0}.yumsto-media-uploader.svelte-1rgaybj .yumsto-media-uploader__media:where(.svelte-1rgaybj) .yumsto-image,.yumsto-media-uploader.svelte-1rgaybj .yumsto-media-uploader__media:where(.svelte-1rgaybj) .yumsto-video{width:100%;height:100%;min-height:0}.yumsto-media-uploader-container.svelte-1rgaybj{--yumsto-media-uploader-frame-inset:15px;box-sizing:border-box;border-radius:calc(var(--yumsto-input-radius) - var(--yumsto-input-border-width));background:var(--yumsto-input-surface);min-height:220px;padding:var(--yumsto-media-uploader-frame-inset);display:grid;overflow:hidden}.yumsto-media-uploader-container[data-dragging=true].svelte-1rgaybj :where(.svelte-1rgaybj){pointer-events:none}.yumsto-media-uploader-container_border.svelte-1rgaybj{box-sizing:border-box;border:3px dashed color-mix(in oklch, var(--yumsto-input-border) 58%, transparent);box-shadow:none;border-radius:max(4px, var(--yumsto-input-radius) - var(--yumsto-input-border-width) - var(--yumsto-media-uploader-frame-inset));transition:border-color var(--yumsto-input-transition-duration) ease, border-style var(--yumsto-input-transition-duration) ease;flex-flow:column;justify-content:center;align-items:center;padding:41px;display:flex;overflow:hidden}.yumsto-media-uploader-instructions.svelte-1rgaybj{flex-flow:column;flex:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.yumsto-media-uploader-instructions__icon.svelte-1rgaybj{flex-shrink:0;width:100%;max-width:360px;margin-inline:auto;overflow:hidden}.yumsto-media-uploader-instructions__text.svelte-1rgaybj{flex-flow:column;padding-bottom:6px;display:flex}.yumsto-media-uploader-instructions.svelte-1rgaybj .yumsto-media-uploader-divider:where(.svelte-1rgaybj){flex-flow:row;align-items:center;gap:10px;width:100%;display:flex}.yumsto-media-uploader-instructions.svelte-1rgaybj .yumsto-media-uploader-divider:where(.svelte-1rgaybj)>.yumsto-media-uploader-or-text:where(.svelte-1rgaybj){flex-shrink:0;margin:0}.yumsto-media-uploader-instructions.svelte-1rgaybj .yumsto-media-uploader-divider:where(.svelte-1rgaybj):before,.yumsto-media-uploader-instructions.svelte-1rgaybj .yumsto-media-uploader-divider:where(.svelte-1rgaybj):after{content:"";background:var(--yumsto-input-border);flex:1;height:1px}.yumsto-media-uploader-instructions.svelte-1rgaybj .yumsto-media-uploader-upload-button:where(.svelte-1rgaybj){border:1px solid color-mix(in oklch, var(--yumsto-button-secondary-fg) 12%, transparent);border-radius:var(--yumsto-button-radius);background:var(--yumsto-button-secondary-bg);width:100%;color:var(--yumsto-button-secondary-fg);font-size:var(--yumsto-button-font-size);line-height:var(--yumsto-button-line-height);font-weight:var(--yumsto-button-font-weight);text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;justify-content:center;align-items:center;margin-top:12px;padding:11px 22px;font-family:inherit;transition:transform .16s cubic-bezier(.4,0,.2,1);display:inline-flex}.yumsto-media-uploader-instructions.svelte-1rgaybj .yumsto-media-uploader-upload-button:where(.svelte-1rgaybj):active{transform:scale(.965)}.yumsto-media-uploader-instructions.svelte-1rgaybj .yumsto-media-uploader-upload-input:where(.svelte-1rgaybj){display:none}.yumsto-media-uploader-remove-button.svelte-1rgaybj{z-index:3;position:absolute;top:12px;right:12px}@container yumsto-media-uploader (width<=360px){.yumsto-media-uploader.svelte-1rgaybj{aspect-ratio:unset;height:100%;min-height:0}.yumsto-media-uploader-container.svelte-1rgaybj{--yumsto-media-uploader-frame-inset:8px;box-sizing:border-box;height:100%;min-height:0;padding:var(--yumsto-media-uploader-frame-inset)}.yumsto-media-uploader-container.svelte-1rgaybj .yumsto-media-uploader-instructions__icon:where(.svelte-1rgaybj),.yumsto-media-uploader-container.svelte-1rgaybj .yumsto-media-uploader-instructions__text:where(.svelte-1rgaybj)>:where(.svelte-1rgaybj):not(.yumsto-media-uploader-upload-button){display:none}.yumsto-media-uploader-container.svelte-1rgaybj .yumsto-media-uploader-instructions__text:where(.svelte-1rgaybj){padding:0}.yumsto-media-uploader-container.svelte-1rgaybj .yumsto-media-uploader-instructions__text:where(.svelte-1rgaybj) .yumsto-media-uploader-upload-button:where(.svelte-1rgaybj){margin:0}.yumsto-media-uploader-container.svelte-1rgaybj .yumsto-media-uploader-container_border:where(.svelte-1rgaybj){box-sizing:border-box;flex:1;min-height:0;padding:12px 14px}.yumsto-media-uploader-container.svelte-1rgaybj .yumsto-media-uploader-instructions:where(.svelte-1rgaybj){min-height:0;overflow:visible}}.inline-edit-field__control.svelte-1omkej7{flex:auto;min-width:0}.recipe-management-block.svelte-oqfrw4{padding:var(--yumsto-scale-gap-m);border:1px solid var(--yumsto-divider-border-color);border-radius:var(--yumsto-radius-m,8px);background:var(--yumsto-surface-soft,transparent)}.recipe-detail-hero-media.svelte-nqppvx{box-sizing:border-box;width:100%;min-width:0;position:relative}.recipe-detail-hero-media__actions{top:var(--yumsto-scale-gap-xs);right:var(--yumsto-scale-gap-xs);z-index:1;position:absolute}.recipe-detail-hero__mobile-fixed.svelte-1ngxu9t{top:0;left:max(var(--yumsto-scale-gap-m), env(safe-area-inset-left,0px));right:max(var(--yumsto-scale-gap-m), env(safe-area-inset-right,0px));box-sizing:border-box;z-index:0;width:auto;position:fixed}.recipe-detail-hero__mobile-spacer.svelte-1ngxu9t{aspect-ratio:4/3;width:100%}.recipe-detail-hero__mobile-body.svelte-1ngxu9t{z-index:1;background:var(--yumsto-app-background-color);width:100%;min-width:0;position:relative}.recipe-detail-ingredients__list{margin:0;padding:0;list-style:none}.recipe-detail-ingredients__list li{padding-bottom:var(--yumsto-scale-gap-xs);border-bottom:1px solid var(--yumsto-divider-border-color)}.recipe-detail-ingredients__list li:last-child{border-bottom:none;padding-bottom:0}.recipe-detail-mobile-cook.svelte-6xnamk{z-index:20;bottom:calc(env(safe-area-inset-bottom) + var(--yumsto-scale-gap-s));padding-top:var(--yumsto-scale-gap-s);position:sticky}@media (width>=840px) and (orientation:portrait),(width>=1280px) and (orientation:landscape){.recipe-detail-mobile-cook.svelte-6xnamk{display:none}}.recipe-detail-split{width:100%;min-width:0}.step-ingredient-list__items{width:100%;min-width:0;padding:0;list-style:none}.recipe-detail-steps__list,.recipe-detail-steps__collection{width:100%;min-width:0}.recipe-detail-desktop-sidebar.svelte-71rof6{flex-direction:column;justify-content:flex-start;align-self:stretch;align-items:stretch;width:100%;min-width:0;display:flex}.recipe-detail-mobile-scroll.svelte-71rof6{z-index:1;gap:var(--yumsto-scale-gap-l);background:var(--yumsto-app-background-color);flex-direction:column;width:100%;min-width:0;display:flex;position:relative}
