/* AG Grid Theme Overrides
 *
 * AG Grid theming is primarily handled via the JavaScript theme API
 * in app/javascript/grid/grid_theme.js (seaportTheme using themeQuartz).
 *
 * This file is reserved for CSS-level overrides that cannot be achieved
 * through the JS theme API.
 */

/* Adjustment column headers — subtle tint to group them visually */
.ag-adjustment-header {
  background-color: #F3F4F6 !important;
}
