/* Keep both languages visible within the existing two-line card name area. */
.motion-app .motion-resource-copy strong.motion-bilingual-name {
  display:block;
  -webkit-line-clamp:unset;
}
.motion-bilingual-name > span {
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
