/* reCAPTCHA widget spacing — visible above submit buttons */
.ncci-recaptcha-wrap {
    margin: 12px 0 8px;
    min-height: 78px;
}

.ncci-recaptcha-container {
    display: block;
    line-height: 0;
}

.ncci-recaptcha-wrap .conval.ncci-recaptcha-error {
    margin-top: 6px;
}

#contact-form .form-bottom,
#tell-us .form-bottom,
.service-pop-up-form .form-bottom {
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

#contact-form .ncci-recaptcha-wrap,
#tell-us .ncci-recaptcha-wrap {
    flex: 1 1 100%;
    margin-bottom: 4px;
}

.service-pop-up-form .ncci-recaptcha-wrap {
    width: 100%;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .ncci-recaptcha-container {
        transform: scale(0.92);
        transform-origin: left top;
    }
}
