.clsv-public-posting-banner {
	max-width: 1280px;
	margin: 0 auto 24px;
	padding: 28px 32px;
	border-radius: 18px;
	background: #0f172a;
	color: #fff;
	box-shadow: 0 16px 40px rgba(15, 23, 42, .12);
}

.clsv-public-posting-banner h1 {
	margin: 0 0 8px;
	font-family: 'Instrument Serif', Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 500;
	line-height: 1;
	color: #fff !important;
}

.clsv-public-posting-banner h1 em {
	color: #93c5fd;
}

.clsv-public-posting-banner p {
	max-width: 700px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	line-height: 1.65;
}

.clsv-public-posting-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.clsv-public-posting-banner a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
}

.clsv-public-posting-banner__primary {
	background: #2563eb;
	color: #fff !important;
}

.clsv-public-posting-banner__secondary {
	border: 1px solid rgba(255, 255, 255, .24);
	color: #fff !important;
}

.clsv-public-posting-note {
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid #bfdbfe;
	border-radius: 12px;
	background: #eff6ff;
	color: #1e3a8a;
	font-size: 14px;
	line-height: 1.55;
}

.clsv-public-posting-note strong {
	color: #0f172a;
}

.clsv-public-posting-local-save {
	margin-top: 10px;
	color: #64748b;
	font-size: 12px;
}

/* The public page demonstrates the real form without showing a false plan
 * lock. The form remains exploratory until the user crosses auth. */
.jp-paywall-fade,
.jp-lock-card,
.jp-paywall-blurred,
.dashboard-plan-card.compact {
	display: none !important;
}

/* 6777 still contains the retired Breakdance employer scaffold above the
 * maintained public form. Keep the page's global header and the real product
 * form; remove only the duplicate legacy section. */
body .clasva-job-posting-main,
body .bde-section-6777-116,
body .clasva-dashboard-subnav {
	display: none !important;
}

@media (max-width: 960px) {
	.clsv-public-posting-banner {
		margin-right: 20px;
		margin-left: 20px;
		padding: 24px;
	}
}

@media (max-width: 560px) {
	.clsv-public-posting-banner {
		margin-right: 16px;
		margin-left: 16px;
		padding: 22px 20px;
	}

	.clsv-public-posting-banner__actions,
	.clsv-public-posting-banner a {
		width: 100%;
	}
}
