/* Compact multi-select dropdown. Tuned to sit inline with form-select-sm / form-control-sm controls in a filter row. */ .msd-toggle { min-width: 9rem; max-width: 15rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* Keep a long option list from running off-screen — scroll within the menu. */ .msd-menu { max-height: 16rem; overflow-y: auto; } /* The whole row is a