.ddu-uploader-wrap {
  border: 1px solid #dcdfe4;
  border-radius: 8px;
  padding: 16px;
  margin: 12px 0;
  background: #fff;
}

.ddu-uploader-header {
  font-weight: 700;
  margin-bottom: 10px;
}

.ddu-help-text {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}

.ddu-file-list {
  margin-top: 12px;
}

.ddu-file-row {
  padding: 8px 10px;
  border: 1px solid #ececec;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #fafafa;
  font-size: 14px;
}

.ddu-file-row.is-success {
  border-color: #b7dfb9;
  background: #f4fbf4;
}

.ddu-file-row.is-error {
  border-color: #e7b4b4;
  background: #fff5f5;
}

.ddu-upload-errors {
  color: #c62828;
  margin-top: 10px;
  font-size: 14px;
}