/* Force reCAPTCHA challenge to stay in viewport */
div[style*="z-index: 2000000000"] {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/* Inline error message for reCAPTCHA */
.recaptcha-error-message {
    color: rgb(252, 165, 165, 1);
    font-size: 14px;
    margin-top: 10px;
    display: none;
    font-weight: 500;
}

.form-item--error-message::before {
    content: "\26A0";
    background: none;
}

.recaptcha-error-message::before {
    content: "\26A0";
    padding-right: 10px;
}