/* Xserver運用では、旧デモ用の固定注意書きを表示しません。 */
.tg-demo-note {
	display: none !important;
}

/* セリフを表示するまでは、ホバー用ラベルを出しません。 */
.tg-walker:hover .tg-walker-bubble:not(.tg-speech-persistent),
.tg-walker-bubble:not(.tg-speech-persistent) {
	opacity: 0 !important;
	visibility: hidden !important;
}

/* 一度話したセリフは、次にクリックされるまで表示します。 */
.tg-walker-bubble.tg-speech-persistent {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	width: max-content;
	max-width: min(230px, 70vw);
	height: auto;
	white-space: normal;
	line-height: 1.55;
	pointer-events: none;
}
