.background-remover-drop-zone {
  border: 2px dashed #dee2e6;
  border-radius: 0.5rem;
  padding: 2.5rem 1.5rem;
  transition: all 0.2s ease;
  background: #fafbfc;
}
.background-remover-drop-zone.is-dragging {
  border-color: #007bff;
  background: #f0f7ff;
}
.background-remover-drop-icon {
  font-size: 2.75rem;
}
.background-remover-item {
  overflow: hidden;
}
.background-remover-thumb {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 0.35rem;
  border: 1px solid #dee2e6;
  background: #f8f9fa;
}
.background-remover-setting-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  background: #fff;
}
.background-remover-result-preview,
.background-remover-compare-preview {
  border: 1px solid #e9ecef;
  border-radius: 0.35rem;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, #eef0f2 25%, transparent 25%),
    linear-gradient(-45deg, #eef0f2 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eef0f2 75%),
    linear-gradient(-45deg, transparent 75%, #eef0f2 75%);
  background-size: 18px 18px;
  background-position:
    0 0,
    0 9px,
    9px -9px,
    -9px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.background-remover-result-preview {
  height: 180px;
}
.background-remover-result-preview img {
  max-width: 100%;
  max-height: 170px;
  display: block;
}
.background-remover-compare-preview {
  height: 260px;
}
.background-remover-compare-preview img {
  max-width: 100%;
  max-height: 250px;
  display: block;
}
.background-remover-original-preview {
  background: #f8f9fa;
}
.background-remover-result-card {
  overflow: hidden;
}
.background-remover-range-value {
  min-width: 52px;
  display: inline-block;
}
