.page{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-normal);gap:var(--space-normal);margin-top:var(--space-normal);margin-left:var(--space-normal);margin-right:var(--space-normal);max-width:var(--max-width);-webkit-hyphens:auto;hyphens:auto}@media(min-width:768px){.page{grid-template-columns:repeat(4,1fr)}}h1{line-height:1}p{grid-column:span 2}.page a{margin-left:.2ch;margin-right:.2ch;padding:0;padding-bottom:-.1ch}p:last-of-type a,p:last-of-type a:visited{color:var(--brand)}p:last-of-type a:hover{color:var(--text1);-webkit-text-decoration:underline;text-decoration:underline}@media(min-width:480px){p:last-of-type{align-self:end}}@media(min-width:768px){p:not(:last-of-type){grid-column:2 / span 2}p:last-of-type{grid-column:4}}
