* {
	box-sizing: border-box;
	line-height: 1.5;
}
body {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
	             Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
	             "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 13px;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
h3 {
  margin-bottom: 0px;
}
p, ul {
	max-width: 640px;
}
a {
	text-decoration: none;
	color: #0432ff;
}
ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
li {
	display: grid;
	grid-template-columns: 12ch 1fr;
	column-gap: 8px;
	margin-bottom: 8px;
	align-items: start;
}
li p {
	margin: 0;
}
span {
	display: block;
	padding: 4px 8px;
	border-radius: 8px;
	color: white;
	font-size: 0.875em;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
span.feature {
	background: #0096ff;
}
span.improvement {
	background: #ff9300;
}
span.fix {
	background: #008e00;
}
.download-links {
	font-size: 13px;
	margin: 0px 0px 12px 0px;
	max-width: 640px;
}
.download-links a {
	text-decoration: none;
	color: #0432ff;
}
.download-links a:hover {
	text-decoration: underline;
}