/* 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;
}

/* "Use Cashews on the web (beta)" link rendered below the store badges */
.web-beta-link {
  display: block;
  margin-top: 14px;
  color: #6fb7ab;
  font-weight: 600;
  text-decoration: none;
}
.web-beta-link:hover {
  text-decoration: underline;
}

/* Framed app screenshots swapped in for the 2023 marketing composites: keep them
   phone-sized regardless of the slot's original image dimensions. */
img[src*="/assets/media/0"] {
  max-width: min(100%, 400px);
  height: auto;
}

/* Content pages built on the mission-statement shell (/security): the shared
   .paragraph class has no bottom margin, which jams paragraphs together. */
.div-block-51 .paragraph {
  margin-bottom: 1.4em;
}
.div-block-51 h1.heading-2 {
  margin-bottom: 0.6em;
}
