.cjl-job,
.cjl-archive {
	margin: 0 auto;
	max-width: 1120px;
	padding: 10px 20px 72px;
}

.cjl-job__eyebrow,
.cjl-archive__eyebrow {
	color: #6c5b47;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.cjl-job__title,
.cjl-archive__title {
	font-size: clamp(2rem, 4.2vw, 3rem);
	line-height: 1.05;
	margin: 0;
}

.cjl-job__section h2,
.cjl-job__panel h2 {
	font-size: clamp(1.55rem, 2.2vw, 2.15rem);
	line-height: 1.1;
	margin: 0 0 24px;
}

.cjl-job__meta,
.cjl-card__meta {
	color: #5d5a57;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 18px;
}

.cjl-job__meta span,
.cjl-card__meta span {
	background: #f4efe8;
	border-radius: 999px;
	padding: 8px 14px;
}

.cjl-job__notice {
	background: #f6efe3;
	border-left: 4px solid #a55d2a;
	margin-top: 24px;
	padding: 16px 18px;
}

.cjl-job__content {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	margin-top: 40px;
}

.cjl-job__section,
.cjl-job__panel,
.cjl-card {
	background: #fff;
	border: 1px solid #e5ddd2;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(35, 29, 24, 0.05);
	padding: 24px;
}

.cjl-job__section+.cjl-job__section,
.cjl-job__panel+.cjl-job__panel {
	margin-top: 24px;
}

.cjl-job__details {
	display: grid;
	gap: 16px;
	margin: 0;
}

.cjl-job__details dt {
	color: #6c5b47;
	font-weight: 700;
}

.cjl-job__details dd {
	margin: 6px 0 0;
}

.cjl-job__button,
.cjl-card__cta a {
	background: #19334d;
	border-radius: 999px;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 12px 20px;
	text-decoration: none;
}

.cjl-job__email-tools {
	display: grid;
	gap: 10px;
}

.cjl-job__email-label {
	color: #6c5b47;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0;
	text-transform: uppercase;
}

.cjl-job__email-row {
	align-items: center;
	background: #f8f5ef;
	border: 1px solid #e5ddd2;
	border-radius: 16px;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 14px;
}

.cjl-job__email {
	margin: 0;
}

.cjl-job__email a {
	color: #19334d;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.cjl-job__copy-button {
	background: #fff;
	border: 1px solid #19334d;
	border-radius: 999px;
	color: #19334d;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 10px 16px;
	white-space: nowrap;
}

.cjl-job__form {
	margin-top: 32px;
}

.cjl-archive__intro,
.cjl-card__excerpt {
	color: #4a4745;
	max-width: 70ch;
}

.cjl-archive__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin-top: 36px;
}

.cjl-card__title {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 0;
}

.cjl-card__title a {
	color: inherit;
	text-decoration: none;
}

.cjl-card__cta {
	margin-bottom: 0;
}

@media (max-width: 800px) {
	.cjl-job__content {
		grid-template-columns: 1fr;
	}

	.cjl-job__email-row {
		grid-template-columns: 1fr;
	}
}