/**
 * Facilitator Forms Styles
 * Styles for facilitator profile forms
 */

/* ===== Facilitator Profile Form ===== */
.nef-facilitator-profile-form-full {
	max-width: 900px;
	margin: 0 auto;
}

.nef-form-section {
	border: 1px solid #ddd;
	padding: 25px;
	margin-bottom: 30px;
	border-radius: 8px;
	background: #f9f9f9;
}

.nef-form-section legend {
	font-size: 20px;
	font-weight: bold;
	padding: 0 15px;
	color: #333;
}

.nef-info-box {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 20px;
}

.nef-info-box p {
	margin: 10px 0;
}

.nef-form-actions {
	text-align: center;
	margin-top: 30px;
}

.required {
	color: #d00;
}
