/* Marketplace Agent — Frontend Complaint Form */
.ma-complaint-form-wrap { max-width: 560px; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 28px; margin: 20px 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.ma-complaint-form-wrap h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: #1e293b; }
.ma-complaint-form-wrap > p { color: #64748b; margin-bottom: 24px; font-size: 15px; }
.ma-form-row { margin-bottom: 18px; }
.ma-form-row label { display: block; font-size: 14px; font-weight: 600; color: #1e293b; margin-bottom: 6px; }
.ma-form-row .required { color: #dc2626; }
.ma-form-row input, .ma-form-row textarea { width: 100%; padding: 10px 14px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 15px; font-family: inherit; box-sizing: border-box; transition: border-color 0.15s; }
.ma-form-row input:focus, .ma-form-row textarea:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }
.ma-form-hint { display: block; font-size: 12px; color: #94a3b8; margin-top: 5px; }
.ma-submit-btn { background: #2563eb; color: #fff; border: none; padding: 12px 24px; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; width: 100%; font-family: inherit; transition: background 0.15s; }
.ma-submit-btn:hover { background: #1d4ed8; }
.ma-complaint-msg { padding: 12px 16px; border-radius: 8px; margin-bottom: 16px; font-size: 14px; font-weight: 500; }
.ma-complaint-msg.success { background: #dcfce7; color: #15803d; border: 1px solid #bbf7d0; }
.ma-complaint-msg.error { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }
