textarea { min-height: 130px; }
.status.err { color: var(--bad); min-height: 1.1em; margin: 6px 0 0; font-size: 0.85rem; }
.highlight {
  white-space: pre-wrap;
  word-break: break-word;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 13px 14px;
  min-height: 60px;
  line-height: 1.5;
}
.highlight mark {
  background: #fde68a;
  color: #7a5a12;
  border-radius: 4px;
  padding: 0 2px;
}