/* Entitlements page (mw-et-*) — one full-width MwDataGrid over all people in the event,
   combining their admission tickets, handouts, and incentives with the assignment tools. */

.mw-et-layout {
    display: flex;
    gap: 12px;
    padding: 12px;
    box-sizing: border-box;
    /* NOTE: Same dense-appbar height math as the Post-Annahmestelle page (mw-pa-layout) — the app
       uses a DENSE MudAppBar, so MudMainContent's padding-top is appbar*0.75; subtract that instead
       of the full appbar to fill exactly to the viewport bottom. */
    height: calc(100vh - var(--mud-appbar-height) + var(--mud-appbar-height) / 4);
}

.mw-et-grid {
    flex: 1;
    min-width: 0;
}
