.ontarioai-career-application-form .is-field-error {
	border-color: #dc2626;
	box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.15);
}

.ontarioai-career-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ontarioai-career-application-message.is-error {
	background: rgba(220, 38, 38, 0.08);
	border: 1px solid rgba(220, 38, 38, 0.2);
	color: #991b1b;
}

.ontarioai-career-application-message.is-success {
	background: rgba(13, 122, 101, 0.08);
	border: 1px solid rgba(13, 122, 101, 0.2);
	color: #0d7a65;
}

.ontarioai-career-application-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.ontarioai-career-file-upload {
	position: relative;
}

.ontarioai-career-file-upload__input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ontarioai-career-file-upload__dropzone {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 28px 24px;
	border: 2px dashed #d0cec8;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
	text-align: center;
}

.ontarioai-career-file-upload__dropzone:hover,
.ontarioai-career-file-upload__dropzone.is-dragover {
	border-color: rgba(107, 70, 255, 0.45);
	background: rgba(107, 70, 255, 0.04);
}

.ontarioai-career-file-upload__dropzone:focus-within {
	border-color: #6b46ff;
	box-shadow: 0 0 0 3px rgba(107, 70, 255, 0.12);
}

.ontarioai-career-file-upload__dropzone.has-file {
	border-style: solid;
	border-color: rgba(107, 70, 255, 0.35);
	background: rgba(107, 70, 255, 0.04);
}

.ontarioai-career-file-upload__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(107, 70, 255, 0.08);
	color: #6b46ff;
}

.ontarioai-career-file-upload__icon svg {
	width: 22px;
	height: 22px;
}

.ontarioai-career-file-upload__prompt {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #4a4a5a;
}

.ontarioai-career-file-upload__cta {
	color: #6b46ff;
	font-weight: 600;
}

.ontarioai-career-file-upload__hint {
	color: #4a4a5a;
}

.ontarioai-career-file-upload__filename {
	font-size: 0.875rem;
	font-weight: 500;
	color: #0f1629;
	word-break: break-all;
}

.ontarioai-career-file-upload__filename.hidden,
.ontarioai-career-file-upload__prompt.hidden {
	display: none;
}
