/* Crop PDF — tool-specific styles (shared system lives in /assets/site.css). */

#previewCanvas {
  max-height: 560px;
  width: auto;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}
