/* tools/feeds-and-speeds/tool.css — the little this tool needs beyond /assets/tool.css.
 * Every class starts with fas- so nothing here can restyle the shared kit. */

/* The status chips under the feed, in one wrapping row. */
.fas-flags { display: flex; flex-wrap: wrap; gap: var(--s-2); }

/* The warnings: stacked block messages. */
.fas-msgs { display: grid; gap: var(--s-3); }

/* A numeric column's header, right-aligned over its tk-n cells. */
.tk-table th.fas-r { text-align: right; }
