/* Image Watermark — preview canvas. */

.watermark-preview {
  display: block;
  max-width: 100%;
  max-height: 480px;
  width: auto;
  height: auto;
  margin: 14px 0;
  border: 1px solid var(--border);
  border-radius: 8px;
}
