.grecaptcha-badge,
iframe[src*="recaptcha"][src*="anchor"],
iframe[src*="recaptcha/api2/anchor"] {
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

.grecaptcha-badge iframe {
    width: 0 !important;
    height: 0 !important;
}

.rwp-panel-recaptcha-notice-inline a {
    color: #2271b1;
    text-decoration: none;
}

.rwp-panel-recaptcha-notice-inline a:hover {
    text-decoration: underline;
}

.rwp-panel-recaptcha-notice-inline {
    display: block;
    margin-top: 14px;
    color: #646970;
    font-size: 11px;
    line-height: 1.4;
}

.rwp-v2-challenge {
    margin: 12px 0;
    animation: rwp-fade-in 0.25s ease;
}

@keyframes rwp-fade-in {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}
