/* ============================================================
   AI & Digital Transformation 2026 — local overrides

   Every visual change Construct has made on top of Vicinity's build
   lives here, so adt-2026/css/style.css stays byte-identical to what
   they delivered. If they ever issue an updated package, that file can
   be replaced wholesale and these fixes survive.

   Loaded immediately after style.css, on the same two templates.
   Keep each rule commented with what it changes and why.
   ============================================================ */

/* ---- Register-interest form -------------------------------------
   The status line ("Thank you — taking you to your brochure…") sat
   too close under the submit button. Vicinity's value is 0.9rem.
   ---------------------------------------------------------------- */
.lkyspp-ai .lky-form-status {
  margin-top: 1.6rem;
}
