/* CUSTOM AG-GRID STYLING */

/* Center-aligned column headers */
.ag-center-aligned-header .ag-header-cell-text {
    text-align: center !important;
    width: 100% !important;
}

/* Ensure header content is centered */
.ag-center-aligned-header .ag-header-cell-comp-wrapper {
    justify-content: center !important;
}

.ag-center-aligned-header {
    text-align: center !important;
}
