.dropzone-mini{
  margin-top: 10px;
  margin-bottom: 14px; /* add space above the download row */
  padding: 10px 12px;
  border: 2px dashed #b7c8b8;
  border-radius: 12px;
  background: #f8fbf7;
  color: #2b3a2e;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.dropzone-mini .dz-hint{
  font-weight: 500;
  color: #6b7280;
}

.dropzone-mini.dragover{
  border-color: #2E7D32;
  background: #eaf6ed;
  box-shadow: 0 10px 24px rgba(46,125,50,.14);
}

