.content-area--editorial-post {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.hejdi-post-template {
	width: 100%;
	background: var(--hejdi-lite--color-paper);
}

.hejdi-post-template__hero {
	box-sizing: border-box;
	width: 100%;
	padding-inline: var(--hejdi-lite--layout-gutter, 1.5rem);
}

.hejdi-post-template__hero-inner {
	box-sizing: border-box;
	width: min(100%, 75rem);
	margin-inline: auto;
	padding-block: clamp(2rem, 4vw, 4rem);
}

.hejdi-post-template__title {
	max-width: 58rem;
	margin: 0 auto;
	color: var(--hejdi-lite--color-heading);
	font-size: clamp(2.6rem, 5vw, 5rem);
	line-height: 1;
	letter-spacing: -0.045em;
	text-align: center;
}

.hejdi-post-template__context {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.65rem 1rem;
	width: min(100%, 48rem);
	margin: 1.25rem auto 0;
	font-size: 0.95rem;
}

.hejdi-post-template__back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 700;
	text-decoration: none;
}

.hejdi-post-template__back-link img {
	display: block;
	width: 0.85rem;
	height: 0.85rem;
}

.hejdi-post-template__categories {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.hejdi-post-template__category-list {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hejdi-post-template__category-list li {
	margin: 0;
	padding: 0;
}

.hejdi-post-template__intro {
	max-width: 48rem;
	margin: 1.25rem auto 0;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.hejdi-post-template__intro > :first-child {
	margin-top: 0;
}

.hejdi-post-template__intro > :last-child {
	margin-bottom: 0;
}

.hejdi-post-template__image {
	width: 100%;
	margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
	overflow: hidden;
	aspect-ratio: 11 / 7;
	border-radius: 0.75rem;
	background: var(--hejdi-lite--color-media-placeholder);
	box-shadow: var(--hejdi-lite--shadow-elevated);
}

.hejdi-post-template__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hejdi-post-template__content {
	box-sizing: border-box;
	width: min(100%, 48rem);
	margin: 0 auto;
	padding-inline: var(--hejdi-lite--layout-gutter, 1.5rem);
	font-size: 18px;
}

.hejdi-post-template__meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.65rem;
	box-sizing: border-box;
	width: min(100%, 48rem);
	margin: clamp(1.25rem, 2vw, 1.75rem) auto 0;
	padding: 0;
	color: var(--hejdi-lite--color-muted);
	font-size: 0.9rem;
	line-height: 1.4;
}

.hejdi-post-template__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.hejdi-post-template__tags a {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.42rem;
	border-radius: 0.2rem;
	background: var(--hejdi-lite--color-heading);
	color: var(--hejdi-lite--color-paper);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.18s ease;
}

.hejdi-post-template__tags a:hover,
.hejdi-post-template__tags a:focus-visible {
	background: var(--hejdi-lite--color-brand);
	color: var(--hejdi-lite--color-paper);
}

.hejdi-post-template__dates {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0;
}

.hejdi-post-template__dates time {
	color: var(--hejdi-lite--color-heading);
}

@media (max-width: 700px) {

	.hejdi-post-template__hero-inner {
		padding-block: 2rem;
	}

	.hejdi-post-template__title {
		font-size: clamp(2.35rem, 11vw, 3.5rem);
		line-height: 1.02;
	}

	.hejdi-post-template__intro {
		margin-top: 1rem;
	}

	.hejdi-post-template__image {
		margin-top: 1.5rem;
	}
}
