.noom-reveal-target {
    height: 0;
    overflow: hidden;
    transition: height .25s ease-out, padding .25s ease-out, opacity .25s ease-out, visibility .25s ease-out;
}

.noom-reveal-target-visible {
    transition: height .25s ease-in, padding .25s ease-in, opacity .25s ease-in, visibility .25s ease-in;
}
