/* Form Pro (-fp) : styles runtime */

/* Honeypot : hors ecran, jamais display:none (certains bots le detectent) */
.form-fp .fp-hp {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-fp .fp-feedback {
  margin-top: 1rem;
}

.form-fp .fp-submit[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
