I am trying to get arrows to enter and leave different parts of a node in a particular diagram I'm writing in tikzcd. So far I have the following:
\begin{tikzcd}
\makebox[1em][r]{$Long text 1$} \arrow[rr] \arrow[d] & &
\makebox[1em][l]{$Long text 2$} \arrow[d] \\
{A} \arrow[r] & {B} \arrow[r] & C
\end{tikzcd}
Which produces the following result:

So essentially I would like the arrow from "Long text 1" to "A" to start at the L and the arrow from "Long text 2" to "C" to start at the 2, while not changing the arrow going from "Long text 1" to "Long text 2".
Any help would be massively appreciated. Thanks alot!

