
/* Ballpark estimate dollar amount must show red */
#estimateResult .estimate-price-large,
#estimateResult .impact-price,
.estimate-price-large,
.impact-price,
.ballpark-price,
.ballpark-estimate,
.ballpark-estimate-amount {
  color: #d60000 !important;
  -webkit-text-fill-color: #d60000 !important;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 1.05 !important;
  display: block !important;
  margin: 8px 0 14px !important;
  text-shadow: none !important;
}
