[data-image-input-zone] {
  position: relative;
  transition: border-color 0.14s ease, background 0.14s ease, box-shadow 0.14s ease;
}

[data-image-input-zone].is-image-drag-over {
  border-color: rgba(219, 76, 118, 0.58) !important;
  background: #fff5f9 !important;
  box-shadow: inset 0 0 0 2px rgba(219, 76, 118, 0.14), 0 8px 22px rgba(84, 55, 68, 0.1);
}

[data-image-input-zone].is-image-drag-over::after {
  position: absolute;
  z-index: 12;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(219, 76, 118, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  padding: 4px 8px;
  color: #a23d61;
  content: '释放后加入图片';
  font-size: 10px;
  font-weight: 850;
  pointer-events: none;
}

