Problem Statement
Let $(X,\|\cdot \|)$ be a Banach space and $Y$, $Z$ closed subspaces of $X$. If $Y+Z$ is closed, then show that there exists $C>0$ such that for all $x \in Y+Z$, there exist $y \in Y$, $z \in Z$ such that $x = y+z$ and $\|y\| + \|z\| \leq C\|x\|$.
Attempt
If $Y \cap Z = \{0\}$, then by this post, we can use the open mapping theorem and we are done. So my idea is to reduce to this case somehow.
I try to consider the bijective continuous linear map $Y\oplus Z/\{(w,-w)|w \in Y \cap Z\} \to Y+Z$, and the open mapping theorem tells me the inverse is also a continuous linear operator. Hence there exists $C>0$ such that $\inf_{w \in Y \cap Z}\{\|y+w\|+\|z-w\|\} \leq C\|y+z\|$ for all $y \in Y$, $z \in Z$. But then I don't know how to go from here as I don't know whether this infimum can be achieved or not.
Thanks for your help.