
.timeline-item[data-v-adb5e11c] {
  display: flex;
  position: relative;
}
.timeline-avatar-column[data-v-adb5e11c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 8px;
  position: relative;
}
.timeline-line[data-v-adb5e11c] {
  position: absolute;
  top: 14px;
  bottom: -50px;
  width: 2px;
  background-color: #ccc;
  z-index: 0;
}
.timeline-line.last[data-v-adb5e11c] {
  bottom: 0;
}
.timeline-avatar[data-v-adb5e11c] {
  z-index: 1;
}
.timeline-content[data-v-adb5e11c] {
  flex-grow: 1;
}


