        .hub-recaptcha-info {
            text-align: center;
            padding: 0.5rem;
            background: linear-gradient(135deg, #f8fafc 0%, rgba(20, 78, 118, 0.03) 100%);
            border-radius: var(--hub-radius-sm, 8px);
            border: 1px solid var(--hub-border, #e2e8f0);
            margin-bottom: 1.25rem;
        }
        .hub-recaptcha-info i { color: #22c55e; margin-right: 0.25rem; }
        .hub-recaptcha-info span { font-size: 0.75rem; color: var(--hub-text-muted, #64748b); }
        .hub-recaptcha-info a { color: var(--hub-primary, #144e76); text-decoration: none; }
        .hub-recaptcha-info a:hover { text-decoration: underline; }
