.cinzel-title {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 0.08em; /* Spacing between characters */
    word-spacing: 0.1em; /* Spacing between words (if applicable) */
}

.mud-tooltip-root.mud-tooltip-inline {
    display: flex;
    align-items: center;
}

/* High-specificity override for MudDataGrid mobile row spacing, constrained to mobile viewports */
@media (max-width: 599.98px) {
    div.mud-data-grid.mobile-row-spacing.mud-xs-table > div.mud-table-container > div > table > tbody.mud-table-body > tr.mud-table-row {
        margin-bottom: 3px; /* Create the physical space */
        box-shadow: 0 3px 0 0 darkgrey; /* Draw the "border" in the space below */
    }
}
