.ah-lazy-form {
  text-align: center;
}

.ah-lazy-form__mount {
  text-align: left;
}

/* The CTA is a .btn (display:inline-block), which overrides the UA
   [hidden] rule. Force it hidden once the form has mounted. */
.ah-lazy-form [data-ah-lazy-cta][hidden] {
  display: none !important;
}
