/**
 * @license
 * SPDX-License-Identifier: AGPL-3.0-only
 *
 * Zhifeng's Markdown To Website Renderer
 * Copyright (C) 2024  Zhifeng Wang 王之枫
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published
 * by the Free Software Foundation, version 3 of the License only.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */.con4_bhtree{display:flex;flex-direction:row-reverse;height:100vh;position:relative;text-align:end;-webkit-user-select:none;user-select:none;width:100%}.con4_bhtree h4{font-size:1.5rem;text-align:center}.con4_bhtree_panel{box-sizing:border-box;max-height:100vh;margin:0;overflow-y:scroll;padding:0}.con4_bhtree_game_board{margin:auto;width:80%}.con4_bhtree_panel_nav{display:flex;flex-direction:row-reverse}.con4_bhtree_nav{padding:.2rem;position:relative;font-size:2rem;z-index:5}.con4_bhtree_nav button{background-color:transparent;border:1px solid var(--fg);color:var(--fg);display:block;font-size:1.2rem;text-align:left;width:100%}.con4_bhtree_nav button:hover{background-color:var(--fg);color:var(--bg);cursor:pointer}.con4_bhtree_active_states{font-size:1.5rem;padding:.2rem;position:relative;z-index:5}.con4_bhtree_active_states h4{font-size:1.5rem;text-align:center}.con4_bhtree_active_states_list{max-height:50vh;overflow-y:scroll}.con4_bhtree_state_btn{background-color:transparent;border:1px solid var(--fg);box-sizing:border-box;color:var(--fg);display:flex;font-size:1.2rem;justify-content:space-between;text-align:left;width:100%}.con4_bhtree_rm:hover{background-color:var(--fg);color:var(--bg)}.con4_bhtree_state_btn>button{background-color:transparent;border:0px;color:var(--fg);cursor:pointer;font-size:1.2rem;text-align:left}.con4_bhtree_state_btn.active,.con4_bhtree_state_btn.active>button{background-color:var(--fg);color:var(--bg)}.con4_bhtree_state_btn:hover,.con4_bhtree_state_btn:hover>button{background-color:var(--fg);color:var(--bg);cursor:pointer}
