.cmm2-form-wrap{max-width:1000px;margin:20px auto;background:#fff;border-radius:8px;padding:18px;box-shadow:0 6px 18px rgba(0,0,0,0.06);font-family:system-ui,-apple-system,"Segoe UI",Roboto}
.cmm2-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}
.cmm2-col{display:flex;flex-direction:column;gap:12px}
.cmm2-row label{font-weight:600;margin-bottom:6px;color:#111;display:block}
.cmm2-row input[type="text"],.cmm2-row textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;font-size:15px}
.cmm2-list{max-height:400px;overflow:auto;border:1px solid #eee;border-radius:6px;background:#fafafa;padding:6px}
.cmm2-item{display:block;padding:6px;border-bottom:1px solid #f3f3f3}
.cmm2-item:last-child{border-bottom:none}
.cmm2-name{font-weight:600}
.cmm2-attachments-list{margin-top:8px}
.cmm2-attach{padding:6px;background:#f7f7f7;border-radius:6px;margin-bottom:6px;display:flex;align-items:center;justify-content:space-between}
@media(max-width:768px){.cmm2-grid{grid-template-columns:1fr}}
