/* ==========================================================================
   News & Stories — archive grid, search results, and single story page.
   JCU purple brand, Google Sans Flex inherited.
   ========================================================================== */

.jcu-stories,
.jcu-story {
	background: #fff;
}

/* Card variables — declared everywhere story cards can appear,
   including the rights explorer (.jcu-rights). */
.jcu-stories,
.jcu-story,
.jcu-rights {
	--jcus-purple: #68267e;
	--jcus-purple-soft: rgba(104, 38, 126, 0.08);
}

/* --- Archive / search ---------------------------------------------------- */

.jcu-stories__inner {
	max-width: 1250px;
	margin: 0 auto;
	padding: 3rem 1.25rem 4.5rem;
}

.jcu-stories__kicker {
	display: block;
	color: var(--jcus-purple);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.jcu-stories__head {
	margin-bottom: 2.75rem;
	max-width: 720px;
}

.jcu-stories__head h1 {
	margin: 0 0 0.5rem;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 800;
	line-height: 1.1;
	color: #1c1c1f;
}

.jcu-stories__head p,
.jcu-stories__desc {
	margin: 0;
	color: #666;
	font-size: 1.05rem;
	line-height: 1.6;
}

/* Category filter pills */

.jcu-stories__filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: -1rem 0 2.25rem;
}

.jcu-stories__filter a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: var(--jcus-purple-soft);
	color: var(--jcus-purple) !important;
	font-size: 0.87rem;
	font-weight: 700;
	text-decoration: none;
	padding: 0.42rem 1rem;
	border-radius: 999px;
	transition: background 0.15s, color 0.15s;
}

.jcu-stories__filter a small {
	font-size: 0.72rem;
	font-weight: 600;
	opacity: 0.65;
}

.jcu-stories__filter a:hover,
.jcu-stories__filter a.is-active {
	background: var(--jcus-purple);
	color: #fff !important;
}

.jcu-stories__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 2.25rem 2rem;
	transition: opacity 0.2s;
}

.jcu-stories__grid.is-loading {
	opacity: 0.45;
	pointer-events: none;
}

/* Load more */

.jcu-stories__loadmore-wrap {
	text-align: center;
	margin-top: 3rem;
}

/* Scoped + reset: the Elementor kit styles <button> globally (pink) */
.jcu-stories button.jcu-stories__loadmore,
.jcu-rights button.jcu-stories__loadmore,
.jcu-stories button.jcu-stories__loadmore:focus,
.jcu-rights button.jcu-stories__loadmore:focus {
	border: 2px solid #68267e;
	background: #fff;
	color: #68267e;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: none;
	padding: 0.75rem 2.4rem;
	border-radius: 999px;
	box-shadow: none;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.jcu-stories button.jcu-stories__loadmore:hover:not(:disabled),
.jcu-rights button.jcu-stories__loadmore:hover:not(:disabled) {
	background: #68267e;
	border-color: #68267e;
	color: #fff;
}

.jcu-stories button.jcu-stories__loadmore:disabled,
.jcu-rights button.jcu-stories__loadmore:disabled {
	opacity: 0.55;
	cursor: wait;
}

.jcu-stories__none {
	margin-top: 2rem;
	color: #777;
}

/* Story card */

.jcu-story-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(20, 8, 25, 0.07);
	transition: transform 0.25s, box-shadow 0.25s;
}

.jcu-story-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 34px rgba(20, 8, 25, 0.14);
}

.jcu-story-card__thumb {
	display: block;
	line-height: 0;
}

.jcu-story-card__thumb img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.jcu-story-card__thumb-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(150deg, #5a2148, var(--jcus-purple));
	color: rgba(255, 255, 255, 0.65);
}

.jcu-story-card__thumb-fallback svg {
	width: 54px;
	height: 54px;
}

.jcu-story-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.25rem 1.4rem 1.5rem;
}

.jcu-story-card__meta {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 0.7rem;
	font-size: 0.82rem;
	color: #999;
}

.jcu-story-card__cat {
	background: var(--jcus-purple-soft);
	color: var(--jcus-purple) !important;
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.22rem 0.7rem;
	border-radius: 999px;
}

.jcu-story-card__cat:hover {
	background: var(--jcus-purple);
	color: #fff !important;
}

.jcu-story-card__title {
	margin: 0 0 0.6rem;
	font-size: 1.22rem;
	font-weight: 800;
	line-height: 1.3;
}

.jcu-story-card__title a {
	color: #1c1c1f !important;
	text-decoration: none;
}

.jcu-story-card__title a:hover {
	color: var(--jcus-purple) !important;
}

.jcu-story-card__excerpt {
	margin: 0 0 1.1rem;
	color: #666;
	font-size: 0.93rem;
	line-height: 1.65;
	flex: 1;
}

.jcu-story-card__more {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: #1c1c1f !important;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

.jcu-story-card__more-line {
	width: 30px;
	height: 1.5px;
	background: #bbb;
	transition: width 0.2s, background 0.2s;
}

.jcu-story-card__more-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--jcus-purple);
}

.jcu-story-card__more:hover {
	color: var(--jcus-purple) !important;
}

.jcu-story-card__more:hover .jcu-story-card__more-line {
	width: 44px;
	background: var(--jcus-purple);
}

/* Pagination */

.jcu-stories .navigation.pagination {
	margin-top: 3rem;
}

.jcu-stories .nav-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.jcu-stories .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 0.6rem;
	border-radius: 10px;
	background: #f4f2f6;
	color: #333 !important;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
}

.jcu-stories .page-numbers.current,
.jcu-stories .page-numbers:hover {
	background: var(--jcus-purple);
	color: #fff !important;
}

.jcu-stories .page-numbers.dots {
	background: transparent;
}

/* --- Single story ("case file" layout) ----------------------------------- */

/* Reading progress bar */

.jcu-story__progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 2000;
	background: transparent;
	pointer-events: none;
}

.jcu-story__progress span {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #68267e, #a8468d);
}

/* Text-first hero, faint featured image behind */

.jcu-story__head {
	position: relative;
	background: linear-gradient(150deg, #0a0a0b, #141416 55%, #1d1d21);
	color: #fff;
	padding: 4.5rem 0 5rem;
	overflow: hidden;
}

.jcu-story__head--img::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--jcu-story-bg) center / cover no-repeat;
	opacity: 0.18;
	filter: grayscale(60%);
}

.jcu-story__head-inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.jcu-story__kicker {
	display: inline-block;
	color: #e3a3cd !important;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 1.1rem;
	padding-bottom: 0.35rem;
	border-bottom: 2px solid rgba(227, 163, 205, 0.5);
}

.jcu-story__kicker:hover {
	border-color: #e3a3cd;
}

.jcu-story__title {
	margin: 0;
	max-width: 900px;
	font-size: clamp(2rem, 5vw, 3.4rem);
	font-weight: 800;
	line-height: 1.08;
	color: #fff;
}

/* Two-column layout: article + sticky panel */

.jcu-story__layout {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 1.25rem 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 3.5rem;
	align-items: start;
}

.jcu-story__aside {
	position: sticky;
	top: 120px;
}

.jcu-story__panel {
	background: #faf8fb;
	border: 1px solid #eee5f1;
	border-radius: 16px;
	padding: 1.6rem 1.7rem;
}

.jcu-story__panel-title {
	margin: 0 0 1.2rem;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #68267e;
}

.jcu-story__facts {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.jcu-story__facts dt {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #9b8ba5;
	margin-bottom: 0.15rem;
}

.jcu-story__facts dd {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	color: #2a2a2e;
}

.jcu-story__facts-cats a {
	color: #68267e !important;
	text-decoration: none;
	font-weight: 700;
}

.jcu-story__facts-cats a:hover {
	text-decoration: underline;
}

.jcu-story__facts-cats a + a::before {
	content: "· ";
	color: #bbb;
}

/* Share row */

.jcu-story__share {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin: 1.4rem 0;
	padding-top: 1.2rem;
	border-top: 1px solid #eee5f1;
}

.jcu-story__share span {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #9b8ba5;
	margin-right: 0.2rem;
}

.jcu-story__share a,
.jcu-story__copy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #e3d7ea;
	background: #fff;
	color: #68267e !important;
	cursor: pointer;
	line-height: 0;
	transition: background 0.15s, color 0.15s, transform 0.15s;
}

.jcu-story__share a:hover,
.jcu-story__copy:hover {
	background: #68267e;
	color: #fff !important;
	transform: translateY(-2px);
}

.jcu-story__share svg {
	width: 15px;
	height: 15px;
}

.jcu-story__copy.is-copied {
	background: #2e7d32;
	border-color: #2e7d32;
	color: #fff !important;
}

/* Panel CTA */

/* Flat ink card, typography-led — matches the service helpline card */

.jcu-story__panel-cta {
	background:
		linear-gradient(rgba(31, 14, 33, 0.94), rgba(31, 14, 33, 0.94)),
		#221024 url("footer-bg.jpg") center / cover no-repeat;
	border-radius: 12px;
	padding: 1.2rem 1.3rem;
	color: #fff;
}

.jcu-story__panel-cta p {
	margin: 0 0 0.5rem;
	font-size: 0.86rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
}

.jcu-story__panel-cta a {
	color: #fff !important;
	font-size: 1.15rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.jcu-story__panel-cta a:hover {
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
	text-decoration-color: #cf9ec2;
}

/* Featured image at the top of the article column */

.jcu-story__figure {
	margin: 0 0 2.25rem;
}

.jcu-story__figure img {
	width: 100%;
	max-height: 460px;
	object-fit: cover;
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(20, 8, 25, 0.18);
	display: block;
}

.jcu-story__figure figcaption {
	margin-top: 0.6rem;
	font-size: 0.85rem;
	color: #999;
	text-align: center;
}

/* Body */

.jcu-story__content {
	font-size: 1.1rem;
	line-height: 1.85;
	color: #333;
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
}

/* Standfirst: the opening paragraph reads as an editorial lede */

.jcu-story__content > p:first-of-type {
	font-size: 1.28rem;
	line-height: 1.65;
	color: #1f1f23;
	text-align: left;
	border-left: 4px solid;
	border-image: linear-gradient(180deg, #68267e, #a8468d) 1;
	padding-left: 1.3rem;
	margin-bottom: 2rem;
}

/* Purple slab marker on section headings */

.jcu-story__content h1::before,
.jcu-story__content h2::before,
.jcu-story__content h3::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 4px;
	border-radius: 2px;
	background: linear-gradient(90deg, #68267e, #a8468d);
	margin-right: 0.6rem;
	vertical-align: 0.35em;
}

.jcu-story__content p {
	margin: 0 0 1.3rem;
}

.jcu-story__content h1,
.jcu-story__content h2,
.jcu-story__content h3,
.jcu-story__content h4,
.jcu-story__content h5,
.jcu-story__content h6 {
	color: #1c1c1f;
	font-weight: 700;
	line-height: 1.3;
	margin: 2.2rem 0 0.8rem;
	text-align: left;
}

.jcu-story__content h1,
.jcu-story__content h2 {
	font-size: 1.3rem;
}

.jcu-story__content h3,
.jcu-story__content h4,
.jcu-story__content h5,
.jcu-story__content h6 {
	font-size: 1.12rem;
}

/* Neutralize legacy inline styling pasted into old posts
   (hand-picked colors, oversized text). Bold/italic is preserved. */
.jcu-story__content [style*="font-size"],
.jcu-story__content [style*="color"],
.jcu-story__content font {
	font-size: inherit !important;
	color: inherit !important;
	line-height: inherit !important;
}

.jcu-story__content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.jcu-story__content blockquote {
	margin: 1.8rem 0;
	padding: 0.4rem 0 0.4rem 1.4rem;
	border-left: 4px solid var(--jcus-purple);
	color: #555;
	font-style: italic;
}

.jcu-story__tags {
	max-width: 760px;
	margin: 2rem auto 0;
	padding: 0 1.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.jcu-story__tags a {
	color: var(--jcus-purple) !important;
	background: var(--jcus-purple-soft);
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	padding: 0.3rem 0.85rem;
	border-radius: 999px;
}

.jcu-story__tags a:hover {
	background: var(--jcus-purple);
	color: #fff !important;
}

/* Footer area: prev/next, related, help */

.jcu-story__footer-inner {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 1.25rem 4rem;
}

.jcu-story__adjacent {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	max-width: 840px;
	margin: 3rem auto;
	padding: 1.4rem 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.jcu-story__adj {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	max-width: 46%;
	text-decoration: none;
}

.jcu-story__adj--next {
	text-align: right;
	margin-left: auto;
}

.jcu-story__adj small {
	color: #999;
	font-size: 0.76rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.jcu-story__adj span {
	color: var(--jcus-purple);
	font-weight: 700;
	line-height: 1.35;
}

.jcu-story__adj:hover span {
	text-decoration: underline;
}

.jcu-story__related h2 {
	margin: 0 0 1.5rem;
	font-size: 1.5rem;
	font-weight: 800;
	color: #1c1c1f;
}

.jcu-story__help {
	margin-top: 3rem;
	padding: 1.75rem 2rem;
	background: linear-gradient(135deg, #5a2148, #68267e);
	border-radius: 14px;
	color: #fff;
	text-align: center;
}

.jcu-story__help p {
	margin: 0 0 0.4rem;
	font-weight: 600;
	font-size: 1.05rem;
}

.jcu-story__help-cta {
	color: #fff !important;
	font-size: 1.2rem;
	font-weight: 800;
	text-decoration: none;
}

.jcu-story__help-cta:hover {
	text-decoration: underline;
}

/* --- 404: "Case not found" ------------------------------------------------ */

.jcu-404 {
	/* Courtroom photo (theme asset) under a deep dark overlay */
	background:
		radial-gradient(800px 400px at 50% -10%, rgba(104, 38, 126, 0.35), transparent),
		linear-gradient(160deg, rgba(10, 10, 11, 0.93), rgba(22, 18, 26, 0.88) 60%, rgba(29, 21, 34, 0.92)),
		#0a0a0b url("footer-bg.jpg") center / cover no-repeat;
	color: #fff;
	min-height: 78vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 1.25rem 9rem;
	text-align: center;
}

/* The footer's newsletter card overlaps straight onto the dark 404 —
   no white gap between the two. */
body.error404 .jcu-footer {
	margin-top: 0;
}

.jcu-404__inner {
	max-width: 640px;
	margin: 0 auto;
}

.jcu-404__kicker {
	margin: 0 0 1rem;
	color: #e3a3cd;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

/* Giant 4 ⚖ 4 */
.jcu-404__code {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
	font-size: clamp(6rem, 18vw, 10rem);
	font-weight: 800;
	line-height: 1;
	color: #fff;
}

.jcu-404__scales {
	width: clamp(74px, 14vw, 124px);
	height: clamp(74px, 14vw, 124px);
	color: #a8468d;
	transform-origin: 50% 18%;
	animation: jcu-scales-tilt 5s ease-in-out infinite;
}

@keyframes jcu-scales-tilt {
	0%, 100% { transform: rotate(-4deg); }
	50%      { transform: rotate(4deg); }
}

@media (prefers-reduced-motion: reduce) {
	.jcu-404__scales {
		animation: none;
	}
}

.jcu-404__title {
	margin: 0 0 0.7rem;
	font-size: clamp(1.4rem, 3.5vw, 2rem);
	font-weight: 800;
	color: #fff;
}

.jcu-404__text {
	margin: 0 0 2rem;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
	line-height: 1.7;
}

.jcu-404__search {
	display: flex;
	max-width: 460px;
	margin: 0 auto 1.75rem;
	border-radius: 999px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
}

.jcu-404__search input {
	flex: 1;
	min-width: 0;
	border: 0;
	outline: none;
	font-family: inherit;
	font-size: 0.98rem;
	padding: 0.85rem 1.4rem;
	color: #333;
}

.jcu-404__search button {
	border: 0;
	background: #68267e;
	color: #fff;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 0 1.7rem;
	cursor: pointer;
	transition: background 0.2s;
}

.jcu-404__search button:hover {
	background: #7d3269;
}

.jcu-404__links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 2rem;
}

.jcu-404__links a {
	color: #fff !important;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	padding: 0.4rem 1.1rem;
	transition: background 0.15s, border-color 0.15s;
}

.jcu-404__links a:hover {
	background: #68267e;
	border-color: #68267e;
}

.jcu-404__help {
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.95rem;
}

.jcu-404__help a {
	color: #e3a3cd !important;
	font-weight: 800;
	text-decoration: none;
}

.jcu-404__help a:hover {
	text-decoration: underline;
}

/* --- Search results ------------------------------------------------------- */

.jcu-search__hero {
	background:
		radial-gradient(800px 400px at 85% -20%, rgba(104, 38, 126, 0.35), transparent),
		linear-gradient(160deg, rgba(10, 10, 11, 0.93), rgba(22, 18, 26, 0.88) 60%, rgba(29, 21, 34, 0.92)),
		#0a0a0b url("footer-bg.jpg") center / cover no-repeat;
	color: #fff;
	padding: 3.5rem 0 3.75rem;
}

.jcu-search__hero-inner {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.jcu-search__query {
	margin: 0 0 0.4rem;
	font-family: "Playfair Display", Georgia, serif;
	font-style: italic;
	font-size: clamp(2rem, 5.5vw, 3.4rem);
	font-weight: 500;
	color: #fff;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.jcu-search__count {
	margin: 0 0 1.6rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.95rem;
	letter-spacing: 0.04em;
}

.jcu-search__refine {
	display: flex;
	max-width: 480px;
	border-radius: 999px;
	overflow: hidden;
	background: #fff;
}

.jcu-search__refine input {
	flex: 1;
	min-width: 0;
	border: 0;
	outline: none;
	font-family: inherit;
	font-size: 0.95rem;
	padding: 0.7rem 1.3rem;
	color: #333;
}

.jcu-search__refine button {
	border: 0;
	background: #68267e;
	color: #fff;
	font-family: inherit;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0 1.4rem;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s;
}

.jcu-search__refine button:hover {
	background: #7d3269;
}

/* Result type badge on cards */

.jcu-story-card__type {
	background: #68267e;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 0.22rem 0.7rem;
	border-radius: 999px;
}

/* No results */

.jcu-search__none {
	max-width: 640px;
	margin: 1rem auto 0;
	text-align: center;
}

.jcu-search__none h2 {
	margin: 0 0 0.6rem;
	font-size: 1.6rem;
	font-weight: 800;
	color: #1c1c1f;
}

.jcu-search__none p {
	color: #666;
	margin: 0 0 1.5rem;
}

.jcu-search__none .jcu-404__links a {
	color: #68267e !important;
	border-color: rgba(104, 38, 126, 0.35);
}

.jcu-search__none .jcu-404__links a:hover {
	background: #68267e;
	color: #fff !important;
}

.jcu-search__none .jcu-404__help {
	color: #666;
}

.jcu-search__none .jcu-404__help a {
	color: #68267e !important;
}

/* --- Responsive ----------------------------------------------------------- */

@media (max-width: 1000px) {
	.jcu-story__layout {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.jcu-story__aside {
		position: static;
	}
}

@media (max-width: 640px) {
	.jcu-stories__inner {
		padding: 2rem 1rem 3rem;
	}

	.jcu-story__head {
		padding: 2.5rem 0 3.5rem;
	}

	.jcu-story__adjacent {
		flex-direction: column;
	}

	.jcu-story__adj {
		max-width: none;
	}

	.jcu-story__adj--next {
		text-align: left;
		margin-left: 0;
	}
}
