/* Ultracell V20.62 — preserva o layout de importacao Estoque Facil; corrige somente o deploy Windows. */
.product-import-summary-grid {
  grid-template-columns: repeat(4, minmax(110px, 1fr));
}

.product-import-table-wrap {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.product-import-table {
  min-width: 980px;
}

.product-import-table th,
.product-import-table td {
  white-space: nowrap;
}

.product-import-table td:nth-child(3),
.product-import-table td:nth-child(4),
.product-import-table td:nth-child(5),
.product-import-table td:nth-child(6) {
  white-space: normal;
  min-width: 130px;
}

@media (max-width: 430px) {
  .product-import-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-import-template-download {
    align-items: stretch;
  }

  .product-import-template-btn {
    width: 100%;
  }
}
