/* Esrala contact form — neutral enough to sit in any theme. */
.esrala-form { max-width: 40rem; }
.esrala-form-title { margin: 0 0 1rem; }
.esrala-field { display: block; margin: 0 0 1rem; }
.esrala-field label { display: block; margin-bottom: .35rem; font-weight: 600; }
.esrala-field input[type="text"],
.esrala-field input[type="email"],
.esrala-field textarea {
  width: 100%; padding: .7rem .85rem; border: 1px solid #cbd2dc; border-radius: .6rem;
  font: inherit; background: #fff; color: inherit; box-sizing: border-box;
}
.esrala-field input:focus, .esrala-field textarea:focus {
  outline: none; border-color: #123a6d; box-shadow: 0 0 0 3px rgba(18,58,109,.12);
}
.esrala-submit {
  background: #123a6d; color: #fff; border: 0; border-radius: .6rem;
  padding: .8rem 1.6rem; font: inherit; font-weight: 600; cursor: pointer;
}
.esrala-submit:hover { background: #0e2f58; }
.esrala-privacy { margin-top: .75rem; font-size: .85rem; opacity: .75; }
.esrala-form-success {
  border: 1px solid rgba(15,118,110,.35); background: rgba(15,118,110,.08);
  border-radius: .75rem; padding: 1rem 1.25rem;
}
.esrala-form-error {
  border: 1px solid rgba(185,28,28,.35); background: rgba(185,28,28,.07);
  border-radius: .75rem; padding: .75rem 1rem; margin-bottom: 1rem;
}
/* Honeypot: off-screen rather than display:none, which some bots skip. */
.esrala-hp {
  position: absolute !important; left: -9999px !important;
  width: 1px; height: 1px; overflow: hidden;
}
