.grecaptcha-badge {
    display: none;
}

.custom-recaptcha3-terms {
    font-size: 12px;
}

.__googlesearch-trigger {
    position: fixed;
    right: 25px;
    bottom: 20px;
    cursor: pointer;
    z-index: 1001;
    display: none;
    text-align: center;
}

gen-search-widget {
    color: #202124;
    --md-sys-typescale-label-large-size: 15px;
}

.__googlesearch-trigger img {
    pointer-events: none;
    transition: 300ms ease-in-out;
}

.__googlesearch-trigger p {
    color: black;
    text-shadow: 1px 1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px -1px 0 white;
    font-size: 18px;
    margin: 7px 0 0;
    display: block;
    text-align: center;
    max-width: 200px;
    pointer-events: none;
}

.__googlesearch-trigger.active {
    display: block;
}

.__googlesearch-trigger.active:hover img {
    animation: none !important;
    transform: scale(1.1);
}

.__googlesearch-trigger.active.animated img {
    animation: pulsate-anim 4s ease-in-out infinite both;
}

.__googlesearch-trigger.small img {
    height: 60px;
}

.__googlesearch-trigger.medium img {
    height: 90px;
}

.__googlesearch-trigger.large img {
    height: 120px;
}


@keyframes pulsate-anim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
