/* Shared presentation primitives used by multiple ChampionBS Razor pages. */

/* Dense MudBlazor table defaults for the pages that previously defined them inline. */
:where(.champion-shared-list-table).champion-small-font-table .mud-table-cell {
    font-size: 0.70rem;
    padding: 4px;
}

:where(.champion-shared-list-table) .champion-small-width {
    width: 24px;
}

:where(.champion-shared-list-table) .champion-medium-width {
    width: 100px;
}

/* Standard border for compact detail inputs. */
.champion-custom-border {
    border: 2px solid #d3d3d3;
    border-radius: 4px;
}
