/*! listing — the page box the writer's page and the topic page share, and the one line the ordering
block needs when it has nothing to list.

The ordering block itself is described ONCE, in templates/author.css, against the class names the
templates actually emit (`.ordering-list`, `.ordering-divider`, `.ordering-more`). A second BEM
description of the same block lived here and matched no markup at all — six rules and three media
queries that the browser parsed on every front page and never applied. */

@layer templates{

/* The page's content box: the page width, inset by the stepping gutter. */
.page-grid{inline-size:100%;max-inline-size:var(--width-page);margin-inline:auto;padding-inline:var(--gutter);}

.ordering__empty{margin:0;color:var(--ink-quiet);text-align:center;}

}
