.form__item {
  margin-bottom: 1.5rem;
}

.form__item--label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.InputfieldMaxWidth {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* hide the honeypot spam field */
.form__item--scf-website {
  display: none;
}

.button {
  background: #00843d; /* match your govuk green or brand color */
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.form__item--scf-website {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
