/* Signature Canvas Styles - CSP Compliant */

.signature-canvas {
  touch-action: none;
  cursor: crosshair;
  display: block;
  border: 1px solid #d1d5db;
  background: white;
}

.signature-canvas-large {
  width: 400px;
  height: 192px;
}

.signature-canvas-medium {
  width: 100%;
  height: 150px;
}

.signature-canvas-small {
  width: 100%;
  height: 128px;
}

/* Logo sizing for forms */
.form-logo {
  max-height: 60px;
  width: auto;
}

/* Print-only styles for contracts */
@media print {
  .signature-display {
    border: 1px solid #e5e7eb;
  }
}
