/*
  Demo: claim-from-evidence. Two exhibits (the placement record and the
  claims board) sit inside one demo-slot; this spaces them and marks the
  stamped "raised automatically" note so it reads as a record event, not
  ordinary card text.
*/
.demo-slot[data-demo="claim-from-evidence"] .exhibit + .exhibit {
  margin-top: var(--s5);
}

.demo-slot[data-demo="claim-from-evidence"] [data-stamp-note] {
  padding-left: var(--s2);
  border-left: 2px solid var(--line-money);
}

.demo-slot[data-demo="claim-from-evidence"] [data-move-note] {
  font-style: italic;
}
