.wp-block-checkout-recaptcha {
position: relative;
margin-bottom: 25px;
}
#tcchre-g-recaptcha {
display: flex;
justify-content: right;
}
#chre_response {
visibility: hidden;
opacity: 0;
position: absolute;
width: 0;
height: 0;
top: 0;
z-index: -1;
}
.wp-block-checkout-recaptcha.has-error #tcchre-g-recaptcha > div,
.recaptcha-checkbox-border {
border: 1px solid #cc1818 !important;
color: #cc1818 !important;
box-shadow: 0px 0px 0px 1px;
border-radius: 4px;
}