/* ================================================================
   writing-task2/know-stative-verb — local.css
   ================================================================ */

.a-compare-table td.sv-correct { color: #1d6b3a; font-weight: 700; }
.a-compare-table td.sv-wrong   { color: #b03030; font-weight: 700; }

@media (max-width: 640px) {
  .a-compare-table td.sv-correct,
  .a-compare-table td.sv-wrong { font-size: .85rem; }
}
