.demo-form .form-enhanced-field {
  min-width: 0;
}

.demo-form .form-enhanced-field input {
  min-width: 0;
}

.demo-form .form-enhanced-field select,
.demo-form .form-enhanced-field textarea {
  width: 100%;
  min-width: 0;
  font: inherit;
  color: inherit;
  resize: vertical;
}

.demo-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  color: #9eb1c5;
  font-size: .72rem;
  line-height: 1.45;
}

.demo-form .form-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  margin: .1rem 0 0;
  accent-color: #d7ff4f;
}

.form-field-status {
  min-height: 1.1em;
  margin-top: -2px;
  color: #8aa0b7;
  font-size: .68rem;
  font-weight: 500;
  line-height: 1.35;
}

.form-field-status[data-state="success"] {
  color: #d7ff4f;
}

.form-field-status[data-state="error"] {
  color: #ff9f9f;
}

.form-field-status[data-state="loading"] {
  color: #a9c9ff;
}

.form-audience-note {
  grid-column: 1 / -1;
  margin: 2px 0 -7px;
  color: #9eb1c5;
  font-size: .68rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 1120px) {
  .form-audience-note {
    grid-column: 1;
    margin-top: 0;
  }
}
