.single-post article .ast-post-format- {
	width: 100%;
}

.archive.category .clx-category-navigation {
	width: 100%;
	margin: 0 0 22px;
}

.archive.category .clx-category-navigation a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #b9c9ff;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.archive.category .clx-category-navigation a:hover,
.archive.category .clx-category-navigation a:focus-visible {
	color: #ffffff;
}

.archive.category .clx-category-navigation a span {
	color: #7e9dff;
}

.single-post article .entry-header {
	width: min(calc(100% - 40px), 1180px) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: 16px 0 54px !important;
	border-bottom: 1px solid rgba(173, 188, 219, 0.18);
}

@media (min-width: 861px) {
	.single-post article .entry-header {
		padding-top: 69px !important;
	}
}

.single-post article .entry-header .entry-title {
	max-width: 830px;
	margin: 0 !important;
	font-size: clamp(2.35rem, 4vw, 3.2rem) !important;
	line-height: 1.05 !important;
	letter-spacing: -0.04em;
}

.single-post article .entry-content {
	width: min(calc(100% - 40px), 1180px) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding-top: 48px !important;
}

.single-post .clx-editorial-layout {
	display: grid;
	grid-template-columns: 160px minmax(0, 780px) 180px;
	column-gap: 30px;
	align-items: start;
}

.single-post .clx-editorial-rail {
	display: grid;
	grid-column: 1;
	grid-row: 1;
	gap: 12px;
	color: #9aa7bd;
	font-size: 0.9rem;
	line-height: 1.5;
}

.single-post .clx-editorial-body {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

.single-post .clx-editorial-body > * {
	width: 100%;
	max-width: 780px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.single-post .clx-editorial-context {
	position: sticky;
	top: 140px;
	display: grid;
	grid-column: 3;
	grid-row: 1;
	gap: 3px;
	max-height: calc(100vh - 170px);
	padding: 0 4px 4px 18px;
	overflow-y: auto;
	overscroll-behavior: contain;
	border-left: 1px solid rgba(173, 188, 219, 0.18);
	color: #9aa7bd;
	font-size: 0.84rem;
	line-height: 1.42;
	scrollbar-width: thin;
	scrollbar-color: rgba(126, 154, 220, 0.34) transparent;
}

.single-post .clx-editorial-context::after {
	content: "";
	position: sticky;
	display: block;
	bottom: 0;
	height: 18px;
	margin-top: -18px;
	pointer-events: none;
	background: linear-gradient(to bottom, transparent, #050817);
}

.single-post .clx-editorial-rail strong,
.single-post .clx-editorial-context > strong {
	color: #f6f8ff;
	font-weight: 700;
}

.single-post .clx-editorial-context > strong {
	margin-bottom: 8px;
}

.single-post .clx-editorial-rail a,
.single-post .clx-editorial-context-link {
	color: #b9c9ff;
	text-decoration: none !important;
}

.single-post .clx-editorial-rail a:hover,
.single-post .clx-editorial-context-link:hover {
	color: #ffffff;
}

.single-post .clx-editorial-context-link {
	position: relative;
	display: block;
	padding: 5px 0 5px 10px;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.single-post .clx-editorial-context-link::before {
	content: "";
	position: absolute;
	left: -19px;
	top: 7px;
	bottom: 7px;
	width: 2px;
	background: transparent;
	border-radius: 99px;
}

.single-post .clx-editorial-context-link.is-current {
	color: #ffffff;
	background: linear-gradient(90deg, rgba(93, 141, 255, 0.09), transparent);
}

.single-post .clx-editorial-context-link.is-current::before {
	background: linear-gradient(180deg, #5d8dff, #8b5cf6);
}

.single-post .clx-editorial-context-level-3 {
	padding-left: 22px;
	color: #8f9bb3;
	font-size: 0.8rem;
}

.single-post .clx-editorial-mobile-context {
	display: none;
}

.single-post .clx-article-intro {
	max-width: 780px !important;
}

.single-post .clx-article-intro .clx-article-kicker {
	display: none;
}

.single-post article .entry-content > .clx-article-outro {
	width: 100% !important;
	max-width: 1180px !important;
	margin: 68px 0 0 !important;
}

.single-post .clx-author-block {
	width: min(calc(100% - 40px), 780px);
	max-width: 780px;
	margin: 68px auto 0;
	padding: 34px 0 32px;
	border-top: 1px solid rgba(173, 188, 219, 0.18);
	border-bottom: 1px solid rgba(173, 188, 219, 0.18);
}

.single-post .clx-author-eyebrow {
	display: block;
	margin-bottom: 13px;
	color: #8f9bb3;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.single-post .clx-author-block h2 {
	margin: 0 0 22px !important;
	font-size: clamp(1.65rem, 3vw, 2.15rem) !important;
	line-height: 1.15 !important;
}

.single-post .clx-author-profile {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.single-post .clx-author-monogram {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	border: 1px solid rgba(126, 157, 255, 0.35);
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(93, 141, 255, 0.2), rgba(139, 92, 246, 0.12));
	color: #f6f8ff;
	font-size: 0.82rem;
	font-weight: 700;
}

.single-post .clx-author-profile strong {
	display: block;
	margin-bottom: 4px;
	color: #f6f8ff;
}

.single-post .clx-author-profile p {
	margin: 0 !important;
	color: #9aa7bd;
	font-size: 0.94rem;
	line-height: 1.65;
}

.single-post .clx-author-profile nav {
	display: flex;
	gap: 20px;
	margin-top: 13px;
	flex-wrap: wrap;
}

.single-post .clx-author-profile a {
	color: #b9c9ff;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none !important;
}

.single-post .clx-author-profile a:hover,
.single-post .clx-author-profile a:focus-visible {
	color: #ffffff;
}

.single-post .clx-article-outro .clx-related-query,
.single-post .clx-article-outro .clx-related-grid {
	width: 100%;
	max-width: none;
}

.single-post article .entry-content h2[id],
.single-post article .entry-content h3[id] {
	scroll-margin-top: 118px;
}

@media (max-width: 1060px) {
	.single-post .clx-editorial-layout {
		grid-template-columns: 160px minmax(0, 760px);
		column-gap: 36px;
	}

	.single-post .clx-editorial-body {
		grid-column: 2;
	}

	.single-post .clx-editorial-context {
		display: none;
	}
}

@media (max-width: 860px) {
	.single-post article .entry-header {
		padding-bottom: 38px !important;
	}

	.single-post article .entry-content {
		padding-top: 34px !important;
	}

	.single-post .clx-editorial-layout {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.single-post .clx-editorial-rail {
		display: flex;
		grid-column: 1;
		grid-row: 1;
		width: 100%;
		margin: 0 0 22px;
		gap: 14px;
		align-items: center;
		flex-wrap: wrap;
	}

	.single-post .clx-editorial-mobile-context {
		display: block;
		grid-column: 1;
		grid-row: 2;
		margin: 0 0 30px;
		border-top: 1px solid rgba(173, 188, 219, 0.18);
		border-bottom: 1px solid rgba(173, 188, 219, 0.18);
	}

	.single-post .clx-editorial-mobile-context summary {
		display: flex;
		justify-content: space-between;
		gap: 18px;
		padding: 15px 0;
		color: #f6f8ff;
		font-weight: 700;
		cursor: pointer;
	}

	.single-post .clx-editorial-mobile-context summary span {
		color: #8f9bb3;
		font-weight: 500;
	}

	.single-post .clx-editorial-mobile-context nav {
		display: grid;
		gap: 2px;
		padding: 0 0 16px;
	}

	.single-post .clx-editorial-mobile-context .clx-editorial-context-link {
		padding: 7px 10px 7px 14px;
		border-left: 1px solid rgba(173, 188, 219, 0.18);
	}

	.single-post .clx-editorial-mobile-context .clx-editorial-context-link::before {
		left: -2px;
	}

	.single-post .clx-editorial-mobile-context .clx-editorial-context-level-3 {
		padding-left: 28px;
	}

	.single-post .clx-editorial-body {
		grid-column: 1;
		grid-row: 3;
	}
}

@media (max-width: 600px) {
	.single-post article .entry-header,
	.single-post article .entry-content {
		width: min(calc(100% - 48px), 1180px) !important;
	}

	.single-post article .entry-header .entry-title {
		font-size: 2.35rem !important;
	}

	.single-post article .entry-content > .clx-article-outro {
		margin-top: 52px !important;
	}

	.single-post .clx-author-block {
		width: min(calc(100% - 48px), 780px);
		margin-top: 52px;
		padding: 28px 0;
	}

	.archive.category #primary {
		width: calc(100% - 10px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.archive.category .clx-category-navigation {
		margin-bottom: 18px;
	}
}

.error404 .site-content {
	background:
		radial-gradient(circle at 78% 32%, rgba(139, 92, 246, 0.12), transparent 28%),
		radial-gradient(circle at 26% 72%, rgba(93, 141, 255, 0.09), transparent 26%),
		#050817;
}

.error404 .clx-error-page {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
	align-items: center;
	gap: 72px;
	width: min(calc(100% - 88px), 1040px);
	min-height: 620px;
	margin: 0 auto;
	padding: 86px 0 96px;
}

.error404 .clx-error-eyebrow {
	display: block;
	margin-bottom: 14px;
	color: #8f9bb3;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.error404 .clx-error-copy h1 {
	max-width: 650px;
	margin: 0 0 22px;
	color: #f6f8ff;
	font-size: clamp(2.35rem, 4.5vw, 4rem);
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.error404 .clx-error-copy p {
	max-width: 580px;
	margin: 0 0 30px;
	color: #aeb8ca;
	font-size: 1.05rem;
	line-height: 1.72;
}

.error404 .clx-error-actions {
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
}

.error404 .clx-error-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 18px;
	border: 1px solid rgba(173, 188, 219, 0.22);
	border-radius: 9px;
	color: #d5defc;
	font-weight: 700;
	text-decoration: none !important;
	transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.error404 .clx-error-actions a:first-child {
	border-color: transparent;
	background: linear-gradient(135deg, #5d8dff, #8b5cf6);
	color: #ffffff;
}

.error404 .clx-error-actions a:hover,
.error404 .clx-error-actions a:focus-visible {
	border-color: rgba(185, 201, 255, 0.62);
	color: #ffffff;
	transform: translateY(-1px);
}

.error404 .clx-error-orbit {
	position: relative;
	display: grid;
	width: min(100%, 330px);
	aspect-ratio: 1;
	place-items: center;
	justify-self: end;
}

.error404 .clx-error-orbit::before,
.error404 .clx-error-orbit::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(173, 188, 219, 0.2);
	border-radius: 50%;
}

.error404 .clx-error-orbit::before {
	inset: 8%;
}

.error404 .clx-error-orbit::after {
	inset: 25%;
	background: linear-gradient(145deg, rgba(93, 141, 255, 0.16), rgba(139, 92, 246, 0.1));
}

.error404 .clx-error-code {
	position: relative;
	z-index: 1;
	color: #f6f8ff;
	font-size: clamp(4.5rem, 9vw, 7rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.08em;
}

.error404 .clx-error-dot {
	position: absolute;
	top: 17%;
	right: 16%;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #7e9dff;
	box-shadow: 0 0 30px rgba(126, 157, 255, 0.55);
}

@media (max-width: 760px) {
	.error404 .clx-error-page {
		grid-template-columns: 1fr;
		gap: 34px;
		width: min(calc(100% - 48px), 560px);
		min-height: 0;
		padding: 54px 0 68px;
	}

	.error404 .clx-error-orbit {
		grid-row: 1;
		width: min(68vw, 220px);
		justify-self: start;
	}

	.error404 .clx-error-copy {
		grid-row: 2;
	}
}

@media (max-width: 440px) {
	.error404 .clx-error-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.error404 .clx-error-actions a {
		width: 100%;
	}
}
