/* WooCommerce Custom Registration Form Builder - front-end styles (scoped) */

.wccrfb-intro {
	margin-bottom: 1em;
	padding: 12px 14px;
	background: #f6f7f9;
	border-left: 3px solid #2271b1;
	border-radius: 3px;
	font-size: 0.95em;
}

.wccrfb-password-help {
	margin: 4px 0 8px;
	font-size: 0.9em;
	color: #555;
}

.wccrfb-password-requirements {
	margin: 0 0 12px;
	padding-left: 18px;
	font-size: 0.85em;
	color: #666;
	list-style: disc;
}

.wccrfb-password-requirements li {
	margin: 2px 0;
}

.wccrfb-field .wccrfb-choices {
	display: block;
}

.wccrfb-field .wccrfb-choice {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-right: 14px;
	margin-bottom: 4px;
	font-weight: normal;
}

.wccrfb-field textarea.input-text {
	min-height: 90px;
}

.wccrfb-notice {
	padding: 10px 12px;
	background: #f6f7f9;
	border-radius: 3px;
}
