/* Polyfetti — putting a signature on a PDF. After counter.css, tools.css, scan.css. */

/* The paragraph that says what the tool actually is. Given the same weight as the
   privacy promise, because it is doing the same job: keeping a claim honest. */
.plain {
  background: var(--ai-wash);
  border: 1px solid var(--ai-edge);
  border-radius: 12px;
  color: var(--ink-soft);
  font-size: var(--step--1);
  line-height: 1.7;
  margin: 16px 0 0;
  padding: 14px 16px;
}
.plain b { color: var(--ai); }

.sigwrap {
  background: var(--paper-raised);
  border: 1px solid var(--rule-strong);
  border-radius: 14px;
  margin: 14px 0 12px;
  overflow: hidden;
}
#pad {
  cursor: crosshair;
  display: block;
  height: auto;
  max-width: 100%;
  touch-action: none;
  width: 100%;
}



