CSS = '\n CostBreakdownScreen { align: center middle; }\n CostBreakdownScreen > VerticalScroll {\n width: 78; max-width: 92%; height: auto; max-height: 85%;\n background: $surface; border: solid $primary; padding: 1 2;\n }\n CostBreakdownScreen .cost-breakdown-title {\n height: auto; text-style: bold; color: $primary;\n text-align: center; margin-bottom: 1;\n }\n CostBreakdownScreen .cost-breakdown-body {\n height: auto; color: $text;\n }\n CostBreakdownScreen .cost-breakdown-help {\n height: auto; color: $text-muted; text-style: italic;\n text-align: center; margin-top: 1;\n }\n '