/* Simple Mail Form — フロント共通スタイル（プリセット非依存の最小限） */

.smf-form {
	margin: 1.5em 0;
}

/* ハニーポット（ボット誘導用）。人間には非表示。 */
.smf-hp {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.smf-required {
	color: #d63638;
	margin-left: 0.25em;
}

.smf-desc {
	margin: 0.25em 0 0;
	font-size: 0.85em;
	color: #666;
}

.smf-error {
	margin: 0.25em 0 0;
	color: #d63638;
	font-size: 0.9em;
}

.smf-actions {
	margin-top: 1.25em;
}

.smf-submit[disabled],
.smf-submit.is-submitting {
	opacity: 0.6;
	cursor: progress;
}

.smf-radio,
.smf-checkbox {
	display: inline-block;
	margin-right: 1em;
}

.smf-confirm-note {
	margin: 0 0 1em;
	font-weight: 600;
}

.smf-actions .smf-back {
	margin-right: 0.75em;
	background: transparent;
	border: 1px solid #ccd0d4;
	padding: 0.55em 1.2em;
	border-radius: 4px;
	cursor: pointer;
}

.smf-captcha {
	margin: 1em 0;
}

.smf-complete {
	padding: 1em 1.25em;
	border: 1px solid #46b450;
	background: #f6fbf6;
	border-radius: 4px;
}
