/* ============================================================
   📌 BADGE DE reCAPTCHA
   ============================================================ */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    border-radius: 4px !important;
    bottom: 20px !important;
    right: 0px !important;
    z-index: 9999 !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.recaptcha-notice {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
}