.tauchlotse-editorial-page,
.tauchlotse-editorial-page * {
	box-sizing: border-box;
}

.tauchlotse-editorial-page {
	--tauchlotse-surface: var(--wp--preset--color--base, #ffffff);
	--tauchlotse-surface-muted: var(--wp--preset--color--base, #f3f4f6);
	--tauchlotse-border: rgba(127, 127, 127, 0.35);
	--tauchlotse-text: var(--wp--preset--color--contrast, #17212b);
	--tauchlotse-accent: var(--wp--preset--color--accent-1, #075985);
	color: var(--tauchlotse-text);
	margin-block: clamp(2rem, 6vw, 5rem);
	margin-inline: auto;
	max-width: min(100% - 2rem, 74rem);
	overflow-wrap: anywhere;
}

@supports (color: color-mix(in srgb, #000 10%, #fff)) {
	.tauchlotse-editorial-page {
		--tauchlotse-surface-muted: color-mix(in srgb, var(--wp--preset--color--contrast, #17212b) 5%, var(--tauchlotse-surface));
		--tauchlotse-border: color-mix(in srgb, var(--wp--preset--color--contrast, #17212b) 18%, transparent);
	}
}

.tauchlotse-editorial-page a {
	text-underline-offset: 0.18em;
}

.tauchlotse-editorial-page a:focus-visible {
	border-radius: 0.15rem;
	outline: 3px solid var(--tauchlotse-accent);
	outline-offset: 3px;
}

.tauchlotse-editorial-page__header,
.tauchlotse-editorial-page__content,
.tauchlotse-sources,
.tauchlotse-editorial-related {
	margin-block-end: clamp(2.5rem, 7vw, 5rem);
}

.tauchlotse-editorial-page__header,
.tauchlotse-editorial-page__content,
.tauchlotse-sources {
	max-width: 48rem;
}

.tauchlotse-editorial-page__type {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-block: 0 0.75rem;
	text-transform: uppercase;
}

.tauchlotse-editorial-page h1 {
	font-size: clamp(1.9rem, 6vw, 3.9rem);
	letter-spacing: -0.025em;
	line-height: 1.05;
	margin-block: 0 1.25rem;
}

.tauchlotse-editorial-page__excerpt {
	font-size: clamp(1.05rem, 3vw, 1.3rem);
	line-height: 1.55;
}

.tauchlotse-editorial-page__excerpt > :first-child,
.tauchlotse-editorial-page__content > :first-child {
	margin-block-start: 0;
}

.tauchlotse-editorial-page__excerpt > :last-child,
.tauchlotse-editorial-page__content > :last-child {
	margin-block-end: 0;
}

.tauchlotse-editorial-page__media {
	margin: clamp(1.5rem, 5vw, 2.5rem) 0 0;
}

.tauchlotse-editorial-page__image {
	border-radius: 0.75rem;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.tauchlotse-editorial-page__content {
	line-height: 1.7;
}

.tauchlotse-editorial-page h2,
.tauchlotse-editorial-related h2,
.tauchlotse-sources h2 {
	font-size: clamp(1.4rem, 3vw, 2rem);
	line-height: 1.15;
	margin-block: 0 1.25rem;
}

.tauchlotse-sources ul,
.tauchlotse-editorial-related ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tauchlotse-sources li + li {
	border-block-start: 1px solid var(--tauchlotse-border);
	margin-block-start: 0.8rem;
	padding-block-start: 0.8rem;
}

.tauchlotse-sources a {
	font-weight: 600;
}

.tauchlotse-sources__external {
	display: inline-block;
	font-size: 0.85em;
	margin-inline-start: 0.2rem;
}

.tauchlotse-sources__date {
	display: block;
	font-size: 0.9rem;
	margin-block-start: 0.2rem;
}

.tauchlotse-editorial-related__grid {
	display: grid;
	gap: 1rem;
}

.tauchlotse-editorial-related__card {
	background: var(--tauchlotse-surface);
	border: 1px solid var(--tauchlotse-border);
	border-radius: 0.75rem;
	padding: clamp(1.1rem, 4vw, 1.75rem);
}

.tauchlotse-editorial-related__card h3 {
	font-size: clamp(1.2rem, 4vw, 1.5rem);
	line-height: 1.25;
	margin-block: 0;
}

.tauchlotse-editorial-related__card h4 {
	font-size: 1rem;
	line-height: 1.35;
	margin-block: 1.25rem 0.6rem;
}

.tauchlotse-editorial-related__card li + li {
	margin-block-start: 0.5rem;
}

.tauchlotse-editorial-page code {
	overflow-wrap: anywhere;
	white-space: normal;
}

@media (min-width: 48rem) {
	.tauchlotse-editorial-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 72rem) {
	.tauchlotse-editorial-page {
		max-width: min(100% - 4rem, 74rem);
	}
}
