.state-targeting {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-top: 30px;
  border-left: 4px solid #3498db;
}
#stateSelector, #updateEstimate {
  padding: 8px 12px;
  margin-right: 10px;
}
#updateEstimate {
  background: #2ecc71;
  color: white;
  border: none;
  cursor: pointer;
}