/* Global MudTable header and layout overrides */
.mud-table thead th {
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
}

.mud-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.mud-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.mud-table {
    border-radius: 8px;
    overflow: hidden;
}
