/* English Digital Human / Human-like interaction: fixed three-line desktop copy. */
@media (max-width:1799px){
  html[lang="en"] .human-like-desc-en .human-like-desc-break{
    display:none!important;
  }
}

@media (min-width:1800px){
  html[lang="en"] .interaction-head .human-like-desc-en{
    flex:0 0 860px!important;
    width:860px!important;
    font-size:20px!important;
  }
  html[lang="en"] .human-like-desc-en .human-like-desc-line{
    white-space:nowrap!important;
  }
}
