.recaptcha-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--recaptcha-overlay-bg, #ffffff00);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recaptcha-overlay-target > *:not(.recaptcha-overlay) {
    visibility: var(--recaptcha-overlay-target-visibility, hidden);
}

.recaptcha-overlay-target {
    min-height: 140px;
}

.recaptcha-overlay-cancel {
    width: 100%;
    max-width: 304px;
    margin: 15px auto 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .g-recaptcha-bubble-arrow {
        display: none;
    }
    .g-recaptcha-bubble-arrow + div {
        position: fixed !important;
        left: calc(50% - 200px);
    }
}
