/* Setup styles in the other file. */

ol { min-block-size: 9rem; }

ol:nth-child(2),
ol:nth-child(3) {
	display: flex;
}

ol:nth-child(3) { flex-direction: column; }
