/* === استایل اختصاصی reCAPTCHA در فرم‌های ورود === */
.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 15px auto !important;
    max-width: 100%;
    transform: scale(1);
    transform-origin: center;
}

/* برای فرم ورود وردپرس */
body.login .g-recaptcha {
    margin-top: 20px !important;
}

/* برای فرم ورود ووکامرس */
.woocommerce form.login .g-recaptcha {
    margin-top: 20px;
    margin-bottom: 10px;
}
