/* app.overrides.css */
/* Keep tiny; last-resort fixes against Bootstrap or edge cases. */

/* Hide the 'overwrite' row within the modal body add-file component (no :has() required). */
.modal-body .add-file .margin-addfile.row.mb-3 + .row.mb-3 {
  display: none !important;
}

/* Fixes for file-upload */
div.margin-addfile.row.mb-3 {
    min-height: auto;
}
