/* Global styles for MudGrid */
.mud-grid {
    align-items: center; /* Vertically center items */
    justify-content: flex-start; /* Align items to the left */
}

/* Global styles for MudItem */
.mud-grid-item {
    display: flex;
    align-items: center; /* Vertically center content */
    justify-content: flex-start; /* Align content to the left */
}
