.wskills-induction {
	max-width: 760px;
	margin: 0 auto;
	padding: 2rem 1.25rem 4rem;
}

.wskills-induction h1 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.wskills-induction__section {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 1.5rem;
	margin-bottom: 1.25rem;
}

.wskills-induction__section h2 {
	font-size: 1.15rem;
	margin-top: 0;
	margin-bottom: 0.75rem;
	color: #333842;
}

.wskills-induction__section p,
.wskills-induction__section ul,
.wskills-induction__section ol {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #3a3a3a;
}

.wskills-induction__link {
	display: inline-block;
	color: #fa5b0f;
	font-weight: 600;
	text-decoration: none;
	margin: 0.5rem 0;
}

.wskills-induction__link:hover {
	text-decoration: underline;
}

.wskills-induction__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #eee;
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
}

.wskills-induction__checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-top: 2px;
	accent-color: #fa5b0f;
	cursor: pointer;
}

.wskills-induction__field {
	margin-bottom: 1rem;
}

.wskills-induction__field label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 0.35rem;
	color: #333842;
}

.wskills-induction__field input[type="text"],
.wskills-induction__field input[type="date"],
.wskills-induction__field input[type="email"],
.wskills-induction__field input[type="tel"],
.wskills-induction__field input[type="file"],
.wskills-induction__field textarea,
.wskills-induction__field select {
	width: 100%;
	padding: 0.6rem 0.75rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 0.95rem;
	font-family: inherit;
	box-sizing: border-box;
}

.wskills-induction__field textarea {
	resize: vertical;
}

.wskills-induction__field input:focus,
.wskills-induction__field textarea:focus,
.wskills-induction__field select:focus {
	outline: none;
	border-color: #fa5b0f;
	box-shadow: 0 0 0 3px rgba(250, 91, 15, 0.15);
}

.wskills-induction__field label small {
	font-weight: 400;
	color: #888;
}

.wskills-induction__section--optional {
	background: #f7f9fb;
	border: 1px dashed #b9c4cf;
}

.wskills-induction__section--optional h2 {
	color: #4a5a68;
}

.wskills-induction__section--optional h2 small {
	font-weight: 400;
	font-size: 0.75em;
	color: #7a8896;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.wskills-induction__errors {
	background: #fdeceb;
	border: 1px solid #f3a29a;
	border-radius: 8px;
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
	color: #8a2115;
}

.wskills-induction__errors ul {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
}

.wskills-induction__outro {
	text-align: center;
	font-style: italic;
	color: #666;
	margin: 1.5rem 0 1rem;
}

.wskills-induction__submit {
	display: block;
	width: 100%;
	padding: 1rem;
	background: #fa5b0f;
	color: #ffffff;
	border: none;
	border-radius: 8px;
	font-size: 1.05rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s ease, opacity 0.15s ease;
}

.wskills-induction__submit:hover:not(:disabled) {
	background: #e04f0a;
}

.wskills-induction__submit:disabled {
	background: #333842;
	opacity: 0.4;
	cursor: not-allowed;
}
