/**
 * 99Land reCAPTCHA Protection - Frontend Styles
 */

.nnland-recaptcha-wrapper {
    margin: 15px 0;
    padding: 0;
}

.nnland-recaptcha-v2-container {
    margin: 15px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.nnland-recaptcha-notice {
    color: #d63638;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 14px;
}

/* Login/Registration form specific styles */
#loginform .nnland-recaptcha-wrapper,
#registerform .nnland-recaptcha-wrapper {
    margin-bottom: 20px;
}

/* Comment form specific styles */
.comment-form .nnland-recaptcha-wrapper {
    margin: 20px 0;
}

/* reCAPTCHA badge positioning (v3) */
.grecaptcha-badge {
    z-index: 9999;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .nnland-recaptcha-v2-container {
        padding: 10px;
    }

    .g-recaptcha {
        transform: scale(0.9);
        transform-origin: 0 0;
    }
}
