.changelog-change-block {
  background: var(--md-code-bg-color);
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 4px;
  font-size: 0.85em;
  line-height: 1.55;
  overflow: auto;
  padding: 1em;
  white-space: pre-wrap;
}

.changelog-table {
  margin-block: 1rem;
  overflow-x: auto;
}

.changelog-table table {
  margin: 0;
  min-width: 76rem;
}

.changelog-table th {
  white-space: nowrap;
}

.changelog-table td {
  vertical-align: top;
}

.changelog-table td:nth-child(3),
.changelog-table td:nth-child(4),
.changelog-table td:nth-child(5),
.changelog-table td:nth-child(6) {
  white-space: nowrap;
}

.changelog-context {
  color: var(--md-default-fg-color--light);
}

.changelog-removed {
  background: rgba(248, 81, 73, 0.14);
  color: #cf222e;
  text-decoration: line-through;
}

.changelog-added {
  background: rgba(46, 160, 67, 0.14);
  color: #1a7f37;
}
