/* Force the Turnstile widget to span the full form width; without this it
   can stay pinned at its 300px minimum in some browsers. */
#cf-turnstile,
#cf-turnstile div {
    width: 100% !important;
}
