/* Watermark overlay — คลังภาพส่วนกลาง (preview เท่านั้น ไม่กระทบรูปบน Canvas) */

.ip-sa-preview-host {
  position: relative;
  overflow: hidden;
}

.ip-shared-assets-thumb-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.ip-sa-preview-watermark {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: var(--ip-sa-watermark-tile, none);
  background-size: 180px 100px;
  background-repeat: repeat;
  opacity: 0.9;
}

.ip-sa-preview-host img {
  display: block;
  width: 100%;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.ip-shared-inline-grid .ip-sa-preview-host img,
.assets-panel.ip-assets-shared-mode .ip-sa-preview-host img {
  height: auto;
  max-height: 152px;
  object-fit: contain;
  object-position: center center;
  background: #fff;
}

.ip-shared-assets-thumb-wrap img {
  height: auto;
  min-height: 140px;
  max-height: 200px;
  object-fit: contain;
  object-position: center center;
  background: #fff;
}
