/* v79: break the creator card heading at the Japanese comma on mobile. */
@media(max-width:720px){
  .version-v79 [data-template-id="audience-creator-title"] .creator-title-line-v79{
    display:block;
    white-space:nowrap;
  }
}
