/* V290 · valores de revenda integrados à tabela Produtos e prova real */
#products .product-audit-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-gutter: stable;
  overscroll-behavior-x: contain;
}

#products .product-audit-table {
  width: max-content;
  min-width: 100%;
  table-layout: auto;
}

#products .product-audit-table th,
#products .product-audit-table td {
  white-space: nowrap;
}

#products .product-audit-table .audit-product-description {
  min-width: 360px;
  white-space: nowrap;
}

#products .audit-reseller-head,
#products .audit-reseller-price {
  font-variant-numeric: tabular-nums;
}

#products .audit-reseller-price strong {
  color: #08753f;
}

#products .product-audit-table-wrap:focus-visible {
  outline: 2px solid #16834d;
  outline-offset: 2px;
}

@media (max-width: 900px) {
  #products .product-audit-table .audit-product-description {
    min-width: 300px;
  }
}
