/* The forms POST normally; the server renders the real success/error banner at
   the top of the page. These inline blocks are unused — keep them hidden so the
   "Sent." text doesn't show before submit. */
.form-confirmation { display: none; }

/* Contact form custom checkboxes (paired with Tailwind peer-checked utilities) */
.checkbox-label { display: flex; align-items: center; gap: .5rem; cursor: pointer; }
.custom-checkbox {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.15rem; height: 1.15rem; flex-shrink: 0;
  background: #fff; border: 1.5px solid #E2E2DF; border-radius: 4px;
  transition: background .15s ease, border-color .15s ease;
}
