/* Post-migration overrides (not part of the Webflow export) */

/* webflow.js appends the Turnstile widget as a bare <div> inside the email-capture
   forms, which are flex rows — without this it renders to the right of the submit
   button instead of beneath the fields. */
.get-access-2 {
  flex-wrap: wrap;
}
.get-access-2 > div {
  flex-basis: 100%;
  margin-top: 12px;
}
