/* Proven Results: softly emphasize rows at 100% list-to-sale or higher. */
.reviews-redesign-page .sold-results-table tbody tr.strong-result {
  background: transparent;
  box-shadow: none;
}

.reviews-redesign-page .sold-results-table tbody tr.strong-result td {
  background: #05274314;
}

.reviews-redesign-page .sold-results-table tbody td:last-child {
  font-variant-numeric: tabular-nums;
}

.reviews-redesign-page .sold-results-table tbody tr.strong-result td:last-child {
  color: var(--gold-dark);
  font-weight: 900;
}
