/*!
 * YKZTPACK 全站统一询盘通道 — 仅提供提交状态提示的最小样式
 * 不覆盖任何既有按钮 / 排版样式；弹窗内成功态复用插件既有的 .ykzt-contact-modal__success
 */
.ykzt-ui-status {
	margin: 12px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: inherit;
}

.ykzt-ui-status--info {
	font-weight: 500;
	opacity: 0.75;
}

.ykzt-ui-status--err {
	color: #b3261e;
}

.ykzt-contact-modal__panel .ykzt-ui-status {
	margin: 14px 0 0;
}
