scripted_gui = {
	internal_politics_open = {
		context_type = player_context

		window_name = "eoanb_strata_open_container"

		visible = {
			always = yes
		}

		effects = {
			#moved to scripted_gui > custom_tabview_buttons
		}
		triggers = {
			open_TTT_click_enabled = {
				NOT = { has_global_flag = TTT_daily_refresh }
			}
		}
	}

	internal_politics_screen = {
		context_type = player_context

		window_name = "eoanb_strata_container"

		visible = {
			has_global_flag = strata_screen_opened
		}

		effects = {
		}

		triggers = {
		}
	}
}