.shared-employee-identity{

  min-width:
    0;

}


.shared-employee-name{

  color:
    #111827;

  font-weight:
    700;

  line-height:
    1.35;

}


.shared-employee-nickname{

  display:
    flex;

  flex-wrap:
    wrap;

  gap:
    4px;

  margin-top:
    3px;

  color:
    #6b7280;

  font-size:
    12px;

  line-height:
    1.35;

}


.shared-employee-nickname-label{

  color:
    #9ca3af;

}


.shared-employment-duration{

  display:
    flex;

  flex-direction:
    column;

  gap:
    3px;

}


.shared-employment-days{

  color:
    #111827;

  font-weight:
    700;

  line-height:
    1.3;

}


.shared-employment-description{

  color:
    #6b7280;

  font-size:
    12px;

  line-height:
    1.35;

}