.agcustomers-recaptcha-badge-slot {
    margin-top: 0;
}

.agcustomers-recaptcha-badge-slot .grecaptcha-badge,
.grecaptcha-badge.agcustomers-recaptcha-badge-inline {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: inline-block !important;
    z-index: auto !important;
}

body > .grecaptcha-badge:not(.agcustomers-recaptcha-badge-inline),
body > div > .grecaptcha-badge:not(.agcustomers-recaptcha-badge-inline) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
