/* reCAPTCHA Badge Styling */
.grecaptcha-badge {
    visibility: hidden; /* Hide the badge since we're using a custom text notice */
    opacity: 0;
}

/* Custom reCAPTCHA notice */
.recaptcha-notice {
    font-size: 12px;
    color: #6c757d;
    margin-top: 10px;
    text-align: center;
}

.recaptcha-notice a {
    color: var(--primary-color);
    text-decoration: none;
}

.recaptcha-notice a:hover {
    text-decoration: underline;
}

/* Spinner styling for button when submitting */
button[type="submit"] .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
    margin-right: 0.5rem;
}