/* handy-abo · E-Mail-Eingabefeld mit Plausibilitätsprüfung (HAEmail) */
.haemail__hint {
  margin: 6px 2px 0;
  font-size: 12.5px;
  line-height: 1.4;
  min-height: 1em;
}
.haemail__hint.is-ok  { color: #1a8a4a; }
.haemail__hint.is-err { color: #c0392b; }

/* rote Umrandung des Feldes bei ungültiger Eingabe */
input.haemail--err {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, .12) !important;
}
