/*! route-fallback — index.php's route (search, any archive, the posts index, a 404 with no 404.php).
Not a designed page: the demo has none, so there is nothing to port and nothing to measure it against.
It exists so a URL that reaches no designed template is never a naked wall of text.

NAMED FOR THE ROUTE, not "listing", because templates/listing.css already owns that word for something
else entirely — the author and topic pages' shared page grid and ordering block. Two files called
listing.css, in two different enqueue lists, is how one of them gets edited in place of the other. */

@layer components{

.listing{width:100%;max-width:var(--width-column);margin-inline:auto;padding:var(--space-20);}
.listing__items{display:flex;flex-direction:column;gap:var(--space-20);}
.listing__title,
.listing__heading{color:var(--ink);}

}
