/* Administration → System → Background jobs (M-302). Page-scoped presentation only — the grids are the
   shared Tabulator component, so this sheet carries just the headings above each grid and the flush-all
   form in the toolbar. Token-driven; mirrors the self-updater's runs-title. */

/* Heading above each grid (Failed / Pending), stacked down the page. */
.platform-system-jobs__grid-title {
    margin: var(--platform-space-lg, 1.5rem) 0 var(--platform-space-sm, 0.5rem);
    font-size: var(--platform-font-size-md, 1rem);
    font-weight: 600;
}

/* The flush-all form sits in the grid toolbar; strip its default block margin so it aligns with the strip. */
.platform-system-jobs__flush {
    margin: 0;
}
