:root{
  --rp-forest:#0b4934;
  --rp-forest-deep:#063b2b;
  --rp-green-soft:#e8f0e6;
  --rp-gold:#e0ad3c;
  --rp-orange:#e9683f;
  --rp-red:#c84335;
  --rp-paper:#fffaf0;
  --rp-cream:#f5e6cf;
  --rp-ink:#29382f;
  --rp-muted:#626b65;
  --rp-line:rgba(196,139,52,.38);
}

.recipe-full-page{display:none}

body.recipe-full-page-open{
  overflow:hidden!important;
  background:#ded6ca!important;
}

body.recipe-full-page-open>.floating-lang,
body.recipe-full-page-open>#sidebar,
body.recipe-full-page-open>#content,
body.recipe-full-page-open>.wc-page-tools,
body.recipe-full-page-open>.wc-main,
body.recipe-full-page-open>#worldMobileFlow,
body.recipe-full-page-open>.nili-assistant-launcher,
body.recipe-full-page-open>.nili-assistant-panel{
  display:none!important;
}

html body.world-page.recipe-full-page-open>#worldMobileFlow{
  display:none!important;
  height:0!important;
  min-height:0!important;
  overflow:hidden!important;
}

body.recipe-full-page-open .recipe-full-page{
  display:block!important;
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  box-sizing:border-box!important;
  width:100%!important;
  height:100vh!important;
  height:100dvh!important;
  padding:14px!important;
  overflow-x:hidden!important;
  overflow-y:hidden!important;
  overscroll-behavior-y:contain!important;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-y;
  color:var(--rp-ink)!important;
  background:
    radial-gradient(circle at 6% 5%,rgba(224,173,60,.2),transparent 23%),
    radial-gradient(circle at 94% 32%,rgba(11,73,52,.14),transparent 26%),
    repeating-linear-gradient(135deg,rgba(104,72,37,.022) 0 1px,transparent 1px 7px),
    #e7dfd2!important;
}

body.recipe-full-page-open #recipeFullPageBody{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.recipe-full-page-open .recipe-full-page.recipe-detail-mode{
  overflow-x:hidden!important;
  overflow-y:auto!important;
  touch-action:pan-y!important;
}
body.recipe-full-page-open .recipe-full-page.recipe-detail-mode #recipeFullPageBody{
  height:auto!important;
  min-height:100%!important;
  overflow:visible!important;
}

.recipe-story-page{
  width:min(1120px,100%)!important;
  margin:0 auto!important;
  padding-bottom:max(22px,env(safe-area-inset-bottom))!important;
}

.recipe-story-nav{
  position:sticky!important;
  top:-1px!important;
  z-index:30!important;
  display:flex!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0 0 9px!important;
  padding:4px!important;
  border:1px solid rgba(224,173,60,.28)!important;
  border-radius:999px!important;
  background:rgba(255,250,240,.9)!important;
  box-shadow:0 8px 22px rgba(44,34,24,.1)!important;
  backdrop-filter:blur(10px)!important;
}

.recipe-story-nav button,
.recipe-story-footer button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:40px!important;
  padding:0 17px!important;
  border:1px solid var(--rp-gold)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--rp-forest),var(--rp-forest-deep))!important;
  color:#fff!important;
  font:800 11px/1 Manrope,sans-serif!important;
  box-shadow:0 7px 16px rgba(7,59,43,.16)!important;
  cursor:pointer!important;
}

.recipe-story-nav button:hover,
.recipe-story-footer button:hover{
  background:linear-gradient(135deg,var(--rp-orange),#ef7b47)!important;
}

.recipe-story-frame{
  position:relative!important;
  overflow:hidden!important;
  border:2px solid rgba(224,173,60,.78)!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(224,173,60,.14),transparent 24%),
    linear-gradient(155deg,#fffdf8,#fff8ed 57%,#f2dfc7)!important;
  box-shadow:0 26px 65px rgba(42,32,22,.2)!important;
  isolation:isolate!important;
}

.recipe-story-frame::before,
.recipe-story-frame::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  width:210px!important;
  height:210px!important;
  border:1px solid rgba(224,173,60,.22)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 21px rgba(224,173,60,.045),0 0 0 44px rgba(224,173,60,.026)!important;
}
.recipe-story-frame::before{top:-120px!important;right:-100px!important}
.recipe-story-frame::after{bottom:-130px!important;left:-120px!important}

.recipe-story-heading{
  position:relative!important;
  z-index:2!important;
  padding:28px 34px 30px!important;
  border-radius:29px 29px 58px 16px!important;
  background:
    radial-gradient(circle at 90% 20%,rgba(224,173,60,.16),transparent 28%),
    linear-gradient(120deg,var(--rp-forest-deep),var(--rp-forest))!important;
  color:#fffaf0!important;
}

.recipe-story-heading::after{
  content:""!important;
  position:absolute!important;
  left:34px!important;
  bottom:14px!important;
  width:92px!important;
  height:5px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--rp-orange),var(--rp-gold))!important;
  transform:rotate(-1.5deg)!important;
}

.recipe-story-heading .recipe-detail-wordmark{
  display:block!important;
  margin:0 0 8px!important;
  color:var(--rp-gold)!important;
  font:800 11px/1 Manrope,sans-serif!important;
  letter-spacing:.2em!important;
  text-transform:uppercase!important;
}

.recipe-story-heading h1{
  max-width:900px!important;
  margin:0!important;
  color:#fffaf0!important;
  font:700 clamp(40px,5vw,72px)/.94 "Playfair Display",Georgia,serif!important;
  letter-spacing:-.045em!important;
  text-wrap:balance!important;
  text-shadow:0 3px 8px rgba(0,0,0,.18)!important;
}

.recipe-story-origin{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:15px!important;
}

.recipe-story-origin .recipe-detail-country{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:31px!important;
  padding:6px 12px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:999px!important;
  background:rgba(255,250,240,.12)!important;
  color:#fff!important;
  font:750 11px/1 Manrope,sans-serif!important;
}

.recipe-story-origin .recipe-detail-country img{
  width:26px!important;
  height:17px!important;
  border-radius:3px!important;
  object-fit:cover!important;
}

.recipe-story-lead{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.35fr)!important;
  align-items:start!important;
  gap:18px!important;
  padding:18px!important;
}

.recipe-story-lead .recipe-detail-hero{
  position:sticky!important;
  top:64px!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  border:1px solid rgba(224,173,60,.62)!important;
  border-radius:27px!important;
  background:var(--rp-cream)!important;
  box-shadow:0 18px 36px rgba(42,31,20,.16),9px 9px 0 rgba(224,173,60,.14)!important;
}

.recipe-story-lead .recipe-detail-hero img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

.recipe-story-summary{min-width:0!important}

.recipe-story-summary .recipe-detail-meta{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  margin:0 0 13px!important;
  overflow:hidden!important;
  border:1px solid var(--rp-gold)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,var(--rp-forest),var(--rp-forest-deep))!important;
  box-shadow:0 9px 21px rgba(7,59,43,.15)!important;
}

.recipe-story-summary .recipe-detail-pill{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:58px!important;
  padding:8px!important;
  border:0!important;
  border-right:1px solid rgba(224,173,60,.46)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  text-align:center!important;
  font:750 11px/1.2 Manrope,sans-serif!important;
}
.recipe-story-summary .recipe-detail-pill:last-child{border-right:0!important}
.recipe-story-summary .recipe-detail-pill small{
  display:inline-block!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1!important;
}
.recipe-story-summary .recipe-detail-pill strong{
  display:inline-block!important;
  color:#fff!important;
  font:800 11px/1.2 Manrope,sans-serif!important;
  opacity:1!important;
  visibility:visible!important;
}

.recipe-story-summary .recipe-detail-ingredients-panel,
.recipe-detail-content{
  border:1px solid rgba(224,173,60,.62)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.6)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)!important;
}

.recipe-story-summary .recipe-detail-ingredients-panel{padding:17px 18px!important}

.recipe-story-summary .recipe-detail-ingredients-panel h2,
.recipe-story-section-title h2{
  margin:0!important;
  color:var(--rp-forest-deep)!important;
  font:700 27px/1.05 "Playfair Display",Georgia,serif!important;
}

.recipe-story-summary .recipe-detail-ingredients-panel h2::after{
  content:""!important;
  display:inline-block!important;
  width:54px!important;
  height:3px!important;
  margin:0 0 7px 11px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--rp-orange),transparent)!important;
}

.recipe-story-summary .recipe-detail-ingredients{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:0 16px!important;
  margin:10px 0 0!important;
  padding:0!important;
  list-style:none!important;
}

.recipe-story-summary .recipe-detail-ingredient{
  display:grid!important;
  grid-template-columns:17px 1fr!important;
  gap:6px!important;
  align-items:start!important;
  padding:7px 0!important;
  border-bottom:1px solid rgba(224,173,60,.28)!important;
  color:#455149!important;
  font:550 12px/1.35 Manrope,sans-serif!important;
}

.recipe-detail-bullet{color:var(--rp-orange)!important;font-size:11px!important}

.recipe-detail-content{
  position:relative!important;
  z-index:2!important;
  height:auto!important;
  max-height:none!important;
  margin:0 18px 18px!important;
  padding:0 15px 15px!important;
  overflow:visible!important;
}

.recipe-story-section-title{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 -15px 11px!important;
  padding:13px 16px!important;
  border-bottom:1px solid var(--rp-line)!important;
  border-radius:22px 22px 0 0!important;
  background:linear-gradient(90deg,#fff2dc,#f4d8aa)!important;
}
.recipe-story-section-title>span{font-size:23px!important}

.recipe-detail-steps{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:9px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

.recipe-detail-step{
  display:grid!important;
  grid-template-columns:34px 1fr!important;
  gap:9px!important;
  align-items:start!important;
  padding:12px!important;
  border:1px solid rgba(224,173,60,.24)!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.78)!important;
  color:#3f4a43!important;
  font:500 12px/1.48 Manrope,sans-serif!important;
}

.recipe-step-number{
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  border:1px solid var(--rp-gold)!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,var(--rp-orange),#ef7b47)!important;
  color:#fff!important;
  font:800 11px/1 Manrope,sans-serif!important;
  box-shadow:0 5px 12px rgba(233,104,63,.2)!important;
}

.recipe-story-footer{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:0 20px 18px!important;
  color:var(--rp-forest-deep)!important;
  font:700 18px/1 "Playfair Display",Georgia,serif!important;
}

.recipe-page-empty{min-height:100dvh!important;display:grid!important;place-items:center!important}

@media(max-width:760px){
  html:has(body.recipe-full-page-open),body.recipe-full-page-open{
    height:100%!important;
    min-height:100%!important;
    overflow:hidden!important;
  }

  body.recipe-full-page-open .recipe-full-page{
    padding:5px!important;
    background:
      radial-gradient(circle at 85% 8%,rgba(224,173,60,.16),transparent 24%),
      #e6dfd4!important;
  }

  body.recipe-full-page-open #recipeFullPageBody,
  body.recipe-full-page-open .recipe-story-page,
  body.recipe-full-page-open .recipe-story-frame,
  body.recipe-full-page-open .recipe-story-lead,
  body.recipe-full-page-open .recipe-story-summary,
  body.recipe-full-page-open .recipe-detail-content{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
  }

  .recipe-story-nav{margin-bottom:4px!important;padding:3px!important}
  .recipe-story-nav button{min-height:34px!important;padding:0 12px!important;font-size:10px!important}
  .recipe-story-frame{border-radius:23px!important;box-shadow:0 13px 32px rgba(37,40,35,.2)!important}
  .recipe-story-heading{padding:18px 16px 22px!important;border-radius:19px 19px 36px 10px!important}
  .recipe-story-heading::after{left:16px!important;bottom:10px!important;width:65px!important;height:4px!important}
  .recipe-story-heading .recipe-detail-wordmark{margin-bottom:7px!important;font-size:9px!important;letter-spacing:.16em!important}
  .recipe-story-heading h1{font-size:clamp(29px,9.2vw,43px)!important;line-height:.96!important}
  .recipe-story-origin{margin-top:10px!important}
  .recipe-story-origin .recipe-detail-country{min-height:27px!important;padding:5px 9px!important;font-size:9.5px!important}
  .recipe-story-lead{display:flex!important;flex-direction:column!important;gap:10px!important;padding:9px!important}
  .recipe-story-lead .recipe-detail-hero{
    position:relative!important;
    top:auto!important;
    width:88%!important;
    margin:0 auto 2px!important;
    border-radius:20px!important;
    box-shadow:0 12px 25px rgba(36,50,38,.16),6px 6px 0 rgba(224,173,60,.16)!important;
  }
  .recipe-story-summary .recipe-detail-meta{margin-bottom:9px!important;border-radius:14px!important}
  .recipe-story-summary .recipe-detail-pill{min-height:46px!important;padding:5px 3px!important;gap:4px!important;font-size:9px!important}
  .recipe-story-summary .recipe-detail-pill small{font-size:14px!important}
  .recipe-story-summary .recipe-detail-pill strong{font-size:10px!important;line-height:1.15!important}
  .recipe-story-summary .recipe-detail-ingredients-panel{padding:11px!important;border-radius:16px!important}
  .recipe-story-summary .recipe-detail-ingredients-panel h2,
  .recipe-story-section-title h2{font-size:21px!important}
  .recipe-story-summary .recipe-detail-ingredients-panel h2::after{width:32px!important;margin-bottom:5px!important}
  .recipe-story-summary .recipe-detail-ingredients{gap:0 9px!important;margin-top:6px!important}
  .recipe-story-summary .recipe-detail-ingredient{
    grid-template-columns:12px 1fr!important;
    gap:3px!important;
    padding:5px 0!important;
    font-size:10px!important;
    line-height:1.3!important;
  }
  .recipe-detail-content{margin:0 9px 10px!important;padding:0 8px 9px!important;border-radius:16px!important}
  .recipe-story-section-title{margin:0 -8px 7px!important;padding:9px 10px!important;border-radius:15px 15px 0 0!important}
  .recipe-story-section-title>span{font-size:17px!important}
  .recipe-detail-steps{grid-template-columns:1fr!important;gap:6px!important}
  .recipe-detail-step{grid-template-columns:27px 1fr!important;gap:7px!important;padding:8px!important;font-size:10.5px!important;line-height:1.4!important}
  .recipe-step-number{width:25px!important;height:25px!important;font-size:9px!important}
  .recipe-story-footer{padding:0 11px 11px!important;font-size:15px!important}
  .recipe-story-footer button{min-height:33px!important;padding:0 11px!important;font-size:10px!important}
}

@media(max-width:370px){
  .recipe-story-summary .recipe-detail-ingredients{grid-template-columns:1fr!important}
  .recipe-story-heading h1{font-size:29px!important}
}

/* Editorial recipe page */
.editorial-recipe-page{width:min(1240px,100%);margin:0 auto;padding-bottom:max(24px,env(safe-area-inset-bottom));color:var(--rp-ink);font-family:Manrope,sans-serif}
.editorial-recipe-toolbar{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;gap:12px;margin-bottom:10px;padding:6px;border:1px solid rgba(224,173,60,.45);border-radius:20px;background:rgba(255,247,232,.94);box-shadow:0 12px 30px rgba(36,29,20,.13);backdrop-filter:blur(14px)}
.editorial-toolbar-nav,.editorial-toolbar-export{display:flex;gap:7px;flex-wrap:wrap}
.editorial-recipe-toolbar button{min-height:40px;padding:0 16px;border:1px solid var(--rp-gold);border-radius:999px;background:linear-gradient(135deg,var(--rp-forest),var(--rp-forest-deep));color:#fff;font:800 11px/1 Manrope,sans-serif;box-shadow:0 7px 16px rgba(7,59,43,.14);cursor:pointer}
.editorial-recipe-toolbar button:hover,.editorial-recipe-toolbar button.is-accent{background:linear-gradient(135deg,var(--rp-orange),#f37f49)}
.editorial-recipe-sheet{position:relative;overflow:hidden;border:2px solid rgba(224,173,60,.84);border-radius:32px;background:radial-gradient(circle at 94% 2%,rgba(224,173,60,.17),transparent 23%),repeating-linear-gradient(135deg,rgba(104,72,37,.025) 0 1px,transparent 1px 8px),#fff7e8;box-shadow:0 26px 70px rgba(40,31,21,.21)}
.editorial-recipe-title{position:relative;padding:31px 40px 34px;background:linear-gradient(118deg,#fff7e8 0 58%,rgba(246,230,202,.88));border-bottom:1px dashed rgba(239,109,63,.48)}
.editorial-recipe-title::after{content:"♡";position:absolute;right:40px;top:26px;color:var(--rp-red);font:700 44px/1 "Segoe Print",cursive;transform:rotate(9deg)}
.editorial-recipe-title p{margin:0 0 5px;color:var(--rp-red);font:700 19px/1.1 "Segoe Print","Comic Sans MS",cursive;letter-spacing:.04em}
.editorial-recipe-title h1{max-width:930px;margin:0;color:#5a2508;font:700 clamp(46px,7vw,92px)/.92 "Segoe Print","Comic Sans MS",cursive;letter-spacing:-.055em;text-wrap:balance}
.editorial-origin-badge{display:inline-flex;align-items:center;gap:9px;margin-top:16px;padding:7px 14px;border:1px solid rgba(18,76,55,.24);border-radius:999px;background:rgba(18,76,55,.09);color:var(--rp-forest);font:800 11px/1 Manrope,sans-serif;text-transform:uppercase;letter-spacing:.08em}
.editorial-origin-badge img{width:29px;height:19px;object-fit:cover;border-radius:4px}
.editorial-recipe-grid{display:grid;grid-template-columns:minmax(290px,.72fr) minmax(0,1.65fr);gap:22px;padding:22px}
.editorial-ingredients-card,.editorial-instructions-card{border:1.5px dashed rgba(239,109,63,.7);border-radius:25px;background:rgba(255,252,245,.82);box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.editorial-ingredients-card{padding:22px;align-self:stretch}
.editorial-section-heading>span{display:block;margin-bottom:5px;color:var(--rp-orange);font:900 9px/1 Manrope,sans-serif;letter-spacing:.18em}
.editorial-section-heading h2{margin:0;color:var(--rp-red);font:700 34px/1.05 "Segoe Print","Comic Sans MS",cursive}
.editorial-section-heading small{display:block;margin-top:5px;color:var(--rp-muted);font:700 11px/1.2 Manrope,sans-serif}
.editorial-ingredients-card>ol{margin:18px 0 0;padding:0;list-style:none}
.editorial-ingredients-card li{display:grid;grid-template-columns:30px 1fr;gap:9px;align-items:start;padding:9px 0;border-bottom:1px dashed rgba(239,109,63,.3);color:#332d27;font:600 12px/1.42 Manrope,sans-serif}
.editorial-ingredient-mark{display:grid;place-items:center;width:26px;height:26px;border-radius:50% 50% 46% 54%;background:linear-gradient(135deg,#f8c54b,var(--rp-orange));color:#fff;font:900 9px/1 Manrope,sans-serif;transform:rotate(-4deg)}
.editorial-recipe-feature{min-width:0}
.editorial-food-photo{position:relative;aspect-ratio:16/9;min-height:380px;margin:0;overflow:hidden;border:2px solid rgba(224,173,60,.75);border-radius:28px;background:var(--rp-cream);box-shadow:0 18px 38px rgba(52,34,17,.2)}
.editorial-food-photo img{display:block;width:100%;height:100%;object-fit:cover}
.editorial-food-photo::after{content:"";position:absolute;inset:auto 0 0;height:25%;background:linear-gradient(transparent,rgba(31,24,17,.48));pointer-events:none}
.editorial-food-photo figcaption{position:absolute;z-index:2;left:20px;right:20px;bottom:17px;color:#fff;font:700 26px/1.05 "Playfair Display",Georgia,serif;text-shadow:0 2px 10px rgba(0,0,0,.4)}
.editorial-recipe-lower{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(190px,.65fr);gap:16px;margin-top:17px}
.editorial-instructions-card{padding:20px}
.editorial-how-heading{margin-bottom:14px}
.editorial-instructions-card>ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:0;padding:0;list-style:none}
.editorial-instructions-card li{display:grid;grid-template-columns:30px 1fr;gap:9px;align-items:start;color:#38332d;font:550 11.5px/1.48 Manrope,sans-serif}
.editorial-step-number{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--rp-red);color:#fff;font:900 10px/1 Manrope,sans-serif;box-shadow:0 4px 10px rgba(198,47,47,.18)}
.editorial-recipe-facts{display:flex;flex-direction:column;gap:10px}
.editorial-recipe-facts>div:not(.editorial-tip){display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;align-items:center;min-height:76px;padding:11px;border:1px solid rgba(18,76,55,.18);border-radius:18px;background:#fffaf0}
.editorial-fact-icon{grid-row:1/3;display:grid;place-items:center;width:37px;height:37px;border:2px solid var(--rp-forest);border-radius:50%;color:var(--rp-forest);font:800 20px/1 Manrope,sans-serif}
.editorial-recipe-facts small{color:var(--rp-orange);font:900 9px/1.2 Manrope,sans-serif;text-transform:uppercase;letter-spacing:.08em}
.editorial-recipe-facts strong{color:var(--rp-forest-deep);font:800 15px/1.2 Manrope,sans-serif}
.editorial-tip{padding:15px;border-radius:19px;background:linear-gradient(135deg,var(--rp-red),#e35636);color:#fff;box-shadow:0 10px 22px rgba(198,47,47,.16)}
.editorial-tip small{color:#ffe29d}.editorial-tip p{margin:7px 0 0;font:600 10.5px/1.45 Manrope,sans-serif}
.editorial-recipe-brand{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 28px;color:var(--rp-forest);border-top:1px dashed rgba(18,76,55,.22)}
.editorial-recipe-brand span{font:700 25px/1 "Segoe Print","Comic Sans MS",cursive}.editorial-recipe-brand strong{font:800 10px/1 Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase}

@media(max-width:820px){
  .editorial-recipe-toolbar{align-items:stretch;flex-direction:column;position:sticky;top:0}.editorial-toolbar-nav,.editorial-toolbar-export{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-toolbar-export{grid-template-columns:repeat(3,minmax(0,1fr))}.editorial-recipe-toolbar button{min-height:36px;padding:0 7px;font-size:8.7px}
  .editorial-recipe-sheet{border-radius:24px}.editorial-recipe-title{padding:23px 18px 25px}.editorial-recipe-title::after{right:17px;top:17px;font-size:30px}.editorial-recipe-title p{font-size:13px}.editorial-recipe-title h1{max-width:90%;font-size:clamp(38px,12vw,58px);line-height:.94}.editorial-origin-badge{margin-top:11px;padding:6px 10px;font-size:9px}
  .editorial-recipe-grid{display:flex;flex-direction:column;padding:10px;gap:11px}.editorial-recipe-feature{display:contents}.editorial-food-photo{order:1;min-height:0;aspect-ratio:1/1;border-radius:21px}.editorial-food-photo figcaption{font-size:20px}.editorial-ingredients-card{order:2;padding:15px;border-radius:18px}.editorial-recipe-lower{display:contents}.editorial-instructions-card{order:3;padding:15px;border-radius:18px}.editorial-recipe-facts{order:4;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.editorial-tip{grid-column:1/-1}.editorial-section-heading h2{font-size:27px}.editorial-ingredients-card>ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 10px;margin-top:11px}.editorial-ingredients-card li{grid-template-columns:23px 1fr;gap:5px;padding:7px 0;font-size:10px;line-height:1.35}.editorial-ingredient-mark{width:21px;height:21px;font-size:8px}.editorial-instructions-card>ol{grid-template-columns:1fr;gap:9px}.editorial-instructions-card li{font-size:10.5px}.editorial-recipe-brand{padding:14px 16px}.editorial-recipe-brand span{font-size:19px}.editorial-recipe-brand strong{font-size:8px;text-align:right}
}
@media(max-width:390px){.editorial-ingredients-card>ol{grid-template-columns:1fr}.editorial-recipe-title h1{font-size:38px}}
@media(max-width:330px){.editorial-toolbar-export{grid-template-columns:1fr}}

/* Warm editorial poster treatment */
.editorial-toolbar-export[hidden]{display:none!important}
.editorial-recipe-page{font-family:"Nunito Sans",Manrope,sans-serif}
.editorial-recipe-sheet{background:
  radial-gradient(circle at 8% 14%,rgba(232,105,63,.09),transparent 20%),
  radial-gradient(circle at 92% 8%,rgba(224,173,60,.18),transparent 25%),
  repeating-linear-gradient(0deg,rgba(91,55,24,.02) 0 1px,transparent 1px 6px),#fff6e6}
.editorial-recipe-title{background:linear-gradient(112deg,#fff9ed 0 62%,#f1ddbd)}
.editorial-recipe-title p,
.editorial-recipe-title h1,
.editorial-section-heading h2,
.editorial-recipe-brand span{font-family:"Caveat","Segoe Print",cursive!important}
.editorial-recipe-title p{font-size:25px;font-weight:700;color:#b82328;transform:rotate(-1deg)}
.editorial-recipe-title h1{font-size:clamp(54px,7.5vw,104px);font-weight:700;line-height:.84;letter-spacing:-.025em;color:#6a2b07}
.editorial-section-heading h2{font-size:42px;font-weight:700;color:#b82328}
.editorial-ingredients-card{background:rgba(255,251,241,.96);border-color:#ed7b42}
.editorial-ingredients-card li{grid-template-columns:42px 1fr;align-items:center;min-height:50px;padding:8px 0;font-size:13px}
.editorial-ingredient-mark{display:grid;place-items:center;width:36px;height:36px;border:0;background:linear-gradient(145deg,#fff,#f4dfbf);box-shadow:0 5px 12px rgba(87,48,20,.13);font-size:22px;transform:none}
.editorial-instructions-card{border-style:solid;border-color:rgba(224,173,60,.7);background:rgba(255,252,245,.92)}
.editorial-step-number{background:#b82328!important;color:#fff!important}
.editorial-recipe-facts{position:relative;overflow:hidden}
.editorial-nili-portrait{position:relative;min-height:290px!important;padding:0!important;overflow:hidden;border:1px solid rgba(224,173,60,.55)!important;border-radius:22px!important;background:#2c251e!important}
.editorial-nili-portrait img{display:block;width:100%;height:100%;min-height:290px;object-fit:cover;object-position:50% 22%}
.editorial-tip{position:relative;margin-top:-35px;z-index:2;border:2px solid #fff1c6;background:linear-gradient(135deg,#b92e28,#e8613b);box-shadow:0 14px 25px rgba(121,42,30,.23)}
.editorial-tip small{font-size:11px}.editorial-tip p{font-size:11px}
.editorial-recipe-brand{background:linear-gradient(90deg,#fff7e8,#f6e2c3)}
.editorial-recipe-brand span{font-size:34px;color:#b82328}

@media(max-width:700px){
  .editorial-recipe-title p{font-size:19px}.editorial-recipe-title h1{font-size:clamp(44px,14vw,66px)}
  .editorial-section-heading h2{font-size:34px}
  .editorial-ingredients-card li{grid-template-columns:34px 1fr;min-height:42px;font-size:10.5px}
  .editorial-ingredient-mark{width:29px;height:29px;font-size:18px}
  .editorial-recipe-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .editorial-nili-portrait{grid-column:1/-1;min-height:330px!important}
  .editorial-nili-portrait img{min-height:330px;object-position:50% 18%}
  .editorial-tip{grid-column:1/-1;margin-top:-46px;margin-inline:12px}
}

/* Square editorial poster: same spatial composition as the supplied reference. */
.editorial-reference-poster{
  width:min(1240px,100%)!important;
  aspect-ratio:1/1!important;
  margin-inline:auto!important;
  padding:18px!important;
}
.editorial-reference-poster .editorial-recipe-grid{
  display:grid!important;
  grid-template-columns:34% 40% 26%!important;
  grid-template-rows:21% 34% 45%!important;
  gap:0!important;
  height:89%!important;
  min-height:0!important;
}
.editorial-reference-poster .editorial-poster-left,
.editorial-reference-poster .editorial-recipe-feature,
.editorial-reference-poster .editorial-recipe-lower{
  display:contents!important;
}
.editorial-reference-poster .editorial-recipe-title{
  grid-column:1!important;
  grid-row:1!important;
  align-self:center!important;
  padding:12px 22px 6px 20px!important;
}
.editorial-reference-poster .editorial-recipe-title p{
  margin:0 0 3px!important;
  font-size:clamp(25px,2.5vw,43px)!important;
}
.editorial-reference-poster .editorial-recipe-title h1{
  max-width:100%!important;
  font-size:clamp(52px,5.7vw,104px)!important;
  line-height:.77!important;
}
.editorial-reference-poster .editorial-origin-badge{
  margin:10px 0 0 84px!important;
  font-size:clamp(16px,1.65vw,28px)!important;
}
.editorial-reference-poster .editorial-ingredients-card{
  grid-column:1!important;
  grid-row:2/4!important;
  min-height:0!important;
  margin:8px 10px 0 0!important;
  padding:14px 18px!important;
  overflow:hidden!important;
}
.editorial-reference-poster .editorial-ingredients-card>ol{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  margin-top:8px!important;
}
.editorial-reference-poster .editorial-ingredients-card li{
  grid-template-columns:48px minmax(0,1fr)!important;
  min-height:0!important;
  height:clamp(35px,3.5vw,55px)!important;
  padding:2px 0!important;
  font-size:clamp(14px,1.2vw,21px)!important;
}
.editorial-reference-poster .editorial-ingredient-mark{
  width:40px!important;
  height:40px!important;
  font-size:24px!important;
}
.editorial-reference-poster .editorial-food-photo{
  grid-column:2/4!important;
  grid-row:1/3!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  border:0!important;
  border-radius:0 24px 0 0!important;
}
.editorial-reference-poster .editorial-food-photo img{object-fit:cover!important}
.editorial-reference-poster .editorial-food-photo figcaption{display:none!important}
.editorial-reference-poster .editorial-instructions-card{
  grid-column:2!important;
  grid-row:3!important;
  min-height:0!important;
  padding:18px 12px 0 18px!important;
  overflow:hidden!important;
}
.editorial-reference-poster .editorial-section-heading h2{
  font-size:clamp(31px,3.4vw,58px)!important;
}
.editorial-reference-poster .editorial-instructions-card>ol{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px 14px!important;
  margin-top:8px!important;
}
.editorial-reference-poster .editorial-instructions-card li{
  grid-template-columns:25px minmax(0,1fr)!important;
  gap:7px!important;
  font-size:clamp(13px,1.04vw,18px)!important;
  line-height:1.08!important;
}
.editorial-reference-poster .editorial-step-number{
  width:21px!important;
  height:21px!important;
  font-size:11px!important;
}
.editorial-reference-poster .editorial-recipe-facts{
  grid-column:3!important;
  grid-row:3!important;
  position:relative!important;
  display:block!important;
  min-height:0!important;
  overflow:hidden!important;
}
.editorial-reference-poster .editorial-fact-strip{
  position:absolute!important;
  z-index:3!important;
  top:14px!important;
  left:6px!important;
  display:grid!important;
  gap:6px!important;
  width:54%!important;
  min-height:0!important;
  padding:0!important;
}
.editorial-reference-poster .editorial-fact-strip>div{
  display:grid!important;
  grid-template-columns:38px 1fr!important;
}
.editorial-reference-poster .editorial-fact-icon{
  width:34px!important;
  height:34px!important;
  font-size:20px!important;
}
.editorial-reference-poster .editorial-fact-strip small{font-size:clamp(12px,1vw,17px)!important}
.editorial-reference-poster .editorial-fact-strip strong{font-size:clamp(15px,1.35vw,23px)!important}
.editorial-reference-poster .editorial-nili-portrait{
  position:absolute!important;
  right:-5%!important;
  bottom:-4%!important;
  width:92%!important;
  height:94%!important;
  min-width:0!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  overflow:visible!important;
  background:transparent!important;
}
.editorial-reference-poster .editorial-nili-portrait img{
  object-fit:contain!important;
  object-position:right bottom!important;
}
.editorial-reference-poster .editorial-poster-logo{
  top:24px!important;
  right:28px!important;
  width:112px!important;
  height:112px!important;
}
.editorial-reference-poster .editorial-poster-bottom{
  grid-template-columns:1.12fr .88fr!important;
  height:9%!important;
  min-height:0!important;
  margin:1% 8px 0!important;
}
.editorial-reference-poster .editorial-poster-bottom .editorial-tip,
.editorial-reference-poster .editorial-poster-more{height:100%!important;display:flex!important;flex-direction:column!important;justify-content:center!important}

@media(max-width:820px){
  .editorial-reference-poster{padding:6px!important;border-radius:0!important}
  .editorial-reference-poster .editorial-recipe-grid{
    display:grid!important;
    grid-template-columns:34% 40% 26%!important;
    grid-template-rows:21% 34% 45%!important;
    height:89%!important;
  }
  .editorial-reference-poster .editorial-recipe-title{padding:4px 7px!important}
  .editorial-reference-poster .editorial-recipe-title p{font-size:clamp(10px,3.4vw,18px)!important;max-width:100%!important}
  .editorial-reference-poster .editorial-recipe-title h1{max-width:100%!important;font-size:clamp(22px,8.1vw,43px)!important}
  .editorial-reference-poster .editorial-origin-badge{margin:4px 0 0 18px!important;font-size:clamp(8px,2.4vw,13px)!important;padding:2px 4px!important}
  .editorial-reference-poster .editorial-origin-badge img{width:16px!important;height:10px!important}
  .editorial-reference-poster .editorial-ingredients-card{grid-column:1!important;grid-row:2/4!important;margin:3px 3px 0 0!important;padding:5px!important;border-radius:8px!important}
  .editorial-reference-poster .editorial-section-heading h2{font-size:clamp(15px,5vw,26px)!important}
  .editorial-reference-poster .editorial-section-heading small{margin:1px 0!important;font-size:6px!important}
  .editorial-reference-poster .editorial-ingredients-card>ol{display:grid!important;grid-template-columns:1fr!important;margin-top:2px!important}
  .editorial-reference-poster .editorial-ingredients-card li{grid-template-columns:17px 1fr!important;height:clamp(14px,4.2vw,23px)!important;padding:0!important;font-size:clamp(6px,1.8vw,10px)!important}
  .editorial-reference-poster .editorial-ingredient-mark{width:14px!important;height:14px!important;font-size:8px!important;box-shadow:none!important}
  .editorial-reference-poster .editorial-food-photo{grid-column:2/4!important;grid-row:1/3!important;width:100%!important;height:100%!important;aspect-ratio:auto!important;border-radius:0 9px 0 0!important}
  .editorial-reference-poster .editorial-instructions-card{grid-column:2!important;grid-row:3!important;padding:5px 2px 0 5px!important}
  .editorial-reference-poster .editorial-instructions-card>ol{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2px 4px!important;margin-top:2px!important}
  .editorial-reference-poster .editorial-instructions-card li{grid-template-columns:10px 1fr!important;gap:2px!important;font-size:clamp(5px,1.5vw,8px)!important}
  .editorial-reference-poster .editorial-step-number{width:8px!important;height:8px!important;font-size:5px!important}
  .editorial-reference-poster .editorial-recipe-facts{grid-column:3!important;grid-row:3!important;display:block!important}
  .editorial-reference-poster .editorial-fact-strip{top:4px!important;left:1px!important;width:53%!important;gap:1px!important;padding:0!important}
  .editorial-reference-poster .editorial-fact-strip>div{grid-template-columns:13px 1fr!important}
  .editorial-reference-poster .editorial-fact-icon{width:11px!important;height:11px!important;font-size:7px!important}
  .editorial-reference-poster .editorial-fact-strip small{font-size:5px!important}.editorial-reference-poster .editorial-fact-strip strong{font-size:7px!important}
  .editorial-reference-poster .editorial-nili-portrait{right:-5%!important;bottom:-4%!important;width:94%!important;height:93%!important;aspect-ratio:auto!important}
  .editorial-reference-poster .editorial-poster-logo{top:8px!important;right:9px!important;width:38px!important;height:38px!important;padding:2px!important}
  .editorial-reference-poster .editorial-poster-bottom{grid-template-columns:1.12fr .88fr!important;gap:4px!important;height:9%!important;margin:1% 2px 0!important}
  .editorial-reference-poster .editorial-poster-bottom .editorial-tip{padding:3px 7px!important}
  .editorial-reference-poster .editorial-poster-bottom .editorial-tip small{font-size:8px!important}.editorial-reference-poster .editorial-poster-bottom .editorial-tip p{font-size:6px!important}
  .editorial-reference-poster .editorial-poster-more{padding:3px 6px!important}
  .editorial-reference-poster .editorial-poster-more span{font-size:7px!important}.editorial-reference-poster .editorial-poster-more strong{font-size:11px!important}
}

/* Editorial poster v2: the reference composition, isolated from legacy cards. */
.editorial-poster-v2 .editorial-recipe-grid{
  display:grid!important;
  grid-template-columns:minmax(280px,34%) minmax(0,66%)!important;
  gap:22px!important;
  align-items:stretch!important;
  padding:28px 28px 16px!important;
}
.editorial-poster-v2 .editorial-poster-left{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
}
.editorial-poster-v2 .editorial-recipe-title{
  flex:0 0 auto!important;
  padding:4px 6px 18px!important;
  background:transparent!important;
  border:0!important;
}
.editorial-poster-v2 .editorial-recipe-title::after{right:8px!important;top:0!important}
.editorial-poster-v2 .editorial-recipe-title p{
  margin:0 0 2px!important;
  color:#b92227!important;
  font-size:clamp(24px,2.4vw,38px)!important;
  line-height:.9!important;
}
.editorial-poster-v2 .editorial-recipe-title h1{
  max-width:100%!important;
  color:#642b08!important;
  font-size:clamp(52px,5.5vw,88px)!important;
  line-height:.76!important;
  letter-spacing:-.02em!important;
}
.editorial-poster-v2 .editorial-origin-badge{
  margin-top:16px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#174a35!important;
  font:700 20px/1 "Caveat","Segoe Print",cursive!important;
  text-transform:none!important;
}
.editorial-poster-v2 .editorial-ingredients-card{
  flex:1 1 auto!important;
  width:100%!important;
  margin:0!important;
  padding:18px 8px 12px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}
.editorial-poster-v2 .editorial-section-heading h2{
  color:#b92227!important;
  font-size:clamp(38px,4vw,58px)!important;
  line-height:.85!important;
}
.editorial-poster-v2 .editorial-ingredients-card>ol{margin-top:18px!important}
.editorial-poster-v2 .editorial-ingredients-card li{
  grid-template-columns:46px minmax(0,1fr)!important;
  gap:10px!important;
  min-height:48px!important;
  padding:4px 0!important;
  font-size:clamp(17px,1.45vw,22px)!important;
  line-height:1.05!important;
}
.editorial-poster-v2 .editorial-ingredient-mark{
  width:40px!important;height:40px!important;font-size:25px!important;
  background:radial-gradient(circle,#fff 32%,#f3dfbf)!important;
  box-shadow:0 4px 11px rgba(82,50,24,.15)!important;
}
.editorial-poster-v2 .editorial-recipe-feature{display:block!important;min-width:0!important}
.editorial-poster-v2 .editorial-food-photo{
  width:100%!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  border:0!important;
  border-radius:6px 44px 8px 36px!important;
  box-shadow:0 16px 30px rgba(68,40,19,.19)!important;
}
.editorial-poster-v2 .editorial-food-photo figcaption{display:none!important}
.editorial-poster-v2 .editorial-recipe-lower{
  display:grid!important;
  grid-template-columns:minmax(0,1.55fr) minmax(250px,.8fr)!important;
  gap:18px!important;
  align-items:stretch!important;
  margin-top:18px!important;
}
.editorial-poster-v2 .editorial-instructions-card{padding:6px 0 0!important}
.editorial-poster-v2 .editorial-instructions-card>ol{
  grid-template-columns:1fr!important;
  gap:9px!important;
}
.editorial-poster-v2 .editorial-instructions-card li{
  grid-template-columns:31px minmax(0,1fr)!important;
  gap:9px!important;
  font-size:clamp(16px,1.3vw,20px)!important;
  line-height:1.12!important;
}
.editorial-poster-v2 .editorial-recipe-facts{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  min-width:0!important;
  gap:10px!important;
  overflow:visible!important;
}
.editorial-poster-v2 .editorial-fact-strip{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  min-height:82px!important;
  padding:0!important;
}
.editorial-poster-v2 .editorial-fact-strip>div{
  display:grid!important;
  grid-template-columns:45px 1fr!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  min-width:0!important;
}
.editorial-poster-v2 .editorial-nili-portrait{
  display:block!important;
  width:100%!important;
  min-width:100%!important;
  height:auto!important;
  min-height:390px!important;
  aspect-ratio:3/4!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:90px 22px 8px 8px!important;
  background:#30261e!important;
}
.editorial-poster-v2 .editorial-nili-portrait img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
  object-position:50% 15%!important;
}
.editorial-poster-v2>.editorial-tip{
  width:calc(66% - 4px)!important;
  margin:0 28px 12px auto!important;
  padding:13px 22px!important;
  border:0!important;
  border-radius:8px 54px 7px 46px!important;
  background:linear-gradient(100deg,#c72827,#ed6139)!important;
}
.editorial-poster-v2>.editorial-tip small{font-size:22px!important}
.editorial-poster-v2>.editorial-tip p{font-size:19px!important}

@media(max-width:820px){
  .editorial-poster-v2 .editorial-recipe-grid{
    display:flex!important;flex-direction:column!important;gap:8px!important;padding:12px!important;
  }
  .editorial-poster-v2 .editorial-poster-left{display:contents!important}
  .editorial-poster-v2 .editorial-recipe-title{order:1!important;padding:8px 8px 16px!important}
  .editorial-poster-v2 .editorial-recipe-title p{font-size:24px!important}
  .editorial-poster-v2 .editorial-recipe-title h1{font-size:clamp(49px,16vw,72px)!important;line-height:.8!important}
  .editorial-poster-v2 .editorial-recipe-feature{display:contents!important}
  .editorial-poster-v2 .editorial-food-photo{order:2!important;aspect-ratio:1/1!important;border-radius:8px 32px 8px 28px!important}
  .editorial-poster-v2 .editorial-recipe-lower{display:contents!important}
  .editorial-poster-v2 .editorial-ingredients-card{order:3!important;padding:18px 10px!important}
  .editorial-poster-v2 .editorial-ingredients-card>ol{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px 12px!important}
  .editorial-poster-v2 .editorial-ingredients-card li{grid-template-columns:34px 1fr!important;min-height:39px!important;font-size:17px!important}
  .editorial-poster-v2 .editorial-ingredient-mark{width:31px!important;height:31px!important;font-size:19px!important}
  .editorial-poster-v2 .editorial-instructions-card{order:4!important;padding:14px 10px!important}
  .editorial-poster-v2 .editorial-instructions-card li{font-size:17px!important}
  .editorial-poster-v2 .editorial-recipe-facts{display:contents!important}
  .editorial-poster-v2 .editorial-fact-strip{order:5!important;display:grid!important;width:100%!important;padding:8px!important}
  .editorial-poster-v2 .editorial-nili-portrait{order:6!important;width:100%!important;min-width:100%!important;min-height:0!important;aspect-ratio:4/5!important;border-radius:70px 24px 8px 8px!important}
  .editorial-poster-v2>.editorial-tip{width:auto!important;margin:-54px 20px 12px!important;padding:14px 18px!important;position:relative!important;z-index:3!important}
  .editorial-poster-v2>.editorial-tip small{font-size:19px!important}.editorial-poster-v2>.editorial-tip p{font-size:16px!important}
}
@media(max-width:390px){
  .editorial-poster-v2 .editorial-ingredients-card>ol{grid-template-columns:1fr!important}
}

/* Reference poster: mirrors the supplied Nili's Kitchen food-poster layout. */
.editorial-reference-poster{
  overflow:hidden!important;
  padding:16px!important;
  border:0!important;
  border-radius:4px!important;
  background:
    radial-gradient(circle at 8% 7%,rgba(214,167,93,.13),transparent 19%),
    repeating-linear-gradient(0deg,rgba(115,77,38,.018) 0 1px,transparent 1px 5px),
    #fff5e3!important;
  box-shadow:0 24px 60px rgba(54,36,18,.18)!important;
}
.editorial-reference-poster .editorial-poster-logo{
  position:absolute!important;
  z-index:6!important;
  top:24px!important;
  right:26px!important;
  display:block!important;
  width:116px!important;
  height:116px!important;
  padding:5px!important;
  border:2px dashed #ef7a35!important;
  border-radius:50%!important;
  object-fit:cover!important;
  background:#fff8ea!important;
  box-shadow:0 8px 20px rgba(69,39,16,.14)!important;
}
.editorial-reference-poster .editorial-recipe-grid{
  grid-template-columns:minmax(300px,34%) minmax(0,66%)!important;
  gap:16px!important;
  padding:0!important;
}
.editorial-reference-poster .editorial-poster-left{padding-top:10px!important}
.editorial-reference-poster .editorial-recipe-title{padding:0 10px 18px!important}
.editorial-reference-poster .editorial-recipe-title::after{content:"♡"!important;right:3px!important;top:-8px!important;font-size:55px!important}
.editorial-reference-poster .editorial-recipe-title p{
  color:#b52228!important;
  font:700 clamp(28px,3vw,48px)/.86 "Caveat","Segoe Print",cursive!important;
  text-transform:none!important;
}
.editorial-reference-poster .editorial-recipe-title h1{
  color:#642c08!important;
  font:400 clamp(66px,7vw,118px)/.77 "Lobster","Caveat",cursive!important;
  letter-spacing:-.02em!important;
}
.editorial-reference-poster .editorial-origin-badge{
  margin:14px 0 0 120px!important;
  color:#174b35!important;
  font:700 clamp(20px,2.1vw,32px)/1 "Caveat",cursive!important;
  transform:rotate(-1deg)!important;
}
.editorial-reference-poster .editorial-origin-badge img{width:34px!important;height:22px!important}
.editorial-reference-poster .editorial-ingredients-card{
  margin-top:8px!important;
  padding:22px 18px!important;
  border:2px dashed #ef843f!important;
  border-radius:22px!important;
}
.editorial-reference-poster .editorial-section-heading h2{
  color:#b52228!important;
  font:400 clamp(40px,4.2vw,64px)/.9 "Lobster","Caveat",cursive!important;
}
.editorial-reference-poster .editorial-section-heading small{
  display:inline-block!important;
  margin:6px 0 0 8px!important;
  color:#212d25!important;
  font:700 18px/1 "Caveat",cursive!important;
}
.editorial-reference-poster .editorial-ingredients-card li{
  grid-template-columns:62px minmax(0,1fr)!important;
  min-height:58px!important;
  padding:5px 0!important;
  border-bottom:1px dashed rgba(231,126,60,.4)!important;
  color:#241d17!important;
  font:700 clamp(18px,1.5vw,23px)/1.06 "Caveat",cursive!important;
}
.editorial-reference-poster .editorial-ingredient-mark{
  width:52px!important;height:52px!important;font-size:31px!important;
  box-shadow:0 5px 12px rgba(66,38,18,.16)!important;
}
.editorial-reference-poster .editorial-food-photo{
  aspect-ratio:1.56/1!important;
  border-radius:3px 34px 3px 28px!important;
  box-shadow:none!important;
}
.editorial-reference-poster .editorial-food-photo::after{display:none!important}
.editorial-reference-poster .editorial-recipe-lower{
  grid-template-columns:minmax(0,1.35fr) minmax(270px,.75fr)!important;
  gap:14px!important;
  margin-top:12px!important;
}
.editorial-reference-poster .editorial-instructions-card{padding:8px 0 0 8px!important}
.editorial-reference-poster .editorial-instructions-card>ol{gap:10px!important}
.editorial-reference-poster .editorial-instructions-card li{
  grid-template-columns:32px minmax(0,1fr)!important;
  color:#201b17!important;
  font:700 clamp(17px,1.35vw,21px)/1.14 "Caveat",cursive!important;
}
.editorial-reference-poster .editorial-step-number{
  width:28px!important;height:28px!important;background:#b9222a!important;font:800 13px/1 Manrope,sans-serif!important;
}
.editorial-reference-poster .editorial-recipe-facts{gap:0!important}
.editorial-reference-poster .editorial-fact-strip{min-height:95px!important;margin:0 0 4px!important}
.editorial-reference-poster .editorial-fact-strip>div{grid-template-columns:52px 1fr!important}
.editorial-reference-poster .editorial-fact-icon{width:47px!important;height:47px!important;font-size:27px!important}
.editorial-reference-poster .editorial-fact-strip small{color:#101b15!important;font:700 17px/1 "Caveat",cursive!important}
.editorial-reference-poster .editorial-fact-strip strong{color:#132c20!important;font:700 24px/1 "Caveat",cursive!important}
.editorial-reference-poster .editorial-nili-portrait{
  width:100%!important;
  min-width:100%!important;
  min-height:460px!important;
  aspect-ratio:3/4!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#fff5e3!important;
}
.editorial-reference-poster .editorial-nili-portrait img{
  width:100%!important;height:100%!important;object-fit:contain!important;object-position:50% 100%!important;
  mix-blend-mode:normal!important;
}
.editorial-reference-poster .editorial-poster-bottom{
  display:grid!important;
  grid-template-columns:1.12fr .88fr!important;
  gap:18px!important;
  align-items:center!important;
  margin:14px 8px 2px!important;
}
.editorial-reference-poster .editorial-poster-bottom .editorial-tip{
  width:100%!important;margin:0!important;padding:17px 30px!important;border:0!important;border-radius:8px 58px 9px 52px!important;
  background:linear-gradient(100deg,#c72d28,#e95736)!important;color:#fff!important;
}
.editorial-reference-poster .editorial-poster-bottom .editorial-tip small{color:#fff!important;font:700 30px/1 "Caveat",cursive!important}
.editorial-reference-poster .editorial-poster-bottom .editorial-tip p{margin:3px 0 0!important;font:700 20px/1.08 "Caveat",cursive!important}
.editorial-reference-poster .editorial-poster-more{
  padding:15px 28px!important;border-radius:55% 8px 48% 10px!important;background:#0c5739!important;color:#fff!important;text-align:center!important;transform:rotate(-1deg)!important;
}
.editorial-reference-poster .editorial-poster-more span{display:block!important;font:700 23px/1 "Caveat",cursive!important}
.editorial-reference-poster .editorial-poster-more strong{display:block!important;margin-top:4px!important;color:#f47a35!important;font:400 38px/1 "Lobster","Caveat",cursive!important}
.editorial-reference-poster .editorial-recipe-brand{display:none!important}

@media(max-width:820px){
  .editorial-reference-poster{padding:8px!important}
  .editorial-reference-poster .editorial-poster-logo{top:18px!important;right:16px!important;width:76px!important;height:76px!important}
  .editorial-reference-poster .editorial-recipe-grid{display:flex!important;padding:0!important}
  .editorial-reference-poster .editorial-recipe-title{padding:12px 10px 18px!important}
  .editorial-reference-poster .editorial-recipe-title p{font-size:25px!important;max-width:70%!important}
  .editorial-reference-poster .editorial-recipe-title h1{max-width:78%!important;font-size:clamp(55px,17vw,82px)!important}
  .editorial-reference-poster .editorial-origin-badge{margin-left:24px!important;font-size:21px!important}
  .editorial-reference-poster .editorial-food-photo{aspect-ratio:1/1!important}
  .editorial-reference-poster .editorial-ingredients-card{margin-top:8px!important;padding:18px 14px!important}
  .editorial-reference-poster .editorial-ingredients-card>ol{grid-template-columns:1fr!important}
  .editorial-reference-poster .editorial-ingredients-card li{grid-template-columns:48px 1fr!important;min-height:49px!important;font-size:19px!important}
  .editorial-reference-poster .editorial-ingredient-mark{width:42px!important;height:42px!important;font-size:25px!important}
  .editorial-reference-poster .editorial-instructions-card li{font-size:18px!important}
  .editorial-reference-poster .editorial-fact-strip{padding:8px 14px!important}
  .editorial-reference-poster .editorial-nili-portrait{width:100%!important;min-width:100%!important;min-height:0!important;aspect-ratio:3/4!important;background:#fff5e3!important}
  .editorial-reference-poster .editorial-nili-portrait img{object-fit:contain!important;object-position:50% 100%!important}
  .editorial-reference-poster .editorial-poster-bottom{grid-template-columns:1fr!important;gap:8px!important;margin:0 8px 8px!important}
  .editorial-reference-poster .editorial-poster-bottom .editorial-tip{padding:15px 20px!important}
  .editorial-reference-poster .editorial-poster-more{padding:12px 20px!important}
}

/* Poster layout: one warm paper surface, without web-card dividers. */
.editorial-recipe-sheet,
.editorial-recipe-title,
.editorial-recipe-title h1,
.editorial-recipe-title p,
.editorial-origin-badge,
.editorial-section-heading,
.editorial-section-heading h2,
.editorial-section-heading small,
.editorial-ingredients-card,
.editorial-ingredients-card li,
.editorial-instructions-card,
.editorial-instructions-card li,
.editorial-recipe-facts,
.editorial-recipe-facts small,
.editorial-recipe-facts strong,
.editorial-tip,
.editorial-tip small,
.editorial-tip p,
.editorial-recipe-brand{
  font-family:"Caveat","Segoe Print",cursive!important;
}
.editorial-recipe-title{border-bottom:0!important}
.editorial-recipe-grid{gap:28px}
.editorial-ingredients-card,
.editorial-instructions-card{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.editorial-ingredients-card{padding:18px 12px 18px 22px}
.editorial-ingredients-card li{
  border:0!important;
  padding:7px 0!important;
  color:#302319!important;
  font-size:19px!important;
  font-weight:600!important;
  line-height:1.18!important;
}
.editorial-section-heading>span{display:none!important}
.editorial-section-heading small{font-size:16px!important;font-weight:600!important}
.editorial-instructions-card{padding:16px 6px 10px!important}
.editorial-instructions-card>ol{gap:13px 24px!important}
.editorial-instructions-card li{
  color:#302319!important;
  font-size:18px!important;
  font-weight:600!important;
  line-height:1.22!important;
}
.editorial-recipe-facts>div:not(.editorial-tip){
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.editorial-recipe-facts small{font-size:15px!important;letter-spacing:0!important;text-transform:none!important}
.editorial-recipe-facts strong{font-size:22px!important}
.editorial-tip{border:0!important;border-radius:4px 28px 5px 24px!important}
.editorial-tip small{font-size:17px!important}.editorial-tip p{font-size:16px!important;line-height:1.25!important}
.editorial-recipe-brand{border-top:0!important;font-size:18px!important}

@media(max-width:700px){
  .editorial-recipe-grid{gap:4px!important}
  .editorial-ingredients-card{padding:13px 10px!important}
  .editorial-ingredients-card li{font-size:16px!important;line-height:1.14!important}
  .editorial-instructions-card li{font-size:16px!important;line-height:1.2!important}
  .editorial-section-heading small{font-size:14px!important}
  .editorial-recipe-facts small{font-size:13px!important}.editorial-recipe-facts strong{font-size:19px!important}
  .editorial-tip small{font-size:15px!important}.editorial-tip p{font-size:14px!important}
}


/* Full-screen recipe card viewer */
.recipe-card-viewer{
  width:100%;
  height:100%;
  min-height:0;
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  gap:8px;
  margin:0 auto;
}
.recipe-card-viewer-nav{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  gap:8px;
  min-height:38px;
  padding:4px;
  border:1px solid rgba(224,173,60,.55);
  border-radius:18px;
  background:rgba(255,247,232,.96);
  box-shadow:0 8px 22px rgba(44,34,24,.12);
}
.recipe-card-viewer-nav button{
  min-height:32px;
  padding:0 14px;
  border:1px solid var(--rp-gold);
  border-radius:999px;
  background:linear-gradient(135deg,var(--rp-forest),var(--rp-forest-deep));
  color:#fff;
  font:800 11px/1 Manrope,sans-serif;
  cursor:pointer;
}
.recipe-card-viewer-stage{
  position:relative;
  align-self:center;
  justify-self:center;
  width:min(calc(100vw - 28px),calc(100dvh - 82px));
  height:min(calc(100vw - 28px),calc(100dvh - 82px));
  max-height:100%;
  aspect-ratio:1/1;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.recipe-card-viewer-image{
  display:block;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  border-radius:8px;
  box-shadow:0 20px 55px rgba(42,32,22,.22);
}
.recipe-card-country-badge{
  position:absolute;
  z-index:3;
  top:14px;
  left:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  max-width:calc(100% - 28px);
  padding:8px 12px;
  border:1px solid rgba(224,173,60,.85);
  border-radius:999px;
  background:rgba(255,250,240,.94);
  color:var(--rp-forest-deep);
  box-shadow:0 8px 20px rgba(35,29,22,.18);
  backdrop-filter:blur(8px);
}
.recipe-card-country-badge img{
  width:28px!important;
  height:19px!important;
  flex:0 0 auto;
  border-radius:3px;
  object-fit:cover!important;
  box-shadow:none!important;
}
.recipe-card-country-badge strong{
  overflow:hidden;
  font:800 12px/1.1 Manrope,sans-serif;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media(max-width:700px){
  body.recipe-full-page-open .recipe-full-page{padding:7px!important}
  body.recipe-full-page-open #recipeFullPageBody{height:100%!important;min-height:0!important;overflow:hidden!important}
  .recipe-card-viewer{height:100%;min-height:0;gap:5px}
  .recipe-card-viewer-stage{
    width:min(calc(100vw - 14px),calc(100dvh - 59px))!important;
    height:min(calc(100vw - 14px),calc(100dvh - 59px))!important;
    min-width:0!important;
    min-height:0!important;
    max-width:100%!important;
    max-height:100%!important;
  }
  .recipe-card-viewer-nav{min-height:34px;padding:3px}
  .recipe-card-viewer-nav button{min-height:28px;padding:0 11px;font-size:10px}
  .recipe-card-viewer-image{border-radius:4px}
  .recipe-card-country-badge{top:8px;left:8px;padding:6px 9px;gap:6px}
  .recipe-card-country-badge img{width:23px!important;height:16px!important}
  .recipe-card-country-badge strong{font-size:10px}
}


/* Recipe card country badge disabled */
.recipe-card-country-badge{display:none!important}
