.single-post .entry-content {
	max-width: 860px;
	margin-inline: auto;
}

.single-post .entry-header {
	display: flex;
	flex-direction: column;
}

.single-post .entry-title {
	order: 1;
	margin: 0 auto 26px;
	width: min(100%, 1040px);
}

.single-post .entry-meta {
	display: none;
	order: 3;
}

.single-post .post-thumb {
	order: 2;
	max-width: 1040px;
	margin: 0 auto 34px;
}

.single-post .post-thumb img,
.single-post .wp-post-image {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 18px;
}

.fjl-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	align-items: center;
	margin: 0 0 30px;
	padding: 14px 0;
	border-top: 1px solid #dfe4e8;
	border-bottom: 1px solid #dfe4e8;
	color: #667085;
	font-size: 14px;
	line-height: 1.6;
}

.fjl-article-meta__author {
	color: #8b1e2d;
	font-weight: 700;
	text-decoration: none;
}

.fjl-article-body {
	color: #26323d;
	font-size: 18px;
	line-height: 1.9;
}

.fjl-article-body > p,
.fjl-article-body > ul,
.fjl-article-body > ol,
.fjl-article-body > blockquote {
	margin-bottom: 1.35em;
}

.fjl-article-body h2 {
	margin: 2.55em 0 0.8em;
	padding-top: 0.25em;
	color: #17202a;
	font-size: clamp(25px, 3.1vw, 34px);
	line-height: 1.35;
	letter-spacing: -0.025em;
}

.fjl-article-body h3 {
	margin: 1.85em 0 0.65em;
	color: #26323d;
	font-size: clamp(20px, 2.4vw, 25px);
	line-height: 1.45;
}

.fjl-article-body blockquote {
	margin-inline: 0;
	padding: 18px 22px;
	border-left: 4px solid #8b1e2d;
	border-radius: 0 10px 10px 0;
	background: #f8f5f3;
	color: #333d47;
}

.fjl-article-body blockquote p:last-child,
.fjl-article-body li:last-child {
	margin-bottom: 0;
}

.fjl-article-body li + li {
	margin-top: 0.42em;
}

.fjl-article-body a,
.fjl-article-nav a,
.fjl-author-card a {
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.fjl-legal-basis,
.fjl-risk-notice,
.fjl-consultation-note {
	margin-top: 34px;
	padding: 24px 26px;
	border: 1px solid #dfe4e8;
	border-radius: 14px;
	background: #fafbfc;
}

.fjl-legal-basis + .fjl-risk-notice,
.fjl-risk-notice + .fjl-consultation-note {
	margin-top: 16px;
}

.fjl-legal-basis h2,
.fjl-risk-notice h2,
.fjl-consultation-note h2 {
	margin-top: 0;
	font-size: 23px;
}

.fjl-legal-basis > :last-child,
.fjl-risk-notice > :last-child,
.fjl-consultation-note > :last-child {
	margin-bottom: 0;
}

.fjl-risk-notice {
	border-color: #e4d8c8;
	background: #fcfaf6;
}

.fjl-consultation-note {
	border-color: #d8e2e9;
	background: #f5f8fa;
}

.fjl-article-nav {
	display: grid;
	gap: 22px;
	margin-top: 42px;
	padding: 24px 0;
	border-top: 1px solid #dfe4e8;
	border-bottom: 1px solid #dfe4e8;
}

.fjl-article-nav__item {
	display: grid;
	gap: 7px;
}

.fjl-article-nav__item + .fjl-article-nav__item {
	padding-top: 20px;
	border-top: 1px dashed #dfe4e8;
}

.fjl-article-nav span {
	color: #667085;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.fjl-article-nav a {
	color: #8b1e2d;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
}

.fjl-author-card {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	margin: 32px 0 16px;
	padding: 26px;
	border-radius: 16px;
	background: #17202a;
	color: #f4f6f8;
}

.fjl-author-card__portrait img {
	display: block;
	width: 108px;
	height: 132px;
	object-fit: cover;
	border-radius: 10px;
}

.fjl-author-card__label {
	margin: 0 0 5px;
	color: #cfd5da;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.fjl-author-card h2 {
	margin: 0 0 8px;
	font-size: 25px;
}

.fjl-author-card h2 a,
.fjl-author-card__link {
	color: #fff;
}

.fjl-author-card p {
	margin-bottom: 12px;
	color: #e2e6e9;
	line-height: 1.7;
}

.fjl-author-card__link {
	font-weight: 700;
}

/*
 * SureCookie is a site-wide privacy control. On these managed long-form articles,
 * keep the control available but place it in normal document flow so it never
 * overlays the headline, cover or body text.
 */
.single-post .surecookie-public-banner-wrapper {
	position: static !important;
	inset: auto !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
}

.single-post .surecookie-public-banner {
	position: static !important;
	inset: auto !important;
	width: 100% !important;
	max-width: none !important;
	z-index: auto !important;
}

.single-post #surecookie-public-root {
	position: absolute !important;
	inset: 100% 0 auto !important;
	width: 100% !important;
	z-index: 1 !important;
}

@media (max-width: 640px) {
	.single-post .entry-title {
		margin-bottom: 20px;
	}

	.single-post .post-thumb {
		margin-bottom: 24px;
	}

	.single-post .post-thumb img,
	.single-post .wp-post-image {
		border-radius: 12px;
	}

	.fjl-article-meta {
		gap: 6px 12px;
		margin-bottom: 24px;
	}

	.fjl-article-body {
		font-size: 17px;
		line-height: 1.82;
	}

	.fjl-article-body h2 {
		margin-top: 2.1em;
	}

	.fjl-legal-basis,
	.fjl-risk-notice,
	.fjl-consultation-note {
		padding: 20px;
	}

	.fjl-author-card {
		grid-template-columns: 78px minmax(0, 1fr);
		gap: 17px;
		padding: 20px;
	}

	.fjl-author-card__portrait img {
		width: 78px;
		height: 104px;
	}

	.fjl-author-card h2 {
		font-size: 22px;
	}
}
