.oc-job-apply {
	--oc-apply-accent: #c4a574;
	color: #222;
}

.oc-job-apply__heading {
	margin: 0 0 1rem;
}

.oc-job-apply__note {
	margin: 0 0 1rem;
	opacity: 0.85;
	font-size: 0.95rem;
}

.oc-job-apply__form {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.oc-job-apply__fields {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.oc-job-apply__field {
	display: flex;
	flex-direction: column;
}

.oc-job-apply__label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.92rem;
}

.oc-job-apply__input {
	width: 100%;
	box-sizing: border-box;
	padding: 0.75em 0.9em;
	border: 1px solid #d5d5d5;
	background: #fff;
	font: inherit;
	color: inherit;
	border-radius: 0;
}

.oc-job-apply__input:focus {
	outline: 2px solid var(--oc-apply-accent);
	outline-offset: 1px;
}

.oc-job-apply__input::placeholder {
	color: #b0b0b0;
}

.oc-job-apply__lower {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: start;
}

.oc-job-apply__uploads {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.oc-job-apply__file-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.85rem 1rem;
}

.oc-job-apply__file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.oc-job-apply__file-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7em 1.25em;
	background-color: var(--oc-apply-accent);
	color: #fff;
	font: inherit;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 2px 2px 0 #111;
	border: 0;
	line-height: 1.2;
	user-select: none;
}

.oc-job-apply__file-btn:hover {
	filter: brightness(0.97);
}

.oc-job-apply__file-name {
	font-size: 0.95rem;
	line-height: 1.3;
}

.oc-job-apply__agreement,
.oc-job-apply__privacy {
	font-size: 0.88rem;
	line-height: 1.55;
}

.oc-job-apply__agreement p,
.oc-job-apply__privacy p {
	margin: 0 0 0.75em;
}

.oc-job-apply__agreement a,
.oc-job-apply__privacy a,
.oc-job-apply__check a {
	color: inherit;
	text-decoration: underline;
}

.oc-job-apply__consent {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.oc-job-apply__consent-intro {
	margin: 0;
	font-weight: 600;
	line-height: 1.45;
}

.oc-job-apply__check {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	cursor: pointer;
	line-height: 1.45;
	font-size: 0.92rem;
}

.oc-job-apply__check input {
	margin-top: 0.2em;
	flex-shrink: 0;
	width: 1.05em;
	height: 1.05em;
	accent-color: var(--oc-apply-accent);
}

.oc-job-apply__actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5rem;
}

.oc-job-apply__submit {
	appearance: none;
	border: 0;
	background-color: var(--oc-apply-accent);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.85em 1.6em;
	box-shadow: 3px 3px 0 #111;
	line-height: 1.2;
}

.oc-job-apply__submit:hover {
	filter: brightness(0.97);
}

.oc-job-apply__submit:disabled {
	opacity: 0.65;
	cursor: wait;
}

.oc-job-apply__message {
	margin: 0;
}

.oc-job-apply__message.is-success {
	color: #1a7a3c;
}

.oc-job-apply__message.is-error {
	color: #b42318;
}

.oc-job-apply__field.is-invalid .oc-job-apply__input {
	border-color: #b42318;
}

.oc-job-apply__check.is-invalid {
	outline: 1px solid #b42318;
	outline-offset: 4px;
}

.oc-job-apply--empty {
	opacity: 0.7;
}

@media (max-width: 991px) {
	.oc-job-apply__lower {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.oc-job-apply__actions {
		justify-content: flex-start;
	}
}
