/**
 * reCAPTCHA v3 rozeti — sol alt, varsayılan gibi dar (70px), hover/tıklamada açılır.
 * Sağdaki AI widget ile çakışmaması için konum solda.
 */
body .grecaptcha-badge {
    position: fixed !important;
    left: 16px !important;
    right: auto !important;
    bottom: 16px !important;
    z-index: 9990 !important;
    margin: 0 !important;
    width: 70px !important;
    overflow: hidden !important;
    transition: width 0.3s ease, box-shadow 0.25s ease !important;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.12) !important;
    border-radius: 4px !important;
    background: transparent !important;
    border: none !important;
}

body .grecaptcha-badge:hover,
body .grecaptcha-badge:focus-within {
    width: 256px !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.16) !important;
}

body .grecaptcha-badge iframe {
    display: block !important;
    border: none !important;
    vertical-align: top !important;
}

@media (max-width: 480px) {
    body .grecaptcha-badge {
        left: 12px !important;
        bottom: 12px !important;
        width: 70px !important;
    }

    body:has(.ea-ai-widget.is-open) .grecaptcha-badge {
        bottom: 88px !important;
    }
}

@media (max-width: 380px) {
    body:has(.ea-ai-widget.is-open) .grecaptcha-badge {
        bottom: 80px !important;
    }
}
