.ellipsis{display:flex;flex-wrap:nowrap}.ellipsis__line{overflow:hidden}.ellipsis__text{word-break:break-all}.ellipsis__ellipsis{transition:opacity .1s;opacity:0;width:0}.ellipsis--has-ellipsis .ellipsis__line{-webkit-mask-image:linear-gradient(-90deg,transparent,#000 2ch);mask-image:linear-gradient(-90deg,transparent,#000 2ch)}.ellipsis--has-ellipsis .ellipsis__ellipsis{opacity:1;width:auto}