.recipes-page{--recipe-green:var(--color-primary, #2CB67D);--recipe-ink:#111827;--recipe-muted:#4b5563;--recipe-line:#e2e8e5;--recipe-surface:#f6f9f7;color:var(--recipe-ink);background:#fff}.recipes-page main{padding-top:var(--navbar-height,76px)}.recipes-page h1,.recipes-page h2,.recipes-page h3{font-family:var(--font-display, 'Plus Jakarta Sans', sans-serif)}.recipes-page .container{max-width:1280px}.recipe-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:20px 0;font-size:16px;line-height:1.4;color:var(--recipe-muted)}.recipe-breadcrumb-separator{color:#6b7c75;font-size:1.25em;line-height:1}.recipe-breadcrumb a:hover{text-decoration:underline}.recipe-breadcrumb [aria-current]{color:var(--recipe-ink);font-weight:600}.recipe-detail .recipe-breadcrumb{font-family:var(--font-primary);font-size:16px;line-height:1.4}.recipe-hero{position:relative;isolation:isolate;min-height:450px;display:grid;place-items:center;text-align:center}.recipe-hero picture{position:absolute;z-index:-1;inset:0;overflow:hidden}.recipe-hero img{width:100%;height:100%;object-fit:cover}.recipe-hero h1{max-width:1100px;margin:0 auto 24px;font-size:clamp(36px, 3.5vw, 56px);line-height:1.08;letter-spacing:0;color:#404040}.recipe-hero p{max-width:900px;margin:auto;font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:1.6;color:#1a1f2b}.recipe-explore{padding-top:56px;padding-bottom:48px}.recipe-browser h2,.recipe-explore h2{font-size:38px;font-weight:700;line-height:1.2;margin:0 0 24px}.recipe-collections{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.recipe-collections a{overflow:hidden;border:1px solid #c1c0c0;background:#fff}.recipe-collections img{display:block;width:100%;height:auto;aspect-ratio:298/270.58;object-fit:cover}.recipe-collections span{display:block;padding:16px 15px;font-family:var(--font-display);font-size:16px;line-height:1.35;font-weight:500}.recipe-collections a:hover{border-color:var(--recipe-green)}.recipe-collection-hero{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:center;padding-top:28px;padding-bottom:56px}.recipe-collection-hero h1{font-family:var(--font-display);font-size:40px;font-weight:700;line-height:1.2;letter-spacing:0;margin:0 0 20px}.recipe-collection-hero p{font-size:18px;color:#3a3a3a;line-height:1.6}.recipe-collection-hero img{display:block;width:100%;height:auto;border-radius:12px}.recipe-browser{padding-bottom:72px;scroll-margin-top:100px}.recipe-browser-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.recipe-browser-heading p{color:var(--recipe-muted);font-size:13px}.recipe-browser-collection .recipe-browser-heading{align-items:center;margin-bottom:28px}.recipe-browser-collection .recipe-breadcrumb{gap:13px;padding:0;font-family:var(--font-primary);font-size:16px;font-weight:500;line-height:1.4;color:#000}.recipe-browser-collection .recipe-breadcrumb [aria-current]{color:var(--recipe-green);font-weight:500}.recipe-browser-collection .recipe-browser-layout{grid-template-columns:minmax(0,1fr)}.recipe-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.recipe-categories a,.recipe-empty button,.recipe-reset,.recipe-tags a{display:inline-flex;align-items:center;justify-content:center;font:inherit;cursor:pointer;border:1px solid transparent;background:0 0;color:var(--recipe-muted);padding:8px 20px;border-radius:999px;font-size:16px;font-weight:500;min-height:38px;text-decoration:none}.recipe-categories a,.recipe-tags a{color:#111827;font-weight:600}.recipe-breadcrumb-top,.recipe-collections-dots{display:none}.recipe-collections-dots button{position:relative;width:24px;height:24px;padding:0;border:0;background:0 0;cursor:pointer}.recipe-collections-dots button::before{content:"";position:absolute;top:8px;left:8px;width:8px;height:8px;border-radius:4px;background:#d5dde0;transition:width .2s,left .2s}.recipe-collections-dots button[aria-current=true]::before{left:4px;width:16px;background:var(--recipe-green)}.recipe-categories a:hover,.recipe-tags a:hover{background:#edf5ef}.recipe-categories a[aria-pressed=true],.recipe-tags a[aria-pressed=true]{background:var(--recipe-green);color:#fff;font-weight:600}.recipe-browser-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,393px);gap:48px;align-items:start}.recipe-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}.recipe-card{position:relative;display:flex;flex-direction:column;min-width:0;border-radius:8.56px;overflow:hidden;background:#fff;color:var(--recipe-ink);box-shadow:0 9.28px 24.97px rgba(0,30,47,.1);transition:box-shadow .2s,transform .2s}.recipe-card:hover{box-shadow:0 12px 30px rgba(0,30,47,.16);transform:translateY(-2px)}.recipe-card>img{display:block;width:100%;height:auto}.recipe-card-body{display:flex;flex-direction:column;flex:1;padding:11.42px 17.12px 17.12px}.recipe-card-category{margin:0 0 6px;font-size:13px;font-weight:600;line-height:1.4;color:var(--recipe-green)}.recipe-card h3{font-size:16px;font-weight:700;line-height:1.35;margin:0 0 16px;letter-spacing:0;color:#111827}.recipe-card-stats{display:flex;align-items:baseline;min-width:0;margin-top:auto;font-size:13px;font-weight:500;line-height:1.6;color:#6f737a;white-space:nowrap}.recipe-card-stats dl{display:flex;align-items:baseline;min-width:0;margin:0}.recipe-card-basics{flex:0 1 auto}.recipe-card-macros{flex:none}.recipe-card-macros::before{content:"|";margin:0 8px;color:#c4c9ce}.recipe-card-stat{display:flex;align-items:baseline;gap:3px;min-width:0}.recipe-card-stat+.recipe-card-stat::before{content:"\00B7";margin:0 5px}.recipe-card dd,.recipe-card dt{margin:0;font:inherit;color:inherit}.recipe-card dd{order:1;min-width:0}.recipe-card dt{order:2}.recipe-card-basics dt{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.recipe-card-stat-time dd{overflow:hidden;text-overflow:ellipsis}.recipe-card-stat-calories{flex:none}.recipe-tags{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24.22px}.recipe-tags summary{display:flex;align-items:center;justify-content:space-between;list-style:none;font-family:var(--font-display);font-size:16px;line-height:26px;font-weight:700;color:#111827;cursor:default}.recipe-tags summary::-webkit-details-marker{display:none}.recipe-tags summary::marker{content:''}.recipe-tags [role=group]{display:flex;flex-wrap:wrap;gap:4px;margin-top:16px}.recipe-tags a{padding:8px 12px;font-size:14px}.recipe-pagination{display:flex;flex-wrap:nowrap;gap:8px;justify-content:safe center;align-items:center;margin-top:36px;overflow-x:auto;padding:2px;scrollbar-width:none}.recipe-pagination a,.recipe-pagination>span:not(.recipe-pagination-ellipsis){display:inline-flex;flex:none;min-width:40px;height:40px;gap:8px;padding:8px 14px;justify-content:center;align-items:center;border:1px solid #dce5e8;border-radius:12px;background:#fff;color:#46545c;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;text-decoration:none}.recipe-pagination a:hover{background:var(--recipe-surface);border-color:#b8d1c0}.recipe-pagination>span[aria-current=page]{background:var(--recipe-green);border-color:var(--recipe-green);color:#fff;font-weight:700}.recipe-pagination>span.recipe-pagination-disabled{color:#b4bcc3;border-color:#edf0f1;background:#fff}.recipe-pagination .recipe-pagination-ellipsis{min-width:24px;padding:0;border:0;background:0 0;color:#9aa5ad;font-size:18px}.recipe-pagination::-webkit-scrollbar{display:none}.recipe-pagination[hidden]{display:none}.recipe-empty{padding:48px 20px;text-align:center;border:1px solid var(--recipe-line);border-radius:8px}.recipe-empty[hidden]{display:none}.recipe-empty h3{font-size:20px}.recipe-empty p{margin:12px 0 20px;color:var(--recipe-muted)}.recipe-empty button{background:var(--recipe-green);color:#fff}.final-cta{padding:36px 0;background:#fff}.final-cta .container{max-width:1120px;padding-left:clamp(16px,4vw,24px);padding-right:clamp(16px,4vw,24px)}.final-cta-card{position:relative;overflow:hidden;width:100%;max-width:1120px;margin:0 auto;padding:clamp(56px,7vw,84px) clamp(24px,6vw,72px);border:1px solid rgba(255,255,255,.42);border-radius:clamp(28px,4vw,40px);text-align:center;color:#fff;background:radial-gradient(circle at 82% 18%,rgba(255,255,255,.28),transparent 28%),radial-gradient(circle at 18% 85%,rgba(8,115,86,.2),transparent 30%),linear-gradient(135deg,#11cfa0 0,#00c28c 46%,#009e73 100%);box-shadow:0 28px 90px rgba(8,115,86,.18)}.final-cta-card::before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,0));pointer-events:none}.final-cta-card .final-store-badges,.final-cta-card h2,.final-cta-card p{position:relative;z-index:1}.final-cta-card h2{margin:0 0 14px;font-size:clamp(40px, 4vw, 57.6px);font-weight:700;line-height:1.1;color:#fff}.final-cta-card p{margin:0 0 24px;font-family:var(--font-display);font-size:16px;font-weight:600;line-height:1.6;color:rgba(255,255,255,.88)}.final-store-badges{justify-content:center}@media (min-width:901px){.recipe-browser-collection .recipe-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.recipes-page:has(.recipe-browser) .final-cta .container{max-width:1280px;padding:var(--container-padding)}.recipes-page:has(.recipe-browser) .final-cta-card{max-width:none}}.recipes-page:has(.recipe-detail) .final-cta{background:var(--recipe-surface)}.recipe-detail{background:var(--recipe-surface);padding-bottom:64px}.recipe-detail-inner{max-width:1047px;padding:0 24px;margin:auto}.recipe-detail-header{padding:20px 0 28px}.recipe-detail h1{font-size:clamp(2.1rem, 4.4vw, 3.4rem);font-weight:800;line-height:1.08;letter-spacing:0;margin:0 0 18px;text-wrap:balance}.recipe-nowrap{white-space:nowrap}.recipe-intro{margin:28px 0 0;padding:2px 0 2px 18px;border-left:3px solid var(--recipe-green);color:#1f2937;font-size:18px;line-height:1.7}.recipe-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.recipe-chips a{padding:5px 12px;border:1px solid #2cb67d59;color:#176b4a;background:#e8f6ef;border-radius:999px;font-size:13px;line-height:1.65;font-weight:600}.recipe-chips a:hover{text-decoration:underline}.recipe-summary{scroll-margin-top:150px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-width:668px;padding:18px;border:1px solid var(--recipe-line);background:#fff;border-radius:14px}.recipe-summary>div{padding:9px 10px;border-radius:8px;background:var(--recipe-surface)}.recipe-summary dt{font-size:12px;color:#6b7c75;text-transform:uppercase;letter-spacing:.03em}.recipe-summary dd{font-size:17px;font-weight:700;margin:0;line-height:1.5}.recipe-share{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:24px;font-size:13px}.recipe-share>span:first-child{font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-right:6px}.recipe-share a,.recipe-share button{display:inline-flex;min-width:42px;min-height:42px;justify-content:center;align-items:center;background:#fff;border:1px solid var(--recipe-line);border-radius:24px;font:inherit;font-weight:700;padding:8px 14px;cursor:pointer;color:var(--recipe-muted)}.recipe-copy-status{position:fixed;z-index:1100;left:50%;bottom:32px;bottom:calc(32px + env(safe-area-inset-bottom,0px));transform:translateX(-50%);max-width:calc(100vw - 48px);padding:12px 20px;border-radius:12px;background:var(--recipe-ink);color:#fff;box-shadow:0 6px 24px #0003;text-align:center;font-size:14px;line-height:1.5;opacity:0;pointer-events:none}.recipe-copy-status.is-visible{opacity:1}.recipe-main-image{display:block;width:100%;height:auto;border-radius:20.94px;aspect-ratio:999/594.84;object-fit:cover}.recipe-toc{position:sticky;top:var(--navbar-height,76px);z-index:5;display:flex;flex-wrap:nowrap;gap:28px;margin-top:32px;padding:0 24px;overflow-x:auto;background:var(--recipe-surface);border-bottom:1px solid var(--recipe-line);scrollbar-width:none}.recipe-toc::-webkit-scrollbar{display:none}.recipe-toc a{flex:none;padding:12px 0 10px;border-bottom:2px solid transparent;font-size:16px;line-height:1.5;font-weight:600;color:#6b7c75}@media (hover:hover){.recipe-toc a:hover{color:var(--recipe-green)}}.recipe-toc a[aria-current]{color:var(--recipe-green);border-bottom-color:var(--recipe-green)}.recipe-nutrition-summary{padding-top:34px;margin-bottom:20px;scroll-margin-top:150px}.recipe-nutrition-summary h2,.recipe-section h2{font-size:clamp(1.45rem, 3vw, 2.05rem);font-weight:800;line-height:1.2;margin:0 0 16px;letter-spacing:0}.recipe-nutrition-summary dl{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.recipe-nutrition-summary dl>div{display:flex;flex-direction:column;justify-content:center;background:#fff;padding:22px 12px;border:1.5px solid var(--recipe-line);border-radius:14.96px;text-align:center}.recipe-nutrition-summary dt{order:2;color:#6b7c75;font-size:13px;margin-top:6px}.recipe-nutrition-summary dd{order:1;font-family:var(--font-display);font-size:22px;line-height:1.5;font-weight:700;margin:0}.recipe-nutrition-unit{display:block;font-family:var(--font-primary);font-size:13px;font-weight:400}.recipe-nutrition-summary>p{color:#6b7c75;font-size:13px;margin-top:10px;line-height:1.65}.recipe-times{display:flex;flex-wrap:wrap;gap:28px;padding-bottom:24px;border-bottom:1px solid var(--recipe-line)}.recipe-times dt{color:var(--recipe-muted);font-size:12px;margin-bottom:4px}.recipe-times dd{margin:0;font-size:14px;font-weight:600}.recipe-section{padding:34px 0 0;scroll-margin-top:150px;font-size:16px;line-height:1.65;color:var(--recipe-muted);overflow-wrap:break-word}.recipe-nutrition-summary,.recipe-section{scroll-margin-top:calc(var(--navbar-height,76px) + var(--recipe-toc-height,49px) + 16px)}.recipe-section :is(h2,h3){color:var(--recipe-ink)}.recipe-section+.recipe-section,.recipe-times+.recipe-section{border-top:1px solid var(--recipe-line)}.recipe-section h3{font-size:16.8px;line-height:1.65;margin:22px 0 10px;letter-spacing:0}.recipe-section p{margin:16px 0}.recipe-section ol,.recipe-section ul{padding-left:46px}.recipe-section ul{list-style:disc}.recipe-section ol{list-style:decimal}.recipe-section li{margin:18px 0}.recipe-section-ingredients ul{list-style:none;padding-left:0}.recipe-section-ingredients li{position:relative;margin:0;padding:9px 0 9px 26px;border-bottom:1px solid #eef3f1}.recipe-section-before-you-start>ul>li::before,.recipe-section-ingredients li::before{content:"";position:absolute;left:9px;width:6px;height:6px;border-radius:50%;background:var(--recipe-green)}.recipe-section-ingredients li::before{top:calc(9px + .825em - 3px)}.recipe-section-before-you-start>ul{list-style:none;padding-left:0}.recipe-section-before-you-start>ul>li{position:relative;margin:12px 0;padding-left:26px}.recipe-section-before-you-start>ul>li::before{top:calc(.825em - 3px)}.recipe-ingredient-quantity{font-size:inherit;font-weight:700;color:var(--recipe-ink)}.recipe-ingredient-description{font-size:inherit}.recipe-section li[id]{scroll-margin-top:150px}.recipe-section-instructions>ol{list-style:none;counter-reset:recipe-step;padding:0}.recipe-section-instructions>ol>li{display:grid;grid-template-columns:34px minmax(0,1fr);column-gap:16px;counter-increment:recipe-step;padding:14px 0;margin:0;border-bottom:1px solid #eef3f1}.recipe-section-instructions>ol>li::before{content:counter(recipe-step);grid-column:1;grid-row:1;align-self:start;margin-top:calc((16.8px * 1.65 - 34px)/ 2);display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--recipe-green);color:#fff;font-family:var(--font-display);font-weight:700;font-size:16px;line-height:1;text-align:center}.recipe-section-instructions>ol>li>*{grid-column:2;min-width:0}.recipe-section-instructions>ol>li>p:first-child{display:contents}.recipe-step-title{display:block;grid-column:2;grid-row:1;align-self:start;font-family:var(--font-display);color:var(--recipe-ink);font-size:16.8px;line-height:1.65;font-weight:700}.recipe-ingredient-quantity strong,.recipe-step-title strong{font-weight:inherit}.recipe-step-content{display:block;grid-column:2}.recipe-step-title+.recipe-step-content{margin-top:5.98px}.recipe-section-instructions>ol>li:not(:has(.recipe-step-title))::before{align-self:start;margin-top:calc((16px * 1.65 - 34px)/ 2)}.recipe-section-instructions>ol>li:not(:has(.recipe-step-title)) .recipe-step-content{grid-row:1}.recipe-section-fasting-fit{background:#e8f6ef;border:1.5px solid var(--recipe-green);padding:29.91px 35.89px;margin-top:36px;border-radius:20.94px}.recipe-section-fasting-fit h2{font-size:1.6rem}.recipe-callout{padding:10px 14px;margin:10px 0 0;border-radius:10px;border-left:3px solid #e9b949;background:#fff8e8;color:#6a5a2e;font-size:15px;line-height:1.65}.recipe-callout-safety{border-left-color:#e75c67;background:#fff0f1;color:#8b3540}.recipe-section a{color:var(--recipe-green);text-decoration:underline;text-underline-offset:3px}.recipe-section-faq details{background:0 0;border:0;border-bottom:1px solid var(--recipe-line);border-radius:0;padding:18px 0;margin:0}.recipe-section-faq summary{position:relative;padding-right:32px;list-style:none;font-size:16.32px;line-height:1.4;font-weight:600;color:var(--recipe-ink);cursor:pointer}.recipe-section-faq summary::-webkit-details-marker{display:none}.recipe-section-faq summary::marker{content:''}.recipe-section-faq summary::after{content:"";position:absolute;right:6px;top:50%;width:9px;height:9px;border-right:2px solid #90a0b6;border-bottom:2px solid #90a0b6;transform:translateY(-75%) rotate(45deg);transition:transform .25s,border-color .25s}.recipe-section-faq details[open] summary::after{transform:translateY(-25%) rotate(225deg);border-color:#00c98d}.recipe-section-faq h2{margin-bottom:23.93px}.recipe-section-nutrition-and-allergens{background:#fff;border:1px solid var(--recipe-line);border-radius:14px;padding:28px;margin-top:36px}.recipes-page :is(a,button,summary):focus-visible{outline:#24704b solid 3px;outline-offset:4px}.recipe-back-top{display:none}@media (max-width:900px){.recipe-browser-layout{grid-template-columns:minmax(0,1fr);gap:20px}.recipe-tags{grid-row:1;padding:16px 20px}.recipe-tags summary{cursor:pointer}.recipe-tags summary::after{content:'\25BC';font-size:14.4px;font-weight:600;color:#94a3b8;transition:transform .2s}.recipe-tags details[open] summary::after{transform:rotate(180deg)}.recipe-tags [role=group]{gap:8px}.recipe-collection-hero{gap:28px}}@media (max-width:600px){.recipes-page .container{padding-left:18px;padding-right:18px}.recipe-breadcrumb{padding:16px 0}.recipe-detail .recipe-breadcrumb{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.recipe-detail .recipe-breadcrumb::-webkit-scrollbar{display:none}.recipe-detail .recipe-breadcrumb>*{flex-shrink:0}.recipe-hero{min-height:48.5vw;padding:26px 0}.recipe-hero h1{font-size:28px;font-weight:700;line-height:1.14;max-width:317px;margin-bottom:14px;color:#000}.recipe-hero p{font-size:16px;line-height:1.5;max-width:317px;color:#000}.recipe-explore{padding-top:36px;padding-bottom:32px}.recipe-browser h2,.recipe-explore h2{font-size:20px;margin-bottom:18px}.recipe-back-top{position:fixed;right:18px;bottom:18px;z-index:20;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#00c98d;color:#fff;font-size:1.15rem;text-decoration:none;box-shadow:0 12px 24px rgba(0,201,141,.28);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,transform .2s,visibility .2s}.recipe-back-top.is-visible{opacity:1;visibility:visible;transform:none}.recipe-collections{display:flex;gap:12px;margin:0 -18px;padding:0 18px 16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:18px;scrollbar-width:none}.recipe-collections::-webkit-scrollbar{display:none}.recipe-collections a{flex:0 0 200px;scroll-snap-align:start;border:0;border-radius:16px;box-shadow:0 6px 22px rgba(18,24,27,.08)}.recipe-collections img{aspect-ratio:4/3}.recipe-collections span{padding:14px 16px 16px;font-size:16px;font-weight:700;color:#111827}.recipe-collections-dots{display:flex;justify-content:center;gap:4px}.recipe-breadcrumb-top{display:block}.recipe-breadcrumb-top .recipe-breadcrumb{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.recipe-breadcrumb-top .recipe-breadcrumb::-webkit-scrollbar{display:none}.recipe-breadcrumb-top .recipe-breadcrumb>*{flex-shrink:0}.recipe-breadcrumb-top .recipe-breadcrumb [aria-current]{color:var(--recipe-green)}.recipe-browser-collection .recipe-browser-heading{margin-bottom:0}.recipe-browser-collection .recipe-browser-heading .recipe-breadcrumb{display:none}.recipe-browser-collection #recipe-count{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.recipe-collection-hero{grid-template-columns:1fr;gap:24px;padding-top:12px;padding-bottom:36px}.recipe-collection-hero h1{font-size:32px;margin-bottom:16px}.recipe-collection-hero p{font-size:16px}.recipe-categories{flex-wrap:nowrap;overflow-x:auto;margin:0 -18px 14px;padding:14px 18px;border-block:1px solid #eef3f5}.recipe-categories a{flex:none;min-height:44px}.recipe-browser-collection .recipe-breadcrumb{gap:8px}.recipe-grid{grid-template-columns:1fr;gap:24px}.recipe-card{border-radius:16px;box-shadow:0 6px 22px rgba(18,24,27,.08)}.recipe-card-body{padding:14px 16px 16px}.recipe-card h3{margin-bottom:10px}.recipe-card-stats{flex-direction:column;align-items:flex-start;gap:2px;padding-top:10px;border-top:1px solid #eef3f5}.recipe-card-stats dl{max-width:100%}.recipe-card-macros::before{content:none}.recipe-pagination{gap:8px;margin-top:24px}.recipe-pagination a,.recipe-pagination>span:not(.recipe-pagination-ellipsis){min-width:38px;height:38px;padding:8px;border-radius:10px;font-size:14px}.recipe-pagination>:is(a,span)>span{display:none}.recipe-pagination .recipe-pagination-ellipsis{min-width:14px}.recipe-browser{padding-bottom:48px}.final-cta{padding:0 0 24px}.final-cta-card{padding:48px 20px;border-radius:28px}.final-cta-card h2{font-size:40px}.final-store-badges{flex-direction:column;align-items:center}.final-store-badges .store-badge{width:100%;max-width:220px}.recipe-detail-inner{display:flex;flex-direction:column;padding:0 24px}.recipe-detail-inner>.recipe-breadcrumb{order:-3}.recipe-detail-inner>.recipe-main-image{order:-2}.recipe-detail-inner>.recipe-detail-header{order:-1}.recipe-main-image{border-radius:14px;aspect-ratio:4/3}.recipe-detail-header{padding-top:12px}.recipe-detail h1{font-size:clamp(1.6rem, 6.6vw, 2.1rem);line-height:1.16;letter-spacing:0;margin-bottom:18px;text-wrap:wrap}.recipe-intro{font-size:16px}.recipe-chips{gap:8px}.recipe-chips a{font-size:13px;padding:5px 12px}.recipe-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px}.recipe-summary dd{font-size:14px}.recipe-summary>div{padding:12px}.recipe-toc{margin:0 -24px}.recipe-nutrition-summary{padding-top:34px}.recipe-nutrition-summary dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.recipe-nutrition-summary dd{order:2;font-size:16px}.recipe-nutrition-summary dt{order:1;font-size:12px;font-weight:700;margin:0 0 2px}.recipe-nutrition-unit{display:inline;font-size:12px;font-weight:400}.recipe-nutrition-summary dl>div{padding:14px 8px;border-radius:7px}.recipe-nutrition-summary>p{font-size:13px}.recipe-nutrition-summary h2,.recipe-section h2{margin-bottom:16px}.recipe-section{font-size:16px;padding-top:34px}.recipe-section h3{margin:22px 0 10px}.recipe-section-ingredients li{padding:9px 0 9px 26px;border-bottom-width:1px}.recipe-section-faq details{padding:18px 0;border-bottom-width:1px}.recipe-section-faq summary{font-size:16.32px}.recipe-section-instructions>ol>li{grid-template-columns:34px minmax(0,1fr);column-gap:16px;padding:14px 0;border-bottom-width:1px}.recipe-section-instructions>ol>li::before{width:34px;height:34px;font-size:16px}.recipe-step-title{font-size:16.8px}.recipe-step-title+.recipe-step-content{margin-top:4px}.recipe-callout{padding:10px 14px;margin-top:10px;font-size:15px;border-left-width:3px;border-radius:10px}.recipe-section-fasting-fit{padding:20px 24px}.recipe-section-fasting-fit h2{font-size:20px}}