/**
 * CF7 workaround - show success message with Recaptcha
 */
.wpcf7 form.resetting .wpcf7-response-output:not(:empty) {
    display: block;
    background-color: var(--wpex-success-bg);
    border-inline-start-color: var(--wpex-green-success);
    border-color: #46b450;
}