.job-careers-wrapper-c77f30a7 {
	font-family: inherit;
}

.job-grid-c77f30a7 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
}

.job-card-c77f30a7 {
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	display: flex;
	flex-direction: column;
}

.job-title-c77f30a7 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 600;
}

.job-meta-c77f30a7 {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

.job-desc-c77f30a7 {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.5;
}

.job-quals-c77f30a7 {
	margin-bottom: 20px;
	font-size: 14px;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	flex-grow: 1;
}

.job-quals-c77f30a7 ul {
	margin: 5px 0 0 20px;
	padding: 0;
}

.job-apply-btn-c77f30a7 {
	background: #0073aa;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	transition: opacity 0.2s;
	align-self: flex-start;
}

.job-apply-btn-c77f30a7:hover {
	opacity: 0.8;
}

/* Modal */
.job-modal-c77f30a7 {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.job-modal-content-c77f30a7 {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.job-modal-close-c77f30a7 {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
	color: #666;
}

.job-modal-close-c77f30a7:hover {
	color: #000;
}

.job-modal-content-c77f30a7 h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
}

.form-group-c77f30a7 {
	margin-bottom: 15px;
}

.form-group-c77f30a7 label {
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 14px;
}

.form-group-c77f30a7 input[type="text"],
.form-group-c77f30a7 input[type="email"],
.form-group-c77f30a7 textarea,
.form-group-c77f30a7 input[type="file"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: inherit;
}

.job-form-submit-c77f30a7 {
	width: 100%;
	background: #0073aa;
	color: #fff;
	border: none;
	padding: 12px;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
}

.form-response-message-c77f30a7 {
	margin-bottom: 15px;
	font-weight: bold;
}

.form-response-message-c77f30a7.success { color: green; }
.form-response-message-c77f30a7.error { color: red; }
