/* Additional rules that don't go through the SASS Parser, because it doesn't support all modern features */
.s2-item-hierarchical-info > * {
    @container (width < 1.5cm) {
        display: none;
    }
}
