.contact-lead-feedback {
  margin-top: 1rem;
  border-radius: 0.375rem;
  padding: 0.85rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}

.contact-lead-feedback[data-state="success"] {
  background: rgba(75, 111, 66, 0.12);
  color: #315b2b;
}

.contact-lead-feedback[data-state="error"] {
  background: rgba(166, 57, 46, 0.1);
  color: #8b332b;
}

.lead-popup__error {
  margin: 1rem 0 0;
  color: #9a3a31;
  font-size: 0.78rem;
  line-height: 1.55;
}
