/* ヒアリングフォームのフロント補助スタイル(基本はテーマの .wpt-form に乗る)。 */

.osuite-form__message {
	min-height: 1.5em;
	margin-bottom: 12px;
}

.osuite-form__message.is-error {
	color: #d63638;
	font-weight: bold;
}

.osuite-form__done {
	background: #f0f6ec;
	border: 1px solid #7ad03a;
	border-radius: 8px;
	padding: 24px;
	text-align: center;
}

.osuite-repeater__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-end;
	padding: 12px;
	border: 1px dashed #d9dee7;
	border-radius: 8px;
	margin-bottom: 10px;
}

.osuite-repeater__cell {
	flex: 1 1 160px;
}

.osuite-repeater__cell label {
	font-size: 0.8rem;
	margin-bottom: 2px;
}

.osuite-repeater__remove {
	padding: 8px 14px;
	flex: 0 0 auto;
}

.osuite-form .wpt-btn {
	cursor: pointer;
	border: 0;
	font: inherit;
	font-weight: bold;
}
