html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
	scroll-behavior: auto;
    }
}

@media (min-width: 1280px) {
    div.exam {
	display: grid;
	grid-template-columns: 10.5rem 1fr;
    }
}

body .grid article > svg {
	width: auto;
	height: 1.125rem;
	margin-bottom: calc(var(--pico-spacing) * .75);
	/*color: var(--pico-features-icon-color);*/
}
