/* Only the existing top-bar selector needs sizing; switching has no dialog. */
.app-shell .auth-workspace-selector { max-width: 190px; }
.app-shell .auth-workspace-selector select { width: 100%; max-width: 190px; text-overflow: ellipsis; cursor: pointer; }
@media(max-width:600px) { .app-shell .auth-workspace-selector { max-width: 135px; } }
