/* Hide all Category 4 sections and items in the TOC Grid */
[id^="component-grid-toc-tocgrid-category-1"] {
    display: none !important;
}