/* /Pages/Public/Components/SingleChoiceInput.razor.rz.scp.css */
[b-206c64lxdp] .radio-touch-target {
    min-height: 44px;
    display: flex;
    align-items: center;
}
/* /Pages/Public/Components/YesNoInput.razor.rz.scp.css */
.yesno-buttons[b-nquueobszg]  .yesno-error {
    border-color: var(--mud-palette-error);
    color: var(--mud-palette-error);
}
/* /Pages/Public/FillSurvey.razor.rz.scp.css */
/* Mobile-first: PublicLayout's MudContainer MaxWidth.Small already gives a single column; this
   page adds only the touch-target and no-hover-affordance rules that are specific to the fill flow. */

[b-c7l688hnjt] .mud-button-root {
    min-height: 44px;
}

/* No hover-dependent affordances: MudCard's default hover elevation is disabled here since this
   page is opened from a QR code on phones, where hover states are never triggered. */
[b-c7l688hnjt] .mud-card {
    transition: none;
}
