/* filters.css — the row that holds the filter chips and the result count.
   The chips themselves are dropdown triggers; see components/dropdown.css. */
.filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:18px}
.count{font-size:13px;color:var(--ink-4);letter-spacing:-.006em}
/* The same bar without the chips: a count on the left, an action on the right. */
.view-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:18px}
