.qfl-testing__note {
  color: var(--muted);
  font-size: 12px;
  margin: 4px 0 12px;
  max-width: 640px;
}
.qfl-testing__norun { color: var(--muted); font-size: 12px; }
.qfl-testing__sha {
  font-family: ui-monospace, monospace;
  font-size: 11px;
  color: var(--muted);
}
.qfl-testing__src { color: var(--muted); font-size: 11px; }
.qfl-testing__result.pass { color: #2a7d2e; }
.qfl-testing__result.fail { color: var(--danger, #b42318); font-weight: 600; }
