/* EnsureLoc Quick-Add desktop/laptop refinement — 2026-09-10 v2
   Scanner remains available on smaller phone/tablet layouts.
   On desktop/laptop widths, Choose File is the only primary file action. */

@media (min-width: 900px) {
  #scanDocument {
    display: none !important;
    visibility: hidden !important;
  }

  .capture-actions #openFiles {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}
