/* FCP 14.7.12 — pulizia preview note task: niente sorgente Meta/Chrome in lista mobile/desktop. */
body.fcp-app-root-page .fcp-mobile-task-card .fcp-mobile-task-note-preview:empty,
body.fcp-app-root-page .fcp-mobile-task-card [data-fcp-clean-empty="1"]{
  display:none!important;
}
body.fcp-app-root-page .fcp-mobile-task-card .fcp-mobile-task-note-preview{
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
