/**
 * M-coreOS CF7 UX
 * Version: 1.0.0
 *
 * 送信状態と文字数カウンターの見た目だけを担当する。
 */

.wpcf7.mcore-cf7-ux--sending .wpcf7-submit {
	opacity: 0.65;
	cursor: wait !important;
	pointer-events: none !important;
}

.wpcf7.mcore-cf7-ux--success .wpcf7-submit {
	background: #6b7280 !important;
	border-color: #6b7280 !important;
	color: #ffffff !important;
	opacity: 0.78;
	cursor: default !important;
	pointer-events: none !important;
}

.mcore-cf7-ux-counter {
	margin-top: 0.35rem;
	font-size: 0.85em;
	line-height: 1.5;
	text-align: right;
	opacity: 0.72;
}

.mcore-cf7-ux-counter--over {
	font-weight: 600;
	opacity: 1;
}

.wpcf7-response-output.mcore-cf7-ux-response--memo {
	line-height: 1.8;
}
