.action-menu.visible {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.narration-textarea-shell {
	position: relative;
	width: 100%;
}

.narration-quill-editor .ql-toolbar {
	display: none;
}

.narration-quill-editor .ql-container {
	border: 0;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgba(226, 232, 240, 0.9);
	max-height: 128px;
	overflow: hidden;
	background: transparent;
}

.narration-quill-editor .ql-editor {
	padding: 0.75rem 0;
	min-height: 44px;
	max-height: 128px;
	overflow-y: auto;
	color: rgba(226, 232, 240, 0.9);
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	white-space: pre-wrap;
	word-break: break-word;
}

.narration-quill-editor .ql-editor.ql-blank::before {
	left: 0;
	right: 0;
	font-style: normal;
	color: rgba(226, 232, 240, 0.3);
}

.narration-quill-editor .ql-editor.ql-disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.narration-quill-editor .ql-editor .ql-narrative {
	font-family: "Cinzel", serif;
	font-style: italic;
	color: rgba(226, 232, 240, 0.75);
}

.narration-quill-editor .ql-editor .ql-font-cinzel {
	font-family: "Cinzel", serif;
	font-style: italic;
	color: rgba(226, 232, 240, 0.75);
}
