/* Meal Remix only: Food Diet's existing Manrope, navy, coral and cream. */
.fd-remix-page{background:#fff8e8;padding-bottom:72px}
.fd-remix-hero{max-width:1180px;margin:auto;padding:64px var(--fd-gutter) 44px;display:grid;grid-template-columns:1.4fr 1fr;gap:56px;align-items:center}
.fd-remix-hero .fd-kicker{color:#9e3522;font-size:12px;font-weight:800;letter-spacing:.16em;margin-bottom:20px}
.fd-remix-hero h1{font-size:clamp(48px,6.8vw,88px);color:#1d2f5f;letter-spacing:-.065em;line-height:.98;margin-bottom:24px;max-width:650px}
.fd-remix-hero p{max-width:600px;font-size:18px;line-height:1.7}
.fd-remix-hero-side{border-left:2px solid #e7d9bf;padding-left:36px}
.fd-remix-hero-side p{margin:0 0 20px;font-size:16px}
.fd-remix-hero-side strong{color:#1d2f5f;display:block;font-size:20px}
.fd-remix{max-width:1180px;margin:0 auto;padding:0 var(--fd-gutter)}
.fd-remix-workspace{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,1fr);gap:24px;align-items:start}
.fd-remix-controls{padding:30px;background:#fff;border:1px solid #e8dfce;border-radius:24px}
.fd-remix-step{display:flex;gap:16px;align-items:flex-start;margin-bottom:18px}
.fd-remix-step>span{background:#ffd36f;border-radius:50%;width:40px;height:40px;flex-shrink:0;display:grid;place-items:center;font-weight:800;color:#1d2f5f;font-size:13px}
.fd-remix-step h2{font-size:26px;color:#1d2f5f;line-height:1.18;letter-spacing:-.045em;margin:0 0 8px}
.fd-remix-step p{font-size:15px;color:#4b5366;line-height:1.5}
.fd-remix-small{font-size:12px!important;line-height:1.65!important;color:#525a69;margin:12px 0!important}
.fd-remix-tools{display:flex;align-items:end;gap:12px;margin:22px 0}
.fd-remix-tools label{flex:1}
.fd-remix label{font-size:13px;font-weight:700}
.fd-remix input[type=search],.fd-remix input[type=email],.fd-remix select{width:100%;display:block;background:#fff;border:1px solid #a9aeba;border-radius:10px;padding:12px;color:#17213d;font:inherit;font-size:14px;margin-top:6px;min-height:46px}
.fd-remix button{cursor:pointer;font-family:inherit}
.fd-remix button:disabled{opacity:.6;cursor:wait}
.fd-remix-link{background:none;border:0;text-decoration:underline;color:#1d2f5f;font-size:12px;padding:12px 0}
.fd-remix fieldset{border:0;padding:0;margin:18px 0}
.fd-remix legend{font-size:12px;font-weight:800;color:#4b5366;margin-bottom:8px}
.fd-ingredient-chips{display:flex;flex-wrap:wrap;gap:7px}
.fd-ingredient{position:relative;display:inline-flex;cursor:pointer;max-width:100%}
.fd-ingredient input{position:absolute;opacity:0;width:1px;height:1px}
.fd-ingredient span{display:block;border:1px solid #d9dce2;border-radius:30px;padding:8px 12px;background:#fff;font-weight:500;font-size:12px;line-height:1.5}
.fd-ingredient input:checked+span{background:#1d2f5f;color:#fff;border-color:#1d2f5f}
.fd-ingredient input:focus-visible+span{outline:3px solid #ef5b43;outline-offset:2px}
.fd-ingredient[hidden],.fd-remix [hidden]{display:none!important}
.fd-remix-preferences{display:grid;grid-template-columns:.8fr 1fr 1.15fr;gap:10px;margin:24px 0}
.fd-remix .fd-button{background:#1d2f5f;border:0;color:#fff;border-radius:99px;padding:14px 24px;font-size:14px;font-weight:800;min-height:48px;line-height:1.4}
.fd-remix-controls>.fd-button{width:100%}
.fd-remix-plan{background:#ffd36f;border-radius:24px;padding:30px;color:#17213d}
.fd-remix-eyebrow{font-size:10px;letter-spacing:.18em;font-weight:800}
.fd-remix-plan h2{font-size:32px;color:#1d2f5f;line-height:1.08;letter-spacing:-.04em;margin:18px 0}
.fd-remix-plan h3{font-size:22px;margin:22px 0 12px;line-height:1.2}
#fd-plan-state{font-size:14px;line-height:1.5}
.fd-plan-empty{padding:35px 0 26px}
.fd-plan-empty>span{font-size:82px;color:#1d2f5f;font-weight:800;letter-spacing:-.07em;line-height:1}
.fd-plan-empty p{font-size:16px;margin-top:12px}
.fd-chosen{padding-left:20px;margin:20px 0;font-size:14px}
.fd-chosen li{margin-bottom:10px}
.fd-chosen button{display:block;padding:4px 0;color:#1d2f5f;background:none;border:0;font-size:11px;text-decoration:underline}
.fd-shopping-list{list-style:none;padding:0;margin:12px 0;font-size:13px}
.fd-shopping-list li{margin:0 0 10px}
.fd-shopping-list label{display:flex;align-items:start;gap:8px;font-size:12px;font-weight:500}
.fd-shopping-list input{margin-top:4px;accent-color:#1d2f5f}
.fd-remix-plan details{font-size:13px;margin:16px 0}
.fd-remix summary{cursor:pointer;font-weight:800;line-height:1.5}
.fd-remix summary:focus-visible,.fd-remix button:focus-visible,.fd-remix input:focus-visible,.fd-remix select:focus-visible{outline:3px solid #c8432f;outline-offset:3px}
.fd-remix-action-row{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
.fd-remix-action-row button{border:1px solid #1d2f5f;border-radius:24px;background:transparent;color:#1d2f5f;padding:10px 14px;min-height:44px;font-size:12px;font-weight:700}
.fd-remix-email{border-top:1px solid #c6a149;padding-top:18px}
.fd-remix-email p{font-size:12px;margin:12px 0}
.fd-remix-email .fd-button{margin-top:12px;width:100%}
.fd-remix-results{padding-top:50px;scroll-margin-top:125px}
#fd-recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;align-items:start}
.fd-recipe{padding:24px;border:1px solid #e3dbc9;border-radius:20px;background:#fff;min-width:0}
.fd-recipe.is-selected{box-shadow:inset 0 0 0 2px #1d2f5f}
.fd-recipe-meta{display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:10px;font-weight:800;letter-spacing:.05em;margin-bottom:20px;color:#525a69}
.fd-recipe-meta span:first-child{background:#fff0d0;color:#1d2f5f;padding:6px 9px;border-radius:8px;white-space:nowrap}
.fd-recipe h3{font-size:25px;line-height:1.12;color:#1d2f5f;margin-bottom:14px;letter-spacing:-.035em}
.fd-recipe-match{font-size:12px;color:#43516c;margin-bottom:12px}
.fd-recipe details{font-size:13px;border-top:1px solid #e5e6e9;margin-top:18px;padding-top:14px}
.fd-recipe ul,.fd-recipe ol{padding-left:18px}
.fd-recipe li{margin:10px 0;line-height:1.65}
.fd-have{font-size:10px;color:#315b40;white-space:nowrap}
.fd-swap{padding:14px;background:#fff8e8;border-radius:10px;margin:18px 0 4px}
.fd-recipe>button{border:1px solid #1d2f5f;background:#fff;color:#1d2f5f;border-radius:24px;padding:11px 16px;min-height:44px;font-weight:800;width:100%;font-size:12px;margin-top:20px}
.fd-recipe>button[aria-pressed=true]{background:#1d2f5f;color:#fff}
.fd-remix-notice{padding:24px;background:#ffd36f;border-radius:16px;margin-bottom:20px}
.fd-remix-after{max-width:1180px;margin:48px auto 0;padding:0 var(--fd-gutter)}
.fd-remix-after h2{font-size:30px;color:#1d2f5f;margin-bottom:20px}
.fd-remix-after p{font-size:14px;line-height:1.8;max-width:820px;margin:14px 0}
#fd-print-plan{display:none}
@media(max-width:1000px){.fd-remix-workspace{grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr)}#fd-recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fd-remix-controls,.fd-remix-plan{padding:22px}.fd-remix-preferences{grid-template-columns:1fr}.fd-remix-hero{gap:28px}}
@media(max-width:700px){.fd-remix-hero{padding-top:38px;grid-template-columns:1fr;gap:28px}.fd-remix-hero h1{font-size:58px}.fd-remix-hero-side{padding-left:20px}.fd-remix-hero-side p{font-size:14px;margin-bottom:14px}.fd-remix-hero-side strong{font-size:18px}.fd-remix-workspace{grid-template-columns:1fr}.fd-remix-controls,.fd-remix-plan{padding:22px}.fd-remix-tools{align-items:start;flex-direction:column;gap:0}.fd-remix-tools label{width:100%}.fd-remix-preferences{grid-template-columns:1fr 1fr}.fd-remix-preferences label:last-child{grid-column:1/-1}.fd-remix-step h2{font-size:23px}.fd-remix-step{gap:12px}#fd-recipe-grid{grid-template-columns:1fr}.fd-remix-results{scroll-margin-top:90px}.fd-remix-results .fd-remix-step>span{width:34px;height:34px}}
@media print{body{background:#fff;font:11pt Arial,sans-serif}.fd-header,.fd-footer,.fd-remix-hero,.fd-remix-after,.fd-remix-workspace,.fd-remix-results,.fd-remix>noscript,#wpadminbar{display:none!important}.fd-remix{max-width:none;padding:0}.fd-remix-page{padding:0}#fd-print-plan{display:block}#fd-print-plan h1{font-size:26pt;margin-bottom:18px}#fd-print-plan h2{font-size:18pt;margin-top:24px}#fd-print-plan li{margin:7px 0}#fd-print-plan section{break-inside:avoid}#fd-print-plan .fd-have{display:none}.fd-shopping-list{font-size:11pt}}

.fd-remix-page .fd-remix-after{margin-top:48px}

