/* Hidden honeypot field used for bot detection. */
.eisa-newsletter__hp {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Shared response text area for JS and non-JS submissions. */
.eisa-newsletter__message {
  font-size: 14px;
  min-height: 1.25em;
}

.eisa-newsletter__message.is-success {
  color: #116329;
  background-color: #ffffff;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 700;
  display: inline-block;
}

.eisa-newsletter__message.is-error {
  color: #8a2424;
  background-color: #ffffff;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 700;
  display: inline-block;
}
