/* iToolsEra JPG to PDF */

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

.jpg-to-pdf-drop-zone.is-dragging {
  border-color: #007bff;
  background: #f0f7ff;
}

.jpg-to-pdf-drop-icon {
  font-size: 2.75rem;
}

.jpg-to-pdf-file-item {
  overflow: hidden;
}

.jpg-to-pdf-thumb {
  width: 76px;
  height: 76px;
  border: 1px solid #dee2e6;
  border-radius: 0.35rem;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.jpg-to-pdf-thumb img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

.jpg-to-pdf-result {
  padding: 1rem;
}

.jpg-to-pdf-success-icon {
  font-size: 3.25rem;
  color: #16a34a;
}

@media (max-width: 575.98px) {
  .jpg-to-pdf-drop-zone {
    padding: 2rem 1rem;
  }

  .jpg-to-pdf-thumb {
    width: 64px;
    height: 64px;
  }

  .jpg-to-pdf-file-item .btn {
    min-width: 38px;
  }
}
