.has-error.radio-inline label {
    color: #ff3333;
}

/* Preserve explicit newlines in formly field descriptions so multi-line
   help text (e.g. the jump-condition reference) renders one item per line.
   `pre-line` collapses runs of whitespace but honours \n, so existing
   single-line descriptions render unchanged. */
.help-block {
    white-space: pre-line;
}

/* Check this on local first
.form-control {
    border-color: #ff3333;
}
*/
