.header-link {
  color: white;
  margin-left: 1rem;
  text-decoration: underline;
  font-size: 0.9rem;
}

#metaTable th,
#metaTable td {
  padding: 0.4rem 0.5rem;
  vertical-align: middle;
}
#metaTable input,
#metaTable select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem 0.4rem;
  font-size: 0.85rem;
}
#metaTable td.filename {
  font-family: ui-monospace, "Cascadia Mono", "Consolas", monospace;
  font-size: 0.8rem;
  color: #444;
  word-break: break-all;
}

#resultsTable th,
#resultsTable td {
  padding: 0.4rem 0.6rem;
  font-size: 0.88rem;
}
#resultsTable .num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.changed-yes {
  background: #fff7d6;
}
.changed-yes .badge-old {
  text-decoration: line-through;
  color: #888;
  margin-right: 0.4rem;
}
.changed-yes .badge-new {
  font-weight: 700;
  color: #1f6f3f;
}
.row-error { background: #fdecea; color: #8a1f15; }

.delta-up   { color: #1f6f3f; font-weight: 600; }
.delta-down { color: #c0392b; font-weight: 600; }
.delta-same { color: #999; }

#resultsTable.no-singles .singles-col { display: none; }
#resultsTable.no-doubles .doubles-col { display: none; }

.cell-band {
  color: #888;
  font-size: 0.72rem;
  margin-top: 0.1rem;
  line-height: 1.1;
}
