.turnstile-widget-error{display:flex;flex-direction:column;align-items:flex-start;gap:var(--ds-space-2);padding:var(--ds-space-3);border-radius:var(--ds-radius-md);background:var(--ds-danger-tint);font-family:var(--ds-font-sans)}.turnstile-widget-error-text{color:var(--ds-danger);font-size:var(--ds-text-ui);font-weight:var(--ds-weight-medium)}.turnstile-widget-error-hint{color:var(--ds-text-muted);font-size:var(--ds-text-xs);font-weight:var(--ds-weight-medium)}.turnstile-widget-retry{padding:6px var(--ds-space-3);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-md);background:var(--ds-surface-raised);color:var(--ds-text);font-family:var(--ds-font-sans);font-size:var(--ds-text-ui);font-weight:var(--ds-weight-medium);cursor:pointer}.turnstile-widget-retry:hover{background:var(--ds-surface-sunken)}