/**
 * School form completion styles.
 *
 * @since 1.2.0
 */

.school-form-completion {
	margin: 30px 0;
	padding: 20px;
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	text-align: center;
}

.school-open-form-btn {
	padding: 12px 24px;
	font-size: 16px;
	cursor: pointer;
}

.school-form-completed-notice {
	color: #28a745;
	font-weight: 600;
	font-size: 16px;
}

.school-form-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.school-form-modal-content {
	background: #fff;
	border-radius: 8px;
	width: 90%;
	max-width: 800px;
	max-height: 90vh;
	overflow: auto;
}

.school-form-modal-header {
	padding: 15px 20px;
	border-bottom: 1px solid #dee2e6;
}

.school-form-modal-header h3 {
	margin: 0;
}

.school-form-modal-body {
	padding: 0;
}

.school-form-modal-body iframe {
	display: block;
	width: 100%;
	min-height: 500px;
}

.school-form-modal-footer {
	padding: 15px 20px;
	border-top: 1px solid #dee2e6;
	text-align: center;
}

.school-form-modal-footer .button {
	margin-bottom: 8px;
}

.school-form-modal-footer .description {
	font-size: 13px;
	color: #6c757d;
}
