#goals-form .eg-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

#goals-form .eg-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 14px;
  color: #aeb8c3;
  font-size: 0.7rem;
  line-height: 1.45;
}

#goals-form .eg-consent input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  accent-color: #cb8747;
}

#goals-form .eg-consent a {
  color: #e9eef4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#goals-form .eg-lead-status {
  position: static;
  width: auto;
  height: auto;
  margin: 12px 0 0;
  padding: 10px 12px;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #e9eef4;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: center;
}

#goals-form .eg-lead-status:empty {
  display: none;
}

#goals-form .eg-lead-status.is-success {
  border-color: rgba(97, 190, 133, 0.45);
  background: rgba(50, 132, 82, 0.16);
  color: #dcf7e6;
}

#goals-form .eg-lead-status.is-error {
  border-color: rgba(235, 103, 103, 0.5);
  background: rgba(172, 54, 54, 0.16);
  color: #ffe1e1;
}

#goals-form button[disabled] {
  cursor: wait;
  opacity: 0.75;
}

