.nf-catalog-provider-tree .nf-category-tree-row{grid-template-columns:minmax(0,1fr)}
.nf-catalog-provider-tree .nf-category-tree-choice{width:100%}
.nf-catalog-category-sidebar .nf-provider-tree-check{grid-column:1;grid-row:1 / span 2;align-self:start;width:18px;height:18px;margin:2px 0 0;accent-color:#257b39;cursor:pointer}
.nf-catalog-provider-tree--scrollable{max-height:620px;overflow-y:auto;overscroll-behavior:contain}
.nf-provider-tree-check:focus-visible{outline:2px solid var(--nf-accent,#23833c);outline-offset:2px}
@media(min-width:821px){
  .nf-catalog-category-sidebar .nf-catalog-provider-tree:not(.nf-catalog-provider-tree--scrollable){max-height:none;overflow-y:visible}
}
@media(max-width:820px){.nf-catalog-provider-tree--scrollable{max-height:390px}}
.nf-application-unavailable{display:block;padding:12px 8px;text-align:center;color:inherit;font-size:14px;line-height:1.5;background:var(--nf-surface,#f5f5f5);border:1px solid var(--nf-border,#d6dad4);border-radius:6px}
