.version-history-page {
  width: 100%;
}

.version-history-intro {
  max-width: 75ch;
}

.version-history-status {
  margin: 0 20px 1.25rem 20px;
  color: var(--text-medium);
}

.version-history-status.error {
  color: #9d2a2a;
}

.version-history-list {
  grid-template-columns: 1fr;
  margin-top: 1.5rem;
}

.version-card {
  padding: 0.5rem 0 1.25rem 0;
  border-top: var(--border-debug);
}

.version-card:first-child {
  border-top: 0;
}

.version-card h3 {
  margin: 1rem 0 0.25rem 0;
}

.version-date {
  margin: 0 0 0.75rem 0;
  font-weight: 600;
  opacity: 0.9;
}

.version-card h4 {
  margin: 1rem 0 0.5rem 0;
}

.version-card ul {
  margin: 0.25rem 0 0.25rem 1.2rem;
  padding: 0;
}

.version-card li {
  margin: 0.35rem 0;
}

@media (max-width: 768px) {
  .version-history-status {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
