/* Fahrtenbuch-scoped touch-target sizing for MudSelect/MudAutocomplete popovers.
   Applied only where a component explicitly sets PopoverClass/ListClass="tcm-fb-touch-list"
   (see frontend/Pages/Fahrtenbuch/*.razor and Shared/FahrtenbuchAddressField.razor) —
   loaded app-wide as a static file, but has zero effect anywhere else, keeping the
   fix scoped to the Fahrtenbuch module by design (2026-07 mobile UX fix). */

.tcm-fb-touch-list .mud-list-item {
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (pointer: coarse) {
    .tcm-fb-touch-list .mud-list-item-text {
        font-size: 1rem;
    }
}
