.cf-turnstile {
  min-width: 0;
  max-width: 100%;
}

.cf-turnstile[data-size="flexible"] {
  width: 100%;
}

.cf-turnstile[data-size="compact"] {
  width: 150px;
  max-width: 100%;
  justify-self: center;
}
