.terra-sticky-captcha-wrap {
    margin: 14px 0 12px;
    min-height: 78px;
}

.terra-google-captcha {
    transform-origin: left top;
}

.terra-sticky-captcha-message {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
    color: #b32d2e;
}

.terra-captcha-honeypot {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 360px) {
    .terra-google-captcha {
        transform: scale(.88);
    }
    .terra-sticky-captcha-wrap {
        min-height: 70px;
    }
}
