CSS = '\n ColdCacheWarningScreen {\n align: center middle;\n }\n\n ColdCacheWarningScreen > Vertical {\n width: 72;\n max-width: 90%;\n height: auto;\n background: $surface;\n border: solid $warning;\n padding: 1 2;\n }\n\n ColdCacheWarningScreen .cold-cache-title {\n text-style: bold;\n color: $warning;\n text-align: center;\n margin-bottom: 1;\n }\n\n ColdCacheWarningScreen .cold-cache-body {\n height: auto;\n color: $text;\n margin-bottom: 1;\n }\n\n ColdCacheWarningScreen .cold-cache-choice {\n height: auto;\n padding: 0 1;\n color: $text;\n }\n\n ColdCacheWarningScreen .cold-cache-choice.-selected {\n background: $surface-lighten-1;\n }\n\n ColdCacheWarningScreen .cold-cache-help {\n height: 1;\n color: $text-muted;\n text-style: italic;\n text-align: center;\n margin-top: 1;\n }\n '