.production-reset-card{display:grid;gap:22px;border-color:#efc5c0;background:linear-gradient(135deg,#fff 0%,#fff7f6 100%)}
.production-reset-card h2{margin:10px 0 6px}
.production-reset-card p{margin:0;color:var(--muted);max-width:850px}
.button.danger{background:#a12a22;color:#fff;justify-self:start}
.reset-summary-15{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:10px}
.reset-summary-15>div{padding:14px;border:1px solid #efdad7;background:#fff;border-radius:12px;display:grid;gap:3px}
.reset-summary-15 strong{font-size:22px;color:#8b241d}
.reset-summary-15 span{font-size:12px;color:var(--muted)}
.reset-danger-copy{grid-column:1/-1;padding:15px;border-radius:12px;background:var(--danger);color:#7e211b}
.reset-danger-copy p{margin:6px 0 0}
@media(max-width:720px){.reset-summary-15{grid-template-columns:repeat(2,1fr)}}
