/* reCAPTCHA Widget Container - Ẩn hoàn toàn, chỉ dùng để khởi tạo reCAPTCHA */
#recaptcha-widget,
.recaptcha-widget {
    position: fixed !important;
    bottom: -9999px !important; /* Đẩy ra ngoài màn hình */
    right: -9999px !important;
    z-index: -1 !important;
    visibility: hidden !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* Ẩn badge reCAPTCHA - chỉ cần reCAPTCHA hoạt động, không cần hiển thị badge */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}

