.imgconvert-preview-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.imgconvert-preview-img {
  max-width: 100%;
  max-height: 360px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

#imgconvert-dropzone.is-dragging #imgconvert-dropzone-panel {
  border-color: #000;
  background-color: #fffef2;
}

.imgconvert-chip {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 0.35rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #000;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.imgconvert-chip:hover {
  border-color: #ffd700;
  background: #fffbe8;
}

.imgconvert-upload-spinner {
  display: inline-flex;
  transform: none;
}
