.cas-if-false {
    display: none;
}

.cas-else + .cas-if-true {
    /* CSS styles for the div if it's immediately preceded by an element with the class 'cas-if-true' */
    display: none;
}