.CatalogFilterTitle {
    display: flex;
    flex-direction: row;
    padding-right: 20px;

    &-text {
        @include ellipsisWrap;

        flex: 1;
        font-weight: normal;
    }

    &-text-selected {
        color: var(--gray-800);
    }

    &-number {
        color: var(--gray-500);
    }
}
