.image-converter-drop-zone {
  border: 2px dashed #dee2e6;
  border-radius: 0.5rem;
  padding: 2.5rem 1.5rem;
  transition: all 0.2s ease;
  background: #fafbfc;
}

.image-converter-drop-zone.is-dragging {
  border-color: #007bff;
  background: #f0f7ff;
}

.image-converter-drop-icon {
  font-size: 2.75rem;
}

.image-converter-item {
  overflow: hidden;
}

.image-converter-thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 0.35rem;
  border: 1px solid #dee2e6;
}

.image-converter-preview-box {
  width: 100%;
  min-height: 150px;
  height: 180px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-converter-preview-box img {
  display: block;
  max-width: 100%;
  max-height: 170px;
  width: auto;
  height: auto;
}

.image-converter-result-card {
  overflow: hidden;
}

.image-converter-result-card .card-header {
  min-height: 46px;
}

.image-converter-result-card .card-footer {
  border-top: 1px solid #e9ecef;
}

.image-converter-setting-status {
  white-space: nowrap;
}

.min-width-0 {
  min-width: 0;
}

.image-converter-original-format {
  font-size: 0.75rem;
  font-weight: 600;
}

.image-converter-item .per-output {
  font-weight: 600;
}
