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

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