/**
 * Public-facing styles for Pontiac Education Plugin
 *
 * @package    Pontiac_Education
 */

.pontiac-education-registration-form,
.pontiac-education-application-form {
	max-width: 600px;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.pontiac-education-registration-form h2,
.pontiac-education-application-form h2 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #333;
}

.pontiac-education-form-messages {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 4px;
	display: none;
}

.pontiac-education-form-messages.success {
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
	display: block;
}

.pontiac-education-form-messages.error {
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
	display: block;
}

.pontiac-education-form-field {
	margin-bottom: 20px;
}

.pontiac-education-form-field label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: #333;
}

.pontiac-education-form-field .required {
	color: #dc3545;
}

.pontiac-education-form-field input[type="text"],
.pontiac-education-form-field input[type="email"],
.pontiac-education-form-field input[type="tel"],
.pontiac-education-form-field input[type="file"],
.pontiac-education-form-field textarea,
.pontiac-education-form-field select {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}

.pontiac-education-form-field textarea {
	resize: vertical;
	min-height: 100px;
}

.pontiac-education-form-field .description {
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	font-style: italic;
}

.pontiac-education-submit-button {
	background-color: #0073aa;
	color: #fff;
	padding: 12px 24px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s;
}

.pontiac-education-submit-button:hover {
	background-color: #005a87;
}

.pontiac-education-submit-button:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

.pontiac-education-login-required {
	max-width: 600px;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
}

.pontiac-education-login-required a {
	color: #0073aa;
	text-decoration: none;
}

.pontiac-education-login-required a:hover {
	text-decoration: underline;
}

/* ACF Field Styling */
.pontiac-education-application-form .acf-field {
	margin-bottom: 20px;
}

.pontiac-education-application-form .acf-label {
	margin-bottom: 5px;
}

.pontiac-education-application-form .acf-input input,
.pontiac-education-application-form .acf-input textarea,
.pontiac-education-application-form .acf-input select {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
