/* CF7 renders the response as text. Preserve its line and paragraph breaks. */
.wpcf7-form.cf7va-registration-form .wpcf7-response-output {
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.cf7va-registration-form .wpcf7-response-output .cf7va-status-accepted {
    color: #16703c;
    font-weight: 600;
}

.cf7va-registration-form .wpcf7-response-output .cf7va-status-attention {
    color: #b42318;
    font-weight: 600;
}

.cf7va-registration-form input[type="checkbox"] {
    margin-right: 10px;
}
