/* Simple styling for badges and mono cells used by the Teach-The-Engine widget */
.badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}
.badge-pass { background: #2e7d32; }
.badge-fail { background: #c62828; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; }
.small { font-size: 12px; color: #666; }
.table-compact td, .table-compact th { padding: 6px 8px; }
