/*
  23-confirm.css — v41.51 confirm sheet.
  Modal content, so light parchment: --ink / --ink-soft only.
*/
.confirm-body {
  color: var(--ink);
  font-size: .96rem;
  line-height: 1.5;
}
.confirm-actions { margin-top: 14px; }
.confirm-actions .button { flex: 1 1 auto; justify-content: center; text-align: center; }
