/*
 * Application-wide styles. Governor data grid styles live in governor_data_grid.css.
 */

/*
 * Admin list/table pages. The header is already full-bleed (px-6);
 * drop the 80rem (max-w-7xl) cap so grids can use the viewport.
 */
.admin-main-wide {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding: 1.5rem;
}

.discovery-run-log {
  min-height: 8rem;
}
