Let $X$ be an $n\times n$ real matrix with coefficients $0\leq X_{ij}\leq 1$ such that $\sum_{j=1}^n X_{ij} \leq \bar{X}_i$, with $\bar{X}_i<1$ for all $i$. Consider the matrix $$ Y=(I-X)^{-1}, $$ where $I$ is the identity matrix. I would like to find bounds $\underline{Y}$ and $\overline{Y}$ such that $\underline{Y}\leq Y_{ij} \leq \overline{Y}$ for all $i,j$.
What I could find so far: $I-X$ is diagonally dominant so its eigenvalues are positive. In addition, its off-diagonal terms are nonpositive. It is therefore an $M$-matrix and the elements of its inverse are nonnegative. So one lower bound for $Y_{ij}$ is $\underline{Y}=0$, although there might be a tighter one.