.excel-import-box {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid #d9e5ec;
  border-radius: 14px;
  background: #f7fafb;
}
.excel-import-box > button { justify-self: start; }
.excel-import-box label { display: grid; gap: 8px; font-weight: 700; }
.excel-import-box input[type="file"] {
  padding: 12px;
  border: 1px dashed #9eb5c2;
  border-radius: 10px;
  background: #fff;
  font-weight: 500;
}
.excel-import-box p { margin: 0; color: #587080; line-height: 1.5; }
@media (max-width: 700px) {
  .page-top .btn-row [data-op-import-config],
  .page-top .btn-row [data-op-import-run],
  .page-top .btn-row [data-op-run] { width: 100%; }
}
