:root {
	--idc-orange: #f26f21;
	--idc-green: #2f8c4c;
	--idc-ink: #17211b;
	--idc-muted: #5f6b63;
	--idc-surface: #f5f7f4;
	--idc-border: #dfe6df;
}

.idc-jobs-page,
.idc-job-detail-page,
.idc-jobs-section {
	box-sizing: border-box;
	max-width: 100vw;
	overflow-x: clip;
	color: var(--idc-ink);
	font-family: inherit;
}

.idc-jobs-page {
	width: min(1140px, 100vw);
	margin-inline: auto;
}

.idc-job-detail-page {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

body.single-idc_job main#primary.idc-job-detail-page {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.idc-jobs-inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
	margin-inline: auto;
	padding-inline: 20px;
}

.idc-jobs-section {
	padding: 0;
	background: transparent;
}

.idc-jobs-page > .idc-jobs-section {
	padding: 88px 0;
	background: var(--idc-surface);
}

.idc-jobs-hero {
	padding: 96px 0 72px;
	background: linear-gradient(125deg, #19221d 0%, #243d2d 100%);
	color: #fff;
}

.idc-job-detail-hero {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 357px;
	padding: 36px 0;
	background: #1a2b1a;
	color: #fff;
}

.idc-job-detail-hero .idc-jobs-inner {
	max-width: 1300px;
	padding-inline: 10px;
}

.idc-jobs-hero h1 {
	margin: 0;
	font-size: clamp(2.15rem, 5vw, 4.5rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.idc-job-detail-hero h1 {
	margin: 0;
	font-family: inherit;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: normal;
}

.idc-jobs-hero > .idc-jobs-inner > p:last-child {
	max-width: 700px;
	margin: 22px 0 0;
	font-size: 1.12rem;
	color: rgba(255, 255, 255, 0.82);
}

.idc-jobs-eyebrow,
.idc-job-department,
.idc-job-company {
	margin: 0 0 12px;
	color: var(--idc-orange);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.idc-job-company {
	min-height: 0;
	font-size: 0.7rem;
}

.idc-jobs-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	margin-top: 0;
}

.idc-job-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	min-height: 0;
	padding: 26px 28px;
	border: 1px solid var(--idc-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(24, 42, 30, 0.06);
	font-family: inherit;
	transition: box-shadow 180ms ease, border-color 180ms ease;
}

.idc-job-card:hover,
.idc-job-card:focus-within {
	border-color: rgba(47, 140, 76, 0.5);
	background: #fff;
	box-shadow: 0 12px 30px rgba(24, 42, 30, 0.11);
}

.idc-job-card-content {
	min-width: 0;
	flex: 1 1 auto;
}

.idc-job-card h3 {
	margin: 0;
	font-family: inherit;
	font-size: clamp(1.4rem, 1.7vw, 1.55rem);
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -0.015em;
}

.idc-job-card h3 a {
	color: var(--idc-ink);
	text-decoration: none;
}

.idc-job-card h3 a:focus-visible,
.idc-job-link:focus-visible,
.idc-job-back:focus-visible {
	outline: 3px solid var(--idc-orange);
	outline-offset: 4px;
}

.idc-job-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0;
	padding: 0;
	list-style: none;
}

.idc-job-meta li {
	padding: 6px 10px;
	border-radius: 999px;
	background: #edf4ef;
	color: #285f3a;
	font-size: 0.75rem;
	font-weight: 700;
}

.idc-job-summary {
	margin: 0;
	max-width: 760px;
	color: var(--idc-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.idc-job-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	margin: 0 0 0 48px;
	color: var(--idc-green);
	font-size: 0.95rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.idc-jobs-empty {
	margin-top: 0;
	padding: 38px;
	border: 1px solid var(--idc-border);
	border-radius: 18px;
	background: #fff;
}

.idc-jobs-empty h3 {
	margin: 0 0 8px;
	font-size: 1.45rem;
}

.idc-jobs-empty p {
	margin: 0;
	color: var(--idc-muted);
}

.idc-job-back {
	display: inline-block;
	margin-bottom: 24px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.idc-job-detail-hero .idc-job-meta {
	margin-top: 20px;
}

.idc-job-detail-hero .idc-job-meta li {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.idc-job-closed {
	display: inline-block;
	margin: 18px 0 0;
	padding: 10px 14px;
	border-radius: 6px;
	background: #fff0eb;
	color: #9f3416;
	font-weight: 800;
}

.idc-job-detail-content {
	padding: 76px 0 96px;
	background: #fff;
}

.idc-job-prose {
	max-width: 860px;
}

.idc-job-prose :where(h2, h3, h4) {
	margin: 2em 0 0.65em;
	color: var(--idc-ink);
	line-height: 1.2;
}

.idc-job-prose :where(p, li) {
	color: #34423a;
	font-size: 1.05rem;
	line-height: 1.8;
}

.idc-job-prose ul,
.idc-job-prose ol {
	padding-left: 1.4em;
}

.idc-job-application {
	margin-top: 48px;
	padding: 28px;
	border: 1px solid var(--idc-border);
	border-radius: 14px;
	background: var(--idc-surface);
}

.idc-job-apply-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border-radius: 8px;
	background: var(--idc-orange);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
}

.idc-job-apply-button:hover {
	transform: translateY(-1px);
	background: #d95b10;
	color: #fff;
}

.idc-job-apply-button:focus-visible {
	outline: 3px solid var(--idc-green);
	outline-offset: 4px;
}

@media (max-width: 767px) {
	.idc-jobs-inner {
		padding-inline: 14px;
	}

	.idc-jobs-page > .idc-jobs-section,
	.idc-job-detail-content {
		padding: 58px 0;
	}

	.idc-jobs-hero {
		padding: 68px 0 52px;
	}

	.idc-job-detail-hero {
		min-height: 357px;
		padding: 32px 0;
	}

	.idc-job-detail-hero .idc-jobs-inner {
		padding-inline: 20px;
	}

	.idc-job-detail-hero h1 {
		font-size: clamp(1.625rem, 7vw, 2rem);
		line-height: 1.2;
		overflow-wrap: anywhere;
	}

	.idc-jobs-grid {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 0;
	}

	.idc-job-card {
		flex-direction: column;
		align-items: flex-start;
		min-height: 0;
		padding: 22px 18px;
	}

	.idc-job-card h3 {
		font-size: 1.4rem;
	}

	.idc-job-link {
		margin: 26px 0 0;
	}

	.idc-jobs-empty {
		padding: 28px 22px;
	}
}
