.changelog {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #24292f;
}

.changelog h1 {
  font-size: 32px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d0d7de;
  padding-bottom: 10px;
}

.changelog-group {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.changelog-date {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0969da;
}

.changelog-items {
  border-left: 2px solid #d0d7de;
  padding-left: 20px;
}

.changelog-item {
  /* margin-bottom: 20px; */
  position: relative;
}

.changelog-item::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #0969da;
  border-radius: 50%;
}

.changelog-item h3 {
  margin: 0 0 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.changelog-content {
  margin-top: -10px;
  font-size: 14px;
  line-height: 1.6;
}

.changelog-content p {
  margin: 5px 0;
}

.changelog-content ul {
  padding-left: 20px;
}

.changelog-content code {
  background: #f6f8fa;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 13px;
}

h4 {
  margin-bottom: 4px;
}

h4 + ul {
  margin-top: 4px;
}

ul + h4 {
  margin-top: -10px;
}

