CSS = '\n AgentSelectorScreen {\n align: center middle;\n background: transparent;\n }\n\n AgentSelectorScreen > Vertical {\n width: 50;\n max-width: 90%;\n height: auto;\n max-height: 80%;\n background: $surface;\n border: solid $primary;\n padding: 1 2;\n }\n\n AgentSelectorScreen .agent-selector-title {\n text-style: bold;\n color: $primary;\n text-align: center;\n margin-bottom: 1;\n }\n\n AgentSelectorScreen .agent-selector-subtitle {\n height: auto;\n color: $text-muted;\n text-align: center;\n margin-bottom: 1;\n }\n\n AgentSelectorScreen OptionList {\n height: auto;\n max-height: 16;\n background: $background;\n }\n\n AgentSelectorScreen .agent-selector-help {\n height: 1;\n color: $text-muted;\n text-style: italic;\n margin-top: 1;\n text-align: center;\n }\n 'Styling for the centered modal shell, title, option list, and help footer.