.production-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.production-form .communication-field{display:grid;gap:6px;margin:12px 0;min-width:0}
.production-form input,.production-form select,.production-form textarea{width:100%;min-width:0;box-sizing:border-box}
.production-template{border-block:1px solid #cbd7d5;padding:14px 0;margin:18px 0}
.production-template summary{cursor:pointer;font-weight:600}
.production-preview{margin:24px 0}.production-preview h2,.production-history h2{font-size:18px}
.production-preview h3{font-size:17px;overflow-wrap:anywhere}.production-preview img{display:block;width:100%;max-width:640px;height:auto;aspect-ratio:1}
.production-copy{white-space:pre-wrap;overflow-wrap:anywhere;max-width:720px}
.production-history{border-top:1px solid #cbd7d5;margin-top:30px;padding-top:12px}
.production-status{overflow-wrap:anywhere}.production-form>.config-command{max-width:100%;white-space:normal}
@media(max-width:480px){.production-fields{grid-template-columns:1fr;gap:0}.production-preview{margin:18px 0}}
