/* Author CV */

.author-avatar {
  box-shadow: 0 0 0 2px rgb(255 255 255), 0 0 0 3px rgb(226 232 240);
}

.dark .author-avatar {
  box-shadow: 0 0 0 2px rgb(30 41 59), 0 0 0 3px rgb(51 65 85);
}

.author-timeline::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  background: rgb(226 232 240);
}

.dark .author-timeline::before {
  background: rgb(51 65 85);
}

.author-timeline-item {
  position: relative;
  padding-left: 2rem;
}

.author-timeline-item::before {
  content: '';
  position: absolute;
  left: 0.35rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: rgb(20 184 166);
  box-shadow: 0 0 0 3px rgb(204 251 241);
}

.dark .author-timeline-item::before {
  box-shadow: 0 0 0 3px rgb(19 78 74 / 0.5);
}
