/* Governance page family — page-only layout tweaks. Every block on
   these views is a design-system component (_page, _card, _stat,
   _table, _chips, _badge, _kv, _empty); the rules here only place
   them. */

/* Overview tiles are links: lift the border on hover, keep text colour. */
[data-page="governance"] a.stat { color: inherit; transition: border-color var(--t-fast); }
[data-page="governance"] a.stat:hover { border-color: var(--color-border-hi); color: inherit; }

/* Filter chips sit inside the findings card header on their own line
   under the title, so the flush table can start straight beneath. */
[data-page="governance"] .card__header .chips { flex-basis: 100%; margin: 0; min-width: 0; }

/* Copy-to-clipboard code spans (file paths, commit hashes) read as
   clickable — main.js handles the click/keydown. */
[data-page="governance"] [data-copy-text] { cursor: pointer; }

/* Server pager inside a card footer: controls on one row, status
   centred between Prev / Next. */
[data-page="governance"] .pager { display: flex; align-items: center; gap: var(--sp-3); flex-wrap: wrap; width: 100%; }
[data-page="governance"] .pager__status { margin-left: auto; margin-right: auto; }
