.work-item-card-header {
  padding: 10px; }
  .work-item-card-header--type-icon {
    background: rgba( 248, 248, 248 ,  1 );
    background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
    width: 26px;
    height: 26px; }
    .work-item-card-header--type-icon .bowtie-icon {
      font-size: 1.125rem;
      width: auto;
      height: auto; }
  .work-item-card-header--id {
    margin-left: 5px;
    font-size: 0.75rem; }

.work-item-card-title-link {
  margin-top: 7px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }
