body {
  background-color: #F9F9F9;
}

.build-version {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 11px;
  color: #9aa1a9;
  letter-spacing: 0.02em;
}

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justsmallenough {
  width: 20em;
}

.changelog-panel {
  margin-top: 8px;
  margin-bottom: 14px;
  max-width: 31em;
  border-color: #e8ecef;
  box-shadow: none;
  background-color: #fcfdfe;
}

.changelog-heading {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a8b0b8;
  background: transparent;
  border-bottom: 1px solid #edf1f4;
  padding-top: 4px;
  padding-bottom: 3px;
}

.changelog-list {
  max-height: 11em;
  overflow-y: auto;
  text-align: left;
  padding: 6px 10px 8px;
  scrollbar-width: thin;
  scrollbar-color: #dfe5ea #f6f8fa;
}

.changelog-list::-webkit-scrollbar {
  width: 8px;
}

.changelog-list::-webkit-scrollbar-track {
  background: #f6f8fa;
}

.changelog-list::-webkit-scrollbar-thumb {
  background: #dfe5ea;
  border-radius: 10px;
  border: 2px solid #f6f8fa;
}

.changelog-list::-webkit-scrollbar-thumb:hover {
  background: #d3dbe2;
}

.changelog-group {
  margin-bottom: 7px;
}

.changelog-group:last-child {
  margin-bottom: 0;
}

.changelog-date {
  font-size: 10px;
  font-weight: 600;
  color: #9ea8b2;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.changelog-items {
  margin: 0;
  padding-left: 14px;
}

.changelog-item {
  font-size: 11px;
  line-height: 1.25;
  color: #717b85;
  margin-bottom: 1px;
}

#code {
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .build-version {
    right: 8px;
    font-size: 10px;
  }

  .changelog-panel {
    width: calc(100% - 20px);
  }

  .changelog-list {
    max-height: 9.5em;
  }
}
