.hg1821-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.hg1821-import-row{display:flex;gap:10px;align-items:end;flex-wrap:wrap;margin-top:14px}
.hg1821-import-row label{display:flex;flex-direction:column;gap:5px;min-width:280px}
.hg1821-import-row input[type=file]{max-width:100%}
.hg1821-table-wrap{overflow:auto}
#hg1821Table{min-width:980px}
#hg1821Table th,#hg1821Table td{vertical-align:top}
.hg1821-status{font-weight:700;white-space:nowrap}
.hg1821-status.matched{color:#145c39}
.hg1821-status.confirmed{color:#1261a0}
.hg1821-status.review{color:#8a5200}
.hg1821-status.duplicate{color:#6b3c87}
.hg1821-status.error{color:#a52d2d}
.hg1821-reason{max-width:260px;white-space:normal}
@media (max-width:700px){
  .hg1821-import-row{display:grid;grid-template-columns:1fr}
  .hg1821-import-row .btn{width:100%}
  .hg1821-actions{justify-content:flex-start}
}
