[data-rr-turnstile] {
  min-height: 65px;
  width: 100%;
}

.rr-turnstile-status {
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid currentColor;
  border-radius: 10px;
  font-size: 0.82rem;
  line-height: 1.45;
}

.rr-turnstile-status.is-error {
  color: #a61b1b;
  background: rgba(166, 27, 27, 0.06);
}

.rr-turnstile-status.is-warning {
  color: #7a4d00;
  background: rgba(122, 77, 0, 0.06);
}

.rr-turnstile-status.is-info {
  color: #245b82;
  background: rgba(36, 91, 130, 0.06);
}

.rr-turnstile-retry {
  margin-top: 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  padding: 7px 12px;
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
}

.rr-turnstile-retry:hover,
.rr-turnstile-retry:focus-visible {
  text-decoration: underline;
}
