.cjx-single-post-main {
	min-height: 70vh;
	padding: clamp(3.5rem, 7vw, 6.5rem) 1.25rem;
	background:
		radial-gradient(circle at 88% 5%, rgba(0, 199, 255, 0.16), transparent 32rem),
		linear-gradient(180deg, #07111f 0%, #0a1220 100%);
	color: #eaf7ff;
}

.cjx-single-post-wrap {
	width: min(100%, 980px);
	margin-inline: auto;
}

.cjx-single-post-article {
	margin: 0;
}

.cjx-single-post-header {
	max-width: 900px;
	margin: 0 auto 2.5rem;
	text-align: center;
}

.cjx-single-post-kicker {
	margin: 0 0 0.85rem;
	color: #4bdcf7;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.cjx-single-post-title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.cjx-single-post-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem 0.75rem;
	margin-top: 1.25rem;
	color: #a9c0d3;
	font-size: 0.92rem;
}

.cjx-single-post-meta a {
	color: #7feaff;
}

.cjx-single-post-lead {
	max-width: 760px;
	margin: 1.35rem auto 0;
	color: #cfdeea;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.7;
}

.cjx-single-post-featured-image {
	margin: 0 0 2.25rem;
	overflow: hidden;
	border: 1px solid rgba(83, 215, 255, 0.26);
	border-radius: 20px;
	background: #06101d;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.cjx-single-post-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.cjx-single-post-content {
	padding: clamp(1.5rem, 4vw, 3.25rem);
	border: 1px solid rgba(153, 211, 236, 0.18);
	border-radius: 20px;
	background: rgba(16, 29, 46, 0.9);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
	color: #d8e6ef;
	font-size: clamp(1rem, 1.6vw, 1.1rem);
	line-height: 1.8;
}

.cjx-single-post-content > :first-child {
	margin-top: 0;
}

.cjx-single-post-content > :last-child {
	margin-bottom: 0;
}

.cjx-single-post-content h2,
.cjx-single-post-content h3,
.cjx-single-post-content h4 {
	margin-top: 2.25em;
	margin-bottom: 0.75em;
	color: #ffffff;
	font-weight: 750;
	line-height: 1.25;
}

.cjx-single-post-content h2 {
	font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.cjx-single-post-content h3 {
	font-size: clamp(1.25rem, 2.4vw, 1.65rem);
}

.cjx-single-post-content p,
.cjx-single-post-content ul,
.cjx-single-post-content ol,
.cjx-single-post-content blockquote,
.cjx-single-post-content table {
	margin-top: 0;
	margin-bottom: 1.35em;
}

.cjx-single-post-content ul,
.cjx-single-post-content ol {
	padding-left: 1.4em;
}

.cjx-single-post-content li + li {
	margin-top: 0.4em;
}

.cjx-single-post-content a {
	color: #55ddff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.cjx-single-post-content a:hover,
.cjx-single-post-content a:focus-visible {
	color: #b4f3ff;
}

.cjx-single-post-content blockquote {
	padding: 1rem 1.25rem;
	border-left: 4px solid #1fd4f2;
	background: rgba(31, 212, 242, 0.08);
}

.cjx-single-post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.cjx-single-post-content table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.cjx-single-post-content th,
.cjx-single-post-content td {
	padding: 0.75rem;
	border: 1px solid rgba(153, 211, 236, 0.22);
	text-align: left;
}

.cjx-single-post-pages {
	margin-top: 2rem;
}

@media (max-width: 640px) {
	.cjx-single-post-main {
		padding: 2.75rem 0.9rem;
	}

	.cjx-single-post-meta {
		font-size: 0.84rem;
	}

	.cjx-single-post-content {
		border-radius: 15px;
	}
}

