/* reCAPTCHA Badge Styles */
.grecaptcha-badge {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999 !important;
    position: static !important;
    transform: scale(0.9);
    margin: 15px auto 0;
    display: block;
    width: 256px !important;
    height: 60px !important;
    box-shadow: none !important;
}

.recaptcha-info {
    margin-top: 20px;
    padding: 10px;
    font-size: 0.9rem;
}

.recaptcha-badge-container {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.recaptcha-badge {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    font-size: 0.85rem;
    color: #6c757d;
}

.recaptcha-badge img {
    height: 28px;
    margin-right: 8px;
}

.recaptcha-badge-text {
    font-size: 0.85rem;
}

.recaptcha-policy {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 5px;
    text-align: center;
}

/* Mobil cihazlar için uyarlama */
@media (max-width: 576px) {
    .recaptcha-badge {
        flex-direction: column;
        text-align: center;
    }

    .recaptcha-badge img {
        margin-right: 0;
        margin-bottom: 5px;
    }
}
