/* Vehicle Arrivals page (mw-va-*) — one full-width MwDataGrid listing everyone in the
   event arriving with their own vehicle (parking or camping), with handout and
   admission-ticket assignment tools. */

.mw-va-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-va-grid {
    flex: 1;
    min-width: 0;
}
