.root:empty {
    display: none;
}

.root_inline {
    composes: root;
    display: inline-block;
}
