/* Readable-specific styles layered over kit/shell.css. */

.out .cut { display: none; }
.out.edits .cut {
  display: inline;
  margin: 0 0.35em;
  color: var(--text-faint);
  text-decoration: line-through;
  text-decoration-color: var(--text-muted);
}
.out.edits .cut:first-child { margin-left: 0; }
.out.edits .mark {
  color: var(--text-accent);
  font-weight: var(--weight-semibold);
}

.heads {
  width: 100%;
  margin-top: var(--space-8);
  border-collapse: collapse;
  font-family: var(--font-mono);
  font-size: var(--text-sm);
}
.heads th, .heads td {
  padding: var(--space-3) var(--space-4) var(--space-3) 0;
  border-top: var(--border-hair) solid var(--border-subtle);
  text-align: left;
  vertical-align: top;
}
.heads th {
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  font-size: var(--text-2xs);
  color: var(--text-muted);
  white-space: nowrap;
}
.heads td.classes { color: var(--text-secondary); overflow-wrap: anywhere; }
.heads td.what { font-family: var(--font-sans); color: var(--text-secondary); min-width: 14em; }
