/**
 * 富文本降级：普通 textarea
 */
textarea.social-aieditor-fallback,
.social-aieditor-fallback {
	display: block !important;
	box-sizing: border-box;
	width: 100%;
	min-height: 120px;
	padding: 10px 12px;
	border: 1px solid var(--br-c, #dcdfe6);
	border-radius: 4px;
	background: #fff;
	color: #303133;
	font-size: 14px;
	line-height: 1.6;
	resize: vertical;
}

textarea.social-aieditor-fallback:focus,
.social-aieditor-fallback:focus {
	outline: none;
	border-color: var(--pm-c, #409eff);
	box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.12);
}

.social-publish-content-input.social-aieditor-fallback {
	min-height: 280px;
}

.social-comment-content-fallback {
	min-height: 120px;
}

.is-aieditor-fallback #publish-aieditor,
.is-aieditor-fallback #comment-aieditor,
.is-aieditor-fallback #uc-signature-aieditor {
	display: none !important;
}

.social-uc-signature-editor.is-aieditor-fallback textarea.social-aieditor-fallback {
	min-height: 120px;
	max-height: 200px;
}
