.work-item-referenced-artifact {
  border-radius: 2px;
  background: rgba( 244, 244, 244 ,  1 );
  background: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  padding: 14px; }
  .work-item-referenced-artifact-link-container {
    width: 0px;
    overflow: hidden; }
  .work-item-referenced-artifact-link {
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9));
    display: block; }
  .work-item-referenced-artifact-icon {
    margin-right: 6px; }
  .work-item-referenced-artifact-id {
    color: rgba( 102, 102, 102 ,  1 );
    color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
    margin-right: 6px; }
  .work-item-referenced-artifact-divider {
    width: 1px;
    height: 16px;
    background: rgba( 200, 200, 200 ,  1 );
    background: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    margin: 0 6px; }
