.mobile-smart-scan{display:none}
.form-status{display:block;min-height:1.25rem;margin-top:10px}
.section-heading-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}
.section-heading-row h2{margin-bottom:8px}
.table-limit-note{font-size:.9rem}
.import-panel{max-width:620px;margin:20px auto}
.import-panel label{display:flex;flex-direction:column;gap:6px}
.import-panel input,.import-panel select{width:100%;box-sizing:border-box}
.import-panel .btn.primary{align-self:flex-start}

@media (max-width:768px){
  .mobile-smart-scan{display:block}
  .section-heading-row{align-items:flex-start;flex-direction:column;gap:2px}
  .table-limit-note{margin-bottom:8px}
  .import-panel .btn.primary{width:100%}
}
