/*
 * Audit history hub (views/indexes/audits.php) — page-specific rules from the
 * approved design's helmet that the global stylesheet does not cover.
 * Loaded via $pageContext['page_css'].
 */

/* The mobile search/sort bar yields to the sticky sidebar at the facet breakpoint
   (the global stylesheet already hides [data-facets] below 1000px). */
@media (min-width: 1000px) {
  [data-facets-m] {
    display: none !important;
  }
}

/* Index-table cells keep balanced wrapping, as in the design helmet. */
[data-index-table] td,
[data-index-table] th {
  text-wrap: balance;
}
