main {
  flex: 1;
  padding: 72px 24px 80px;
}

.page-inner {
  max-width: 680px;
  margin: 0 auto;
}

.page-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}

.page-sub {
  font-size: 17px;
  color: var(--on-surface-variant);
  max-width: 520px;
  margin-bottom: 56px;
  line-height: 1.7;
}

.release {
  margin-bottom: 48px;
  /* The app deep-links to these, and a fixed header would otherwise cover the
     heading it just jumped to. */
  scroll-margin-top: 96px;
}

.release:last-child {
  margin-bottom: 0;
}

.release-version {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 2px;
}

/* Arriving from the app highlights the section it landed on, so it is obvious
   which release you are looking at on a long page. */
.release:target .release-version {
  color: var(--blue-700);
}

.release:target {
  border-left: 3px solid var(--blue-700);
  padding-left: 20px;
  margin-left: -23px;
}

.release-note {
  font-size: 14px;
  color: var(--on-surface-variant);
  margin-bottom: 20px;
}

.release h3 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--on-surface-variant);
  margin: 20px 0 8px;
}

.release ul {
  margin: 0;
  padding-left: 20px;
}

.release li,
.release > p {
  font-size: 15px;
  color: var(--on-surface-variant);
  line-height: 1.8;
  margin-bottom: 6px;
}
