.release-badge {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 3px 6px;
  border: 1px solid #bdaa79;
  border-radius: 4px;
  background: #faf7e9;
  color: #665023;
  font: 10px/1.2 ui-monospace, monospace;
  letter-spacing: .4px;
  vertical-align: middle;
  text-transform: uppercase;
}
.release-note {
  font-size: 13px;
  line-height: 1.6;
  color: #58664f;
}
.release-notes {
  max-width: 850px;
  padding-top: 35px;
  padding-bottom: 60px;
}
.release-notes h1 { font-size: clamp(30px, 5vw, 48px); }
.release-notes h2 { font-size: 24px; margin-top: 30px; }
.release-notes p, .release-notes li { font-size: 15px; line-height: 1.7; }
.release-notes li { margin-bottom: 10px; }
