/* Styles for flat-toctree entries that should appear as non-clickable containers */

.sidebar-tree li.flat-toctree.has-children>a {
    pointer-events: none;
    cursor: default;
}

/* Ensure the expand/collapse button remains clickable */
.sidebar-tree li.flat-toctree.has-children>button {
    pointer-events: auto;
    cursor: pointer;
}
