html {
    background: #fff;
    color: #1f2328;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    width: 100%;
    max-width: 780px;
    margin: 0;
    padding: 16px 18px 20px;
    font: 13px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.version {
    padding: 18px 0 16px;
    border-top: 1px solid #e7e9ee;
}

.version:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.version h1 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px 10px;
    margin: 0 0 10px;
    color: #111418;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
}

.release-date {
    display: inline-block;
    position: relative;
    top: -2px;
    padding: 2px 9px 3px;
    border-radius: 999px;
    background: #e5f3f2;
    color: #18736d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.notes {
    color: #2c3137;
}

.notes > :first-child {
    margin-top: 0;
}

.notes > :last-child {
    margin-bottom: 0;
}

.notes p {
    margin: 8px 0;
}

.notes ul {
    margin: 8px 0;
    padding-left: 16px;
}

.notes li {
    margin: 4px 0;
}

.notes li p {
    margin: 0;
}

.notes li + li {
    margin-top: 5px;
}

.notes h3 {
    margin: 14px 0 6px;
    color: #18736d;
    font-size: 13px;
    font-weight: 700;
}

a {
    color: #0b6ea8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong,
b {
    color: #14171a;
    font-weight: 700;
}

code {
    padding: 1px 4px;
    border-radius: 4px;
    background: #f2f4f7;
    color: #1f2328;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.92em;
}

em {
    color: #59616c;
}
