[data-files-browser] [data-entry-key].is-cut-pending {
  opacity: .45;
  transition: opacity .12s ease;
}
.product-files-cut-feedback {
  margin: 4px 14px 10px;
  padding: 9px 12px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
  color: #1e40af;
  font-size: 12px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.product-files-cut-feedback[hidden] { display: none; }
.product-files-cut-feedback.is-error {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}
.is-file-drop-target {
  outline: 2px solid #2877f7;
  outline-offset: -2px;
  background-color: #e9f2ff !important;
}
