.album-timeline-group {
  margin-top: 22px;
}

.album-timeline-date {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #526c67;
}

.album-timeline-date strong {
  white-space: nowrap;
  font-size: 14px;
}

.album-timeline-date span {
  height: 1px;
  flex: 1;
  background: #dfecea;
}
