.feeding-tabs-six{grid-template-columns:repeat(3,minmax(0,1fr))}
.feeding-after-mash{margin-top:14px;padding-top:12px;border-top:1px solid rgba(127,119,91,.18)}
.feeding-routine-plan-card.is-inactive{opacity:.62}
.feeding-routine-plan-card>ul,.feeding-routine-task>ul{margin:10px 0;padding-left:20px}
.feeding-routine-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:13px 0}
.feeding-routine-stats>span{min-width:0;padding:9px;border-radius:11px;background:rgba(127,119,91,.09)}
.feeding-routine-stats small,.feeding-routine-stats b{display:block;overflow-wrap:anywhere}
.feeding-routine-stats small{font-size:11px;color:var(--muted,#6d675f);margin-bottom:3px}
.feeding-routine-option{border:1px solid rgba(127,119,91,.22);border-radius:14px;padding:13px 14px;margin:14px 0}
.feeding-routine-option h3{margin:0 0 8px}
.feeding-routine-option>.form-hint{margin:5px 0 10px}
.feeding-meal-dependencies{display:flex;gap:12px;flex-wrap:wrap}
.feeding-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-top:6px}
.feeding-weekdays label{margin:0;cursor:pointer}
.feeding-weekdays input{position:absolute;opacity:0;pointer-events:none}
.feeding-weekdays span{display:block;text-align:center;border:1px solid rgba(127,119,91,.25);border-radius:9px;padding:9px 3px;background:rgba(255,255,255,.45);font-weight:800}
.feeding-weekdays input:checked+span{border-color:#a57b25;background:rgba(183,138,42,.18);color:#795a17}
.feeding-routine-order{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid rgba(183,138,42,.36);border-radius:14px;background:rgba(183,138,42,.1);padding:12px 14px;margin:14px 0}
.feeding-routine-order b,.feeding-routine-order span{display:block}
.feeding-routine-order span{color:var(--muted,#6d675f);font-size:12px}
.feeding-routine-order strong{border-radius:999px;background:rgba(183,138,42,.16);padding:6px 9px;font-size:12px;white-space:nowrap}
.feeding-routine-section{margin:18px 0 22px}
.feeding-routine-heading{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}
.feeding-routine-heading>span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#b78a2a;color:#fff;font-weight:900;flex:0 0 auto}
.feeding-routine-heading h2,.feeding-routine-heading p{margin:0}
.feeding-routine-heading p{margin-top:3px;color:var(--muted,#6d675f);font-size:12px}
.feeding-routine-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:12px}
.feeding-routine-task{min-width:0}
.feeding-routine-cost{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}
.feeding-routine-cost>span{border-radius:9px;background:rgba(183,138,42,.1);padding:7px 9px;font-size:12px}
.feeding-routine-steps{display:flex;flex-direction:column;gap:7px;margin-top:12px}
.feeding-routine-steps>div{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:9px;align-items:center;border:1px solid rgba(127,119,91,.2);border-radius:12px;padding:9px 10px}
.feeding-routine-steps>div>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(183,138,42,.16);font-weight:900}
.feeding-routine-steps>div>div b,.feeding-routine-steps>div>div small{display:block;overflow-wrap:anywhere}
.feeding-routine-steps>div>div small{font-size:11px;color:var(--muted,#6d675f);margin-top:2px}
.feeding-routine-steps>div.is-done{background:rgba(57,132,77,.08);border-color:rgba(57,132,77,.25)}
.feeding-routine-steps>div.is-done>span{background:#4a8758;color:#fff}
.feeding-routine-steps>div.is-blocked{opacity:.62}
.feeding-heat-line{color:#8b5b00;font-weight:700}
.feeding-dependency-note{border-radius:10px;background:#fff0cd;color:#8b5700;padding:8px 10px;font-weight:750;font-size:12px;overflow-wrap:anywhere}
.feeding-occurrence.is-blocked{background:rgba(211,154,46,.07)}
.feeding-occurrence button:disabled,.feeding-routine-steps button:disabled{opacity:.45;cursor:not-allowed}
[data-theme="dark"] .feeding-weekdays span{background:rgba(255,255,255,.045)}
[data-theme="dark"] .feeding-weekdays input:checked+span{color:#f2d58c;background:rgba(183,138,42,.22)}
[data-theme="dark"] .feeding-dependency-note{background:#594414;color:#ffe6a9}
@media(max-width:760px){
  .feeding-tabs-six{grid-template-columns:repeat(2,minmax(0,1fr))}
  .feeding-routine-stats{grid-template-columns:1fr 1fr}
  .feeding-weekdays{grid-template-columns:repeat(4,minmax(0,1fr))}
  .feeding-routine-order{grid-template-columns:1fr}
  .feeding-routine-order strong{justify-self:start;white-space:normal}
  .feeding-routine-grid{grid-template-columns:1fr}
}
@media(max-width:500px){
  .feeding-routine-stats{grid-template-columns:1fr}
  .feeding-routine-steps>div{grid-template-columns:28px minmax(0,1fr)}
  .feeding-routine-steps>div>button{grid-column:1/-1;width:100%}
  .feeding-weekdays{grid-template-columns:repeat(3,minmax(0,1fr))}
}
