.work-item-highlighted-text {
  max-height: 32px;
  margin-top: 2px;
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 39px;
  margin-right: 11px;
}

.work-item-highlighted-text highlighthit {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.work-item-highlighted-text .workitem-snippet-prop-label {
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
}
