.wf-dnd-dropzone {
  border: solid 1px #a7a7a7;
  border-radius: 5px;
  background-color: #f9f9f9;
  padding-left: 13px;
}

.wf-dnd-dropzone::before {
  content: "Drag and drop files into this box or use the 'Choose file' button below.";
  display: block;
  margin-bottom: 8px;
  color: #555;
}

.wf-dnd-dropzone .form_row {
  display: flex;
  align-items: flex-start;
}

.wf-dnd-dropzone .form_row:not(:first-child) {
  margin-top: 0.5rem;
}

.wf-dnd-dropzone .form_row input[type="checkbox"] {
  margin-top: 4px; /* Optional: tweak for perfect alignment */
  margin-right: 8px; /* Space between checkbox and label */
  transform: scale(1.3); /* Makes the checkbox 1.5 times bigger */
  /* Optional for better alignment after scaling: */
  vertical-align: top;
}

.wf-dnd-dropzone .form_row > label {
  word-wrap: break-word;
  display: inline-block;
  max-width: 90%;
}
