.d33-form{max-width:860px;margin:2rem auto;}
.d33-field{margin-bottom:1rem;}
.d33-row{display:flex;gap:1rem;flex-wrap:wrap;}
.d33-row .d33-field{flex:1;min-width:220px}
.d33-group{border:1px solid #ddd;padding:1rem;margin:1.25rem 0;border-radius:8px}
.d33-group .rep-row{display:grid;gap:.5rem;grid-template-columns:1fr 140px 100px 40px;margin-bottom:.5rem}
#steps-group .rep-row{grid-template-columns:1fr 140px 40px}
.rep-del{border:1px solid #ccc;background:#fff;border-radius:6px;cursor:pointer}
.rep-add{margin-top:.5rem;border:1px solid #ccc;background:#fff;border-radius:6px;padding:.4rem .8rem;cursor:pointer}
.d33-actions{margin-top:1.5rem}
.d33-submit{background:#222;color:#fff;border:none;padding:.8rem 1.2rem;border-radius:6px;cursor:pointer}
.d33-badge{display:inline-block;background:#f2f2f2;border-radius:999px;padding:.2rem .7rem;margin-right:.5rem}
.d33-h2{margin-top:1.5rem;border-bottom:1px solid #eee;padding-bottom:.4rem}
.d33-ingredients{columns:2;column-gap:2rem}
.d33-ingredients li{break-inside:avoid}
.d33-steps li{margin:.5rem 0}