/* Cloudflare renders the challenge in a protected iframe. This only controls
   its placement and outer edge so it remains aligned with the contact form. */
#turnstileWidget {
  display: flex;
  width: 100%;
  min-height: 65px;
  justify-content: center;
  align-items: center;
  margin: 4px 0 2px;
}

#turnstileWidget iframe {
  border: 0 !important;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}
