.clm-cookbook-head{background:#f0e7d6;border-bottom:1px solid var(--clm-line);padding:42px 0 0}
.clm-cookbook-head h1{max-width:780px;margin:12px 0 16px}
.clm-cookbook-intro{font-size:18px;line-height:1.65;max-width:650px;margin:0 0 28px;color:#5c5146}
.clm-cookbook-nav{display:flex;gap:28px;flex-wrap:wrap}
.clm-cookbook-nav a{padding:14px 0;text-decoration:none;color:#5c5146;border-bottom:3px solid transparent;font-size:17px}
.clm-cookbook-nav a[aria-current]{border-color:var(--clm-earth);color:var(--clm-ink)}
.clm-cookbook{padding-block:28px 48px}
.clm-recipe-count{font-size:14px;color:#686052;margin:0 0 22px}
.clm-recipe-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.clm-recipe-card{display:grid;grid-template-columns:minmax(140px,.85fr) minmax(0,1.15fr);background:#fff;border:1px solid var(--clm-line);border-radius:10px;overflow:hidden}
.clm-food-frame{margin:0;background:#eee7db;display:flex;align-items:center;justify-content:center;padding:14px;min-width:0;overflow:hidden}
.clm-food-image{display:block;width:auto;height:auto;max-width:100%;max-height:320px;object-fit:contain;border-radius:3px}
.clm-recipe-card .clm-food-frame{min-height:240px}
.clm-recipe-card .clm-food-image{max-height:230px}
.clm-recipe-card-body{padding:24px;display:flex;flex-direction:column;align-items:start}
.clm-recipe-card-body .clm-eyebrow{font-size:10px;letter-spacing:1.2px}
.clm-recipe-card h2{font-size:22px;line-height:1.35;margin:0 0 22px}
.clm-recipe-card h2 a{color:var(--clm-ink);text-decoration:none}
.clm-recipe-card h2 a:hover{color:var(--clm-blue)}
.clm-recipe-link{display:flex;width:100%;gap:12px;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;border-top:1px solid var(--clm-line);text-decoration:none;font-size:14px;min-height:44px}
.clm-cookbook-next{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:44px;padding:28px 0;border-top:1px solid var(--clm-line)}
.clm-cookbook-next h2{font-size:26px;margin:0;line-height:1.3}
.clm-cookbook-next .clm-outline{flex-shrink:0}
.clm-recipe-detail{padding-block:30px 45px}
.clm-recipe-header{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,1fr);gap:44px;align-items:start;padding:10px 0 36px;border-bottom:1px solid var(--clm-line)}
.clm-recipe-header h1{font-size:clamp(28px,3.2vw,40px);line-height:1.2;margin:10px 0 22px;text-wrap:pretty}
.clm-recipe-header>.clm-food-frame{min-height:290px;border-radius:8px;padding:24px;align-self:center}
.clm-recipe-origin{font-size:15px;line-height:1.75;color:#60574d}
.clm-recipe-origin p{margin:0 0 10px}
.clm-recipe-origin strong{color:#3f3b34;font-weight:500}
.clm-recipe-jump{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}
.clm-recipe-jump a{padding:10px 14px;background:#eee4d3;border-radius:5px;text-decoration:none;font-size:14px;min-height:44px;color:#51402f}
.clm-recipe-layout{display:grid;grid-template-columns:minmax(240px,1fr) minmax(0,1.85fr);gap:48px;align-items:start;margin-top:36px}
.clm-recipe-layout section{scroll-margin-top:24px;min-width:0}
.clm-recipe-layout h2{font-size:28px;margin:0 0 22px}
.clm-recipe-layout h3{font-size:18px;line-height:1.5;margin:22px 0 12px}
.clm-ingredients{padding:26px;background:#f0e7d6;border-radius:8px;font-size:15px;line-height:1.65}
.clm-ingredients ul{margin:0;padding-left:20px}
.clm-ingredients li{padding:8px 0 8px 3px;border-bottom:1px solid #d8ccb8}
.clm-ingredients li:last-child{border:0}
.clm-ingredients li::marker{color:var(--clm-earth)}
.clm-method{font-size:17px;line-height:1.85;overflow-wrap:anywhere}
.clm-method p{margin:0 0 22px}
.clm-method ol,.clm-method ul{padding-left:28px;margin:0 0 24px}
.clm-method li{padding-left:10px;margin-bottom:20px}
.clm-method ol>li::marker{color:var(--clm-earth);font-family:Ubuntu,Arial,sans-serif;font-size:20px;font-weight:500}
.clm-recipe-unstructured{grid-template-columns:1fr;max-width:820px}
.clm-recipe-grid-basic{grid-template-columns:repeat(3,minmax(0,1fr))}
.clm-recipe-grid-basic .clm-recipe-card{display:flex;flex-direction:column}
.clm-recipe-grid-basic .clm-recipe-card-body{flex:1}
.clm-recipe-grid-basic .clm-food-frame{height:220px;min-height:0}
.clm-recipe-grid-basic .clm-food-image{max-height:192px}
@media(max-width:800px){.clm-recipe-grid-basic{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1000px){.clm-recipe-card{grid-template-columns:1fr}.clm-recipe-card .clm-food-frame{height:230px;min-height:0}.clm-recipe-card .clm-food-image{max-height:202px}.clm-recipe-header{gap:28px}.clm-recipe-layout{gap:28px}}
@media(max-width:700px){.clm-recipe-header{grid-template-columns:1fr}.clm-recipe-header>.clm-food-frame{width:100%;min-height:0;max-height:360px}.clm-recipe-layout{grid-template-columns:1fr}.clm-cookbook-next{flex-direction:column;align-items:start}.clm-recipe-card-body{padding:20px}.clm-recipe-header h1{font-size:32px}}
@media(max-width:540px){.clm-recipe-grid{grid-template-columns:1fr;gap:20px}.clm-cookbook-head{padding-top:28px}.clm-cookbook-intro{font-size:16px}.clm-cookbook-nav{gap:22px}.clm-cookbook-nav a{font-size:15px}.clm-recipe-card h2{font-size:23px}.clm-recipe-detail{padding-top:22px}.clm-recipe-header h1{font-size:29px}.clm-ingredients{padding:22px}.clm-method{font-size:16px;line-height:1.85}}
@media print{.wp-site-blocks>header,.wp-site-blocks>footer,.clm-back,.clm-recipe-jump,.clm-cookbook-next{display:none!important}.clm-recipe-detail{width:100%;padding:0}.clm-recipe-header{grid-template-columns:2fr 1fr}.clm-recipe-header h1{font-size:24px}.clm-recipe-layout{display:block}.clm-ingredients{break-inside:avoid}.clm-method{font-size:12pt}.clm-food-image{max-height:180px}}
