.form-field {
  /* background: rgb(168 194 129 / 15%); */
  margin-bottom: 15px;
}
.form-field input,
.repeater-group input.form-field {
  /* background: transparent; */
  background: rgb(168 194 129 / 15%);
  border: none;
  font-size: 20px;
  font-family: var(--thirdFont);
  font-weight: 300;
  padding: 10px 15px;
  width: 100%;
}
input::placeholder {
  color: #000000;
}
#add-age-row {
  margin-top: 5px;
}
button.remove-row {
  margin: 10px 0 5px;
}
.consent {
  margin-top: 30px;
  margin-bottom: 30px;
}
.consent .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.consent .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
}
.wpcf7-form-control.wpcf7-checkbox input[type='checkbox'] {
  accent-color: #a5d867; /* soft green border/fill */
  border: 1px solid #a8c281;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.wpcf7-form-control.wpcf7-checkbox label {
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
}

.wpcf7-submit {
  display: none !important;
}

.custom-submit {
  background: none;
  border: none;
  cursor: pointer;
}
span.submit-arrow {
  line-height: 0;
  margin-left: 10px;
}
.custom-submit-wrapper {
  margin-bottom: 10px;
}
.wpcf7-spinner {
  margin: 0 10px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em;
}
.pum-container .pum-content > :first-child {
  padding: 0;
}
