/* Keep the upload guidance while placing its sole add action where the former buttons were. */
.generic-production-form .production-upload-single-entry,
.suite-controls .production-upload-single-entry,
.sku-inputs .production-upload-single-entry {
  min-height: 0;
  gap: 6px;
  padding: 10px;
}

.generic-production-form .production-upload-single-entry .production-upload-add,
.suite-controls .production-upload-single-entry .production-upload-add,
.sku-inputs .production-upload-single-entry .production-upload-add {
  width: 32px;
  height: 32px;
  min-height: 32px;
  align-self: auto;
}
