/* Global Grid Styling */
.e-grid .e-rowcell,
.e-grid .e-headercell {
    text-align: left !important;
    justify-content: flex-start !important;
}

.courtier-icon-cell,
.icon-cell {
    text-align: center !important;
    justify-content: center !important;
}

/* Add any other common grid styles here */