/* _content/Beslist.Product.Taxonomy.Web/Components/MainLayout.razor.rz.scp.css */
.nav-item[b-n5ww3zuvvq] {
    font-size: 0.9rem;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .nav-item[b-n5ww3zuvvq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-n5ww3zuvvq]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-n5ww3zuvvq]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

    .nav-item[b-n5ww3zuvvq]  .navbar-text {
        margin-left: 8px;
    }

[b-n5ww3zuvvq] .tab-text {
    color: white;
    padding-right: 8px;
    padding-top: 6px;
}
/* _content/Beslist.Product.Taxonomy.Web/Components/Pages/Category/CategoriesPage.razor.rz.scp.css */
/* Direct facet styling - light blue link */
.facet-direct[b-eljnbwi7gd] {
    color: var(--mud-palette-primary);
    font-weight: 500;
}

/* Inherited facet styling - light gray link */
.facet-inherited[b-eljnbwi7gd] {
    color: #9e9e9e;
    font-weight: 400;
}

/* Hidden facet styling - strikethrough light gray link */
.facet-hidden[b-eljnbwi7gd] {
    color: #9e9e9e;
    text-decoration: line-through;
    font-weight: 400;
}

/* Search match highlighting */
.search-match[b-eljnbwi7gd] {
    background-color: rgba(255, 235, 59, 0.4);
    padding: 0 4px;
    border-radius: 2px;
}

/* Facet value node styling (used in search results) */
.facet-value-node[b-eljnbwi7gd] {
    color: #757575;
    font-style: italic;
    font-size: 0.9em;
}

/* Inheritance source tooltip styling */
.inheritance-source[b-eljnbwi7gd] {
    font-size: 0.75rem;
    color: #9e9e9e;
    margin-left: 4px;
}
/* _content/Beslist.Product.Taxonomy.Web/Components/Pages/Category/LazyTreeView.razor.rz.scp.css */
.lazy-tree-view[b-9fmby0xolz] {
    font-family: inherit;
}

[b-9fmby0xolz] .tree-node {
    user-select: none;
}

[b-9fmby0xolz] .tree-node-content {
    border-radius: 4px;
    transition: background-color 0.1s ease;
    min-height: 32px;
}

[b-9fmby0xolz] .tree-node-content:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
/* _content/Beslist.Product.Taxonomy.Web/Components/Pages/CategoryFacet/CategorySelectionComponent.razor.rz.scp.css */
.mud-data-grid .mud-table-body tr:hover[b-dx06mgcwuq] {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.selected-row[b-dx06mgcwuq] {
    background-color: rgba(0, 123, 255, 0.2);
}
/* _content/Beslist.Product.Taxonomy.Web/Components/Shared/AppBreadcrumbs.razor.rz.scp.css */

.breadcrumbs[b-uxrq971fkb]  .mud-breadcrumbs .mud-breadcrumb-item .mud-icon-root {
    display: none;
}
