/* ================================================================
   Me2You - Dispute report page styles
   Moved out of an inline style attribute on app/disputes/report.php.
   Reuses shared design tokens from site.css.
   ================================================================ */

.disputes-report-wrap {
  max-width: 720px;
}

/* Live character counter under long-form textareas. */
.m2y-charcount {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--ink-500);
  text-align: right;
}

.m2y-charcount.is-limit {
  color: #B42318;
  font-weight: 700;
}
