/**
 * Magazin / Blog — Never Forget Theme
 */

/* ─── Übersicht: Hero ─────────────────────────────────────────────────────── */
.mag-hero {
	position: relative;
	padding: clamp(48px, 8vw, 100px) 24px clamp(40px, 6vw, 72px);
	text-align: center;
	background:
		radial-gradient(ellipse 85% 65% at 50% 120%, rgba(201, 169, 98, 0.22) 0%, transparent 58%),
		linear-gradient(165deg, #0d0a08 0%, #1a1410 45%, #0c0907 100%);
	color: #f5f0e8;
	overflow: hidden;
}
.mag-hero-inner {
	max-width: 820px;
	margin: 0 auto;
}
.mag-hero-eye {
	font-family: "Josefin Sans", sans-serif;
	font-size: 11px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #c9a962;
	margin: 0 0 clamp(10px, 1.1vw, 22px);
	font-weight: 600;
}
.mag-hero-h {
	font-family: "Josefin Sans", sans-serif;
	font-size: clamp(22px, 2.95vw, 44px);
	font-weight: 200;
	line-height: 1.4;
	margin: 0 0 18px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.mag-hero-intro {
	font-family: "Lato", sans-serif;
	font-size: clamp(15px, 2.1vw, 18px);
	line-height: 1.65;
	color: rgba(245, 240, 232, 0.82);
	font-weight: 300;
	max-width: 640px;
	margin: 0 auto;
}
.mag-hero-intro p {
	margin: 0;
}

/* ─── Übersicht: Editorial-Mosaic ─────────────────────────────────────────── */
.mag-wrap {
	max-width: 1320px;
	margin: 0 auto;
	padding: clamp(40px, 5vw, 72px) 20px clamp(56px, 8vw, 100px);
	background: #f3eee6;
	min-height: 40vh;
	position: relative;
	z-index: 0;
	/* Body (nf-home) erbt helle Schrift von nf-base — hier explizit Lesetext für alles außer Kacheln */
	color: #2c2620;
}

/* Kacheln: immer helle Typo auf dem Bild/Verlauf, nie ererbtes Weiß „leer“ auf Creme */
.nf-mag-archive .mag-mosaic > a.mag-tile,
.nf-mag-archive .mag-mosaic > a.mag-tile .mag-tile-title,
.nf-mag-archive .mag-mosaic > a.mag-tile .mag-tile-meta,
.nf-mag-archive .mag-mosaic > a.mag-tile .mag-tile-eyebrow,
.nf-mag-archive .mag-mosaic > a.mag-tile .mag-tile-cta {
	color: #f5f0e8;
}

.mag-mosaic {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
	align-items: stretch;
}
.mag-tile {
	position: relative;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	color: #f5f0e8;
	min-height: 200px;
	border: 1px solid rgba(201, 169, 98, 0.22);
	box-shadow: 0 20px 50px rgba(12, 9, 7, 0.12);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease, border-color 0.35s ease;
	isolation: isolate;
}
.mag-tile:hover {
	transform: translateY(-5px);
	box-shadow: 0 28px 60px rgba(12, 9, 7, 0.18);
	border-color: rgba(201, 169, 98, 0.45);
}
.mag-tile:focus-visible {
	outline: 2px solid #c9a962;
	outline-offset: 3px;
}
.mag-tile--feature {
	grid-column: span 4;
	grid-row: span 2;
	min-height: min(520px, 72vh);
}
.mag-tile--std {
	grid-column: span 2;
	min-height: 240px;
}

/* Nur ein Beitrag auf Seite 1: Feature sonst nur 4/6 Spalten → große leere Fläche rechts */
.mag-mosaic--solo .mag-tile--feature {
	grid-column: 1 / -1;
}
.mag-tile-visual {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: #14100d;
}
.mag-tile-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mag-tile:hover .mag-tile-visual img {
	transform: scale(1.06);
}
.mag-tile-ph {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #2a221c 0%, #14100d 50%, #1a1410 100%);
}
.mag-tile-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(8, 6, 5, 0.96) 0%, rgba(10, 8, 6, 0.58) 34%, rgba(10, 8, 6, 0.18) 60%, rgba(10, 8, 6, 0.42) 100%);
	pointer-events: none;
}
.mag-tile-cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: clamp(18px, 3.5vw, 28px) clamp(18px, 3vw, 26px) clamp(20px, 3.5vw, 30px);
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.mag-tile-eyebrow {
	font-family: "Josefin Sans", sans-serif;
	font-size: 10px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: #e8d5a8;
	font-weight: 600;
}
.mag-tile-title {
	font-family: "Josefin Sans", sans-serif;
	font-size: clamp(17px, 2vw, 22px);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
	text-wrap: balance;
}
.mag-tile--feature .mag-tile-title {
	font-size: clamp(21px, 3vw, 32px);
	line-height: 1.15;
}
.mag-tile-meta {
	font-family: "Lato", sans-serif;
	font-size: 13px;
	color: rgba(245, 240, 232, 0.72);
	font-weight: 300;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}
.mag-tile-dot {
	opacity: 0.55;
}
.mag-tile-cta {
	font-family: "Josefin Sans", sans-serif;
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #c9a962;
	font-weight: 600;
}

@media (max-width: 1100px) {
	.mag-mosaic {
		grid-template-columns: repeat(4, 1fr);
		gap: 12px;
	}
	.mag-tile--feature {
		grid-column: span 4;
		grid-row: span 1;
		min-height: 380px;
	}
	.mag-mosaic--solo .mag-tile--feature {
		grid-column: 1 / -1;
	}
	.mag-tile--std {
		grid-column: span 2;
		min-height: 220px;
	}
}
@media (max-width: 720px) {
	.mag-mosaic {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.mag-tile--feature,
	.mag-tile--std {
		grid-column: span 1;
		grid-row: span 1;
		min-height: 300px;
	}
}

.mag-empty {
	text-align: center;
	font-family: "Lato", sans-serif;
	color: #6a6258;
	padding: 48px 20px;
}

/* ─── Archiv: Schlagwortwolke (Theme: gold / Cormorant — keine weißen UI-Pills) ─── */
.mag-cloud-sec {
	margin-top: clamp(40px, 6vw, 64px);
	padding: clamp(28px, 4vw, 40px) clamp(16px, 3vw, 28px) clamp(8px, 2vw, 16px);
	border-top: 1px solid rgba(201, 169, 98, 0.28);
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.mag-cloud-h {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 400;
	font-style: italic;
	color: rgba(138, 104, 48, 0.95);
	margin: 0 0 clamp(18px, 3vw, 28px);
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
.mag-cloud {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 6px 14px;
	row-gap: 10px;
	line-height: 1.5;
}
.mag-cloud-tag {
	font-family: "Cormorant Garamond", Georgia, serif;
	display: inline-block;
	padding: 2px 2px 5px;
	border-radius: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(201, 169, 98, 0.45);
	color: rgba(74, 58, 38, 0.92);
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0.02em;
	box-shadow: none;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.mag-cloud-tag--flat {
	letter-spacing: 0.02em;
}

/* Inline font-size aus PHP beibehalten (Wolken-Stufen); nur Zeilenhöhe begrenzen */
.mag-cloud a[style] {
	line-height: 1.35 !important;
}
.mag-cloud-tag:hover {
	color: #1a1410;
	border-bottom-color: rgba(26, 20, 16, 0.55);
	background: rgba(201, 169, 98, 0.08);
	transform: none;
	box-shadow: none;
}

/* Pagination */
.navigation.pagination,
nav.navigation.pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}
.navigation.pagination .page-numbers {
	font-family: "Josefin Sans", sans-serif;
	font-size: 12px;
	line-height: 1.35;
	min-width: 34px;
	height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid rgba(201, 169, 98, 0.42);
	color: #3f3428;
	text-decoration: none;
	background: rgba(255, 253, 248, 0.9);
	box-shadow: 0 2px 8px rgba(12, 9, 7, 0.06);
	transition: all 0.22s ease;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
	background: #1a1410;
	color: #e9d8b0;
	border-color: #1a1410;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(12, 9, 7, 0.2);
}

/* ─── Einzelansicht ───────────────────────────────────────────────────────── */
.nf-mag-single {
	position: relative;
	z-index: 0;
	background: #f3eee6;
	overflow-x: hidden;
}

.nf-mag-single .mag-article {
	background: #f3eee6;
	margin: 0;
	padding: 0;
}

.mag-single-hero {
	position: relative;
	padding: clamp(52px, 9vw, 110px) 24px clamp(40px, 6vw, 64px);
	text-align: center;
	background:
		radial-gradient(ellipse 80% 70% at 50% 100%, rgba(201, 169, 98, 0.2) 0%, transparent 55%),
		linear-gradient(165deg, #0d0a08 0%, #1a1410 50%, #0c0907 100%);
	color: #f5f0e8;
}
.mag-single-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--mag-hero-img);
	background-size: cover;
	background-position: center;
	opacity: 0.22;
	mix-blend-mode: luminosity;
	pointer-events: none;
}
.mag-single-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 0 auto;
}
.mag-single-eye {
	font-family: "Josefin Sans", sans-serif;
	font-size: 11px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #c9a962;
	margin: 0 0 clamp(10px, 1.1vw, 22px);
	font-weight: 600;
}
.mag-single-h {
	font-family: "Josefin Sans", sans-serif;
	font-size: clamp(22px, 2.95vw, 44px);
	font-weight: 200;
	line-height: 1.4;
	margin: 0 0 22px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-wrap: balance;
}
.mag-single-meta {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	color: rgba(245, 240, 232, 0.78);
	font-weight: 300;
}
.mag-single-dot {
	margin: 0 8px;
	opacity: 0.6;
}
.mag-single-cat {
	color: #e8d5a8;
	text-decoration: none;
	border-bottom: 1px solid rgba(201, 169, 98, 0.35);
	transition: color 0.2s, border-color 0.2s;
}
.mag-single-cat:hover {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

.mag-single-shell {
	background: #f3eee6;
	position: relative;
	z-index: 1;
	padding: 0 0 clamp(80px, 12vw, 140px);
}
.mag-single-body {
	max-width: 720px;
	margin: 0 auto;
	padding: clamp(44px, 6vw, 72px) 22px 0;
}
.mag-single-tail {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 22px;
}

/* Fließtext / Überschriften: an Theme-Prosa (.nf-legal-prose / .body-p) angeglichen */
.mag-single-prose {
	font-family: "Lato", sans-serif;
	font-size: clamp(14px, 1.15vw, 16px);
	line-height: 1.85;
	color: rgba(26, 24, 21, 0.72);
	font-weight: 300;
	letter-spacing: 0.01em;
}
.mag-single-prose > p:first-of-type {
	font-size: 1em;
	color: inherit;
	font-weight: 300;
}
.mag-single-prose > *:first-child {
	margin-top: 0;
}
.mag-single-prose h2,
.mag-single-prose h3,
.mag-single-prose h4 {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	color: rgba(26, 24, 21, 0.88);
	margin: 1.65em 0 0.55em;
	line-height: 1.28;
	letter-spacing: 0.06em;
}
.mag-single-prose h2 {
	font-size: clamp(17px, 1.55vw, 22px);
	padding-bottom: 0.3em;
	border-bottom: 1px solid rgba(201, 169, 98, 0.28);
}
.mag-single-prose h3 {
	font-size: clamp(15px, 1.35vw, 18px);
	color: #6f5220;
}
.mag-single-prose h4 {
	font-size: clamp(14px, 1.2vw, 16px);
	color: rgba(26, 24, 21, 0.82);
	margin-top: 1.35em;
}
.mag-single-prose p {
	margin: 0 0 1em;
	overflow-wrap: anywhere;
	word-break: break-word;
}
.mag-single-prose a {
	color: var(--gold3, #8a6830);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.mag-single-prose a:hover {
	color: var(--ink3, #1e1b17);
}
.mag-single-prose ul,
.mag-single-prose ol {
	margin: 0 0 1.2em 1.2em;
	padding: 0;
}
.mag-single-prose li {
	margin-bottom: 0.35em;
	overflow-wrap: anywhere;
	word-break: break-word;
}
.mag-single-prose img,
.mag-single-prose figure {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.mag-single-prose figcaption {
	font-size: 0.88em;
	font-weight: 300;
	color: rgba(26, 24, 21, 0.55);
	margin-top: 0.5em;
}

/* Import von Twitter/X-HTML */
.mag-single-prose [class*="css-"] {
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
}
.mag-single-prose div[style*="text-align: center"] {
	text-align: left !important;
}
@media (max-width: 760px) {
	.mag-single-prose {
		font-size: 14px;
	}
}

/* Artikel-Footer: Kategorien / Tags */
.mag-article-foot {
	margin-top: clamp(40px, 6vw, 56px);
	padding-top: clamp(28px, 4vw, 40px);
	border-top: 1px solid rgba(26, 20, 16, 0.12);
}
.mag-topics {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.mag-topic-lbl {
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 10px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(138, 104, 48, 0.88);
	margin-bottom: 10px;
	font-weight: 400;
}
.mag-topic-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	align-items: center;
}
.mag-pill {
	box-sizing: border-box;
}
/* Kategorien: gleicher Gold-Button wie Masthead .nav-book (BUCHUNG) */
.mag-pill--cat {
	font-family: "Josefin Sans", sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	font-style: normal;
	color: #0d0b09;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 6px 14px;
	min-height: 30px;
	background: linear-gradient(145deg, #d4b87a 0%, var(--gold) 48%, #a68440 100%);
	border: 1px solid rgba(201, 168, 112, 0.45);
	border-radius: 3px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mag-pill--cat:hover {
	color: #0d0b09;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(201, 168, 112, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
/* Schlagwörter: Josefin Sans, unterstrichen, kein Button */
.mag-pill--tag {
	font-family: "Josefin Sans", sans-serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.06em;
	text-transform: none;
	font-style: normal;
	color: rgba(45, 38, 30, 0.88);
	background: transparent;
	border: none;
	border-radius: 0;
	min-height: 0;
	padding: 4px 2px;
	display: inline;
	text-decoration: underline;
	text-decoration-color: rgba(138, 104, 48, 0.5);
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	box-shadow: none;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.mag-pill--tag:hover {
	color: #1a1410;
	text-decoration-color: rgba(26, 20, 16, 0.55);
	transform: none;
	box-shadow: none;
	background: transparent;
}
.mag-pill--static {
	cursor: default;
	font-family: "Josefin Sans", sans-serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.06em;
	color: rgba(45, 38, 30, 0.55);
	text-decoration: none;
	border: none;
	background: transparent;
	box-shadow: none;
	padding: 4px 2px;
}

/* Verwandte Artikel — dunkles Editorial-Band + horizontaler Strip */
.mag-related {
	margin-top: clamp(36px, 5vw, 56px);
}
.mag-related--band {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
	padding: clamp(48px, 7vw, 80px) 0 clamp(52px, 7vw, 84px);
	background:
		radial-gradient(ellipse 70% 80% at 80% 20%, rgba(201, 169, 98, 0.12) 0%, transparent 55%),
		linear-gradient(168deg, #0d0a08 0%, #1a1410 42%, #0c0907 100%);
	border-top: 1px solid rgba(201, 169, 98, 0.2);
	border-bottom: 1px solid rgba(201, 169, 98, 0.15);
	position: relative;
	overflow: hidden;
}

/* Einzelartikel: kein 100vw-Breakout (Parent .nf-mag-single + overflow), Band = volle Shell-Breite */
.nf-mag-single .mag-related--band {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

.nf-mag-single .mag-related-inner {
	width: 100%;
	max-width: 1320px;
}

/* Überschrift wie der Rest des Artikels optisch zentriert */
.nf-mag-single .mag-related-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto clamp(28px, 4vw, 40px);
}
.nf-mag-single .mag-related-eye {
	justify-content: center;
	flex-wrap: wrap;
}
.nf-mag-single .mag-related-eye::after {
	flex: 0 0 min(220px, 55vw);
	max-width: none;
	background: linear-gradient(to right, transparent, rgba(201, 169, 98, 0.55), transparent);
}

/* Kacheln: Layout + Kontrast gegen Elementor / Body color:inherit */
.nf-mag-single .mag-related--band a.mag-tile.mag-tile--related {
	position: relative;
	display: block;
	overflow: hidden;
	color: #f5f0e8;
	isolation: isolate;
	text-decoration: none;
	min-height: 320px;
}
.nf-mag-single .mag-related--band .mag-tile-visual {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: #14100d;
}
.nf-mag-single .mag-related--band .mag-tile-shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}
.nf-mag-single .mag-related--band .mag-tile-cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.nf-mag-single .mag-related--band .mag-tile-eyebrow {
	color: #e8d5a8;
}
.nf-mag-single .mag-related--band .mag-tile-title {
	color: #f5f0e8;
	text-shadow: 0 2px 22px rgba(0, 0, 0, 0.6);
}
.nf-mag-single .mag-related--band .mag-tile-meta {
	color: rgba(245, 240, 232, 0.78);
}

.mag-related-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 clamp(18px, 4vw, 32px);
}
.mag-related-head {
	text-align: left;
	max-width: 720px;
	margin: 0 auto clamp(28px, 4vw, 40px);
}
.mag-related-eye {
	font-family: "Josefin Sans", sans-serif;
	font-size: 10px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #dfc08a;
	margin: 0 0 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 14px;
}
.mag-related-eye::after {
	content: "";
	flex: 1;
	height: 1px;
	max-width: min(200px, 28vw);
	background: linear-gradient(to right, rgba(201, 169, 98, 0.75), transparent);
}
.mag-related-h {
	font-family: "Josefin Sans", sans-serif;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 300;
	color: #f5f0e8;
	margin: 0;
	letter-spacing: 0.03em;
	line-height: 1.15;
	text-wrap: balance;
}
.mag-related-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-padding-left: 4px;
	padding-bottom: 8px;
	margin: 0 -8px;
}
.mag-related-scroll::-webkit-scrollbar {
	height: 6px;
}
.mag-related-scroll::-webkit-scrollbar-thumb {
	background: rgba(201, 169, 98, 0.35);
	border-radius: 99px;
}
.mag-related-track {
	display: flex;
	gap: 16px;
	padding: 4px 8px 12px;
	min-height: 0;
}
.mag-tile--related {
	flex: 0 0 min(300px, 82vw);
	scroll-snap-align: start;
	min-height: 320px;
	border-radius: 10px;
	border: 1px solid rgba(201, 169, 98, 0.28);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.mag-tile--related .mag-tile-title {
	font-size: clamp(16px, 1.9vw, 20px);
}

@media (max-width: 1099px) {
	.nf-mag-single .mag-related-track {
		justify-content: center;
		flex-wrap: wrap;
	}
	.nf-mag-single .mag-related-scroll {
		margin-left: auto;
		margin-right: auto;
		overflow-x: visible;
		scroll-snap-type: none;
	}
	.nf-mag-single .mag-tile--related {
		flex: 1 1 min(280px, 88vw);
		max-width: 360px;
	}
}

@media (min-width: 1100px) {
	.mag-related-track {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		gap: 18px;
		padding-bottom: 0;
		overflow: visible;
		justify-content: center;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.mag-related-scroll {
		overflow: visible;
		scroll-snap-type: none;
		margin: 0;
	}
	.mag-tile--related {
		flex: none;
		min-height: 340px;
		width: auto;
	}
}

/* Schlagwortwolke (Einzelartikel) — gleiche redaktionelle Linie wie Archiv */
.nf-mag-single .mag-single-tail .mag-cloud-sec {
	margin-top: clamp(36px, 5vw, 52px);
	padding: clamp(24px, 3.5vw, 36px) 0 clamp(12px, 2vw, 20px);
	border: none;
	border-top: 1px solid rgba(201, 169, 98, 0.28);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}
.nf-mag-single .mag-single-tail .mag-cloud-h {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.04em;
	text-transform: none;
	color: rgba(138, 104, 48, 0.95);
	margin: 0 0 clamp(14px, 2.5vw, 22px);
	padding-bottom: 0;
	text-align: left;
	border-bottom: none;
}
.nf-mag-single .mag-single-tail .mag-cloud {
	justify-content: flex-start;
	align-content: flex-start;
	align-items: baseline;
	gap: 6px 14px;
	row-gap: 10px;
	max-width: 100%;
}
.nf-mag-single .mag-single-tail .mag-cloud-tag {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	font-style: italic;
	font-size: inherit;
	padding: 2px 2px 5px;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(201, 169, 98, 0.45);
	color: rgba(74, 58, 38, 0.92);
	letter-spacing: 0.02em;
	box-shadow: none;
}
.nf-mag-single .mag-single-tail .mag-cloud-tag:hover {
	background: rgba(201, 169, 98, 0.08);
	border-bottom-color: rgba(26, 20, 16, 0.55);
	color: #1a1410;
	box-shadow: none;
	transform: none;
}

/* Vor/Zurück — Editorial-Karten, ruhige Typo (kein „geschrienes“ All-Caps-Gefühl) */
.mag-post-nav {
	margin-top: clamp(32px, 4vw, 48px);
	padding-top: 0;
	padding-bottom: 8px;
	border-top: none;
	clear: both;
	position: relative;
}
.mag-post-nav::before {
	content: "";
	display: block;
	height: 1px;
	margin-bottom: clamp(28px, 4vw, 36px);
	background: linear-gradient(to right, transparent, rgba(201, 169, 98, 0.45) 15%, rgba(201, 169, 98, 0.45) 85%, transparent);
}
.mag-post-nav .post-navigation {
	margin: 0;
}
.mag-post-nav .nav-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(14px, 2.5vw, 22px);
	align-items: stretch;
}
.mag-post-nav .nav-links--single {
	grid-template-columns: 1fr;
	max-width: 560px;
}
.mag-post-nav .nav-links--single .nav-next {
	text-align: left;
}
.mag-post-nav .nav-links--single .nav-next a {
	flex-direction: row-reverse;
	justify-content: flex-start;
}
.mag-post-nav .nav-links--single .nav-next .mag-nav-inner {
	align-items: flex-start;
	text-align: left;
}
.mag-post-nav .nav-previous,
.mag-post-nav .nav-next {
	flex: none;
	max-width: none;
	margin: 0;
	float: none;
	min-width: 0;
}
.mag-post-nav .nav-next {
	text-align: right;
	margin-left: 0;
}
.mag-post-nav .nav-previous a,
.mag-post-nav .nav-next a {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-height: 100%;
	padding: clamp(18px, 2.5vw, 22px) clamp(16px, 2vw, 20px);
	margin: 0;
	background: rgba(255, 252, 246, 0.75) !important;
	border: 1px solid rgba(26, 20, 16, 0.1) !important;
	border-radius: 10px;
	box-shadow: 0 8px 28px rgba(12, 9, 7, 0.06) !important;
	text-decoration: none;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.mag-post-nav .nav-previous a:hover,
.mag-post-nav .nav-next a:hover {
	opacity: 1;
	border-color: rgba(201, 169, 98, 0.35) !important;
	box-shadow: 0 12px 36px rgba(12, 9, 7, 0.09) !important;
	background: rgba(255, 255, 255, 0.92) !important;
}
.mag-post-nav .nav-next a {
	flex-direction: row;
	justify-content: flex-end;
}
.mag-post-nav .mag-nav-arr {
	font-size: 15px;
	color: #a08040;
	line-height: 1.5;
	flex-shrink: 0;
	margin-top: 3px;
	opacity: 0.85;
}
.mag-post-nav .mag-nav-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	min-width: 0;
	gap: 6px;
}
.mag-post-nav .nav-next .mag-nav-inner {
	align-items: flex-end;
	text-align: right;
}
.mag-post-nav .mag-nav-lbl {
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 9px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6b5428;
	margin-bottom: 0;
	font-weight: 600;
}
.mag-post-nav .mag-nav-t {
	font-family: "Josefin Sans", sans-serif;
	font-size: clamp(14px, 1.5vw, 16px);
	font-weight: 400;
	font-style: normal;
	color: #1a1410;
	line-height: 1.45;
	text-wrap: balance;
	text-transform: none;
	letter-spacing: 0.01em;
}
@media (max-width: 600px) {
	.mag-post-nav .nav-links {
		grid-template-columns: 1fr;
	}
	.mag-post-nav .nav-next {
		text-align: left;
	}
	.mag-post-nav .nav-next a {
		flex-direction: row-reverse;
		justify-content: flex-start;
	}
	.mag-post-nav .nav-next .mag-nav-inner {
		align-items: flex-start;
		text-align: left;
	}
}

.mag-archive-desc {
	font-size: 0.95em;
	opacity: 0.9;
}

/*
 * Lesbare Magazin-Fläche: nf-base setzt Body auf helle Schrift — auf Creme ergeben sich „weiße“ Titel.
 * Blog-Index (Beitragsseite, class nf-home): wieder dunkler Seitenhintergrund wie vorher — Mosaic unverändert.
 */
body.nf-magazine:not(.nf-home) {
	background: #f3eee6;
	color: #1a1410;
}

/* Nicht auf ganz #nf-main: sonst erben „Mehr lesen“-Kacheln u. U. dunkle Typo / Layout bricht */
body.nf-magazine #nf-main .mag-single-shell,
body.nf-magazine #nf-main .nf-mag-archive {
	color: #1a1410;
}

/* ─── Elementor: Beitragslisten / Loops (Magazin-Seite, Theme Builder, …) ─── */
body.nf-magazine #nf-main .elementor-widget-posts,
body.nf-magazine #nf-main .elementor-widget-archive-posts {
	width: 100%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

body.nf-magazine #nf-main .elementor-widget-posts .elementor-posts-container .elementor-posts,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-posts-container .elementor-posts {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)) !important;
	gap: clamp(18px, 2.5vw, 28px) !important;
	width: 100% !important;
}

body.nf-magazine #nf-main .elementor-widget-posts .elementor-post,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post {
	width: 100% !important;
	max-width: none !important;
}

body.nf-magazine #nf-main .elementor-widget-posts .elementor-post__title,
body.nf-magazine #nf-main .elementor-widget-posts .elementor-post__title a,
body.nf-magazine #nf-main .elementor-widget-posts .elementor-post__excerpt,
body.nf-magazine #nf-main .elementor-widget-posts .elementor-post__text,
body.nf-magazine #nf-main .elementor-widget-posts .elementor-post__meta-data,
body.nf-magazine #nf-main .elementor-widget-posts .elementor-post__read-more,
body.nf-magazine #nf-main .elementor-widget-posts .elementor-post-date,
body.nf-magazine #nf-main .elementor-widget-posts .elementor-post-author,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post__title,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post__title a,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post__excerpt,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post__text,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post__meta-data,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post__read-more,
body.nf-magazine #nf-main .elementor-widget-loop-grid .elementor-heading-title,
body.nf-magazine #nf-main .elementor-widget-loop-grid .elementor-heading-title a,
body.nf-magazine #nf-main .elementor-widget-loop-grid .elementor-widget-text-editor,
body.nf-magazine #nf-main .elementor-widget-loop-grid .elementor-widget-text-editor p {
	color: #1a1410 !important;
}

body.nf-magazine #nf-main .elementor-widget-posts .elementor-post__read-more,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post__read-more {
	color: #6b5428 !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.nf-magazine #nf-main .elementor-widget-posts .elementor-post__read-more:hover,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post__read-more:hover,
body.nf-magazine #nf-main .elementor-widget-loop-grid a.elementor-button:hover {
	color: #3d2f16 !important;
}

body.nf-magazine #nf-main .elementor-widget-loop-grid a.elementor-button {
	color: #6b5428 !important;
}

/* Karten-Skin / Meta / Schlagwörter in Post-Widgets */
body.nf-magazine #nf-main .elementor-widget-posts .elementor-post__card,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post__card {
	color: #1a1410 !important;
}

body.nf-magazine #nf-main .elementor-widget-post-info,
body.nf-magazine #nf-main .elementor-widget-post-info .elementor-icon-list-item,
body.nf-magazine #nf-main .elementor-widget-post-info .elementor-icon-list-text,
body.nf-magazine #nf-main .elementor-post-info__item,
body.nf-magazine #nf-main .elementor-post-info__terms-list,
body.nf-magazine #nf-main .elementor-post-info__terms-list a {
	color: #1a1410 !important;
}

body.nf-magazine #nf-main .elementor-widget-heading .elementor-heading-title {
	color: #1a1410 !important;
}

body.nf-magazine #nf-main .elementor-widget-text-editor,
body.nf-magazine #nf-main .elementor-widget-text-editor p {
	color: #1a1410 !important;
}

/* „Mehr lesen“-Bereich: häufig Überschrift + Text-Widget */
body.nf-magazine #nf-main .elementor-divider-separator {
	border-color: rgba(26, 20, 16, 0.15) !important;
}

/* Elementor: kompakte Listen-Titel + Pagination (Kit-Styles oft zu groß) */
body.nf-magazine #nf-main .elementor-widget-posts .elementor-post__title,
body.nf-magazine #nf-main .elementor-widget-posts .elementor-post__title a,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post__title,
body.nf-magazine #nf-main .elementor-widget-archive-posts .elementor-post__title a {
	font-family: "Josefin Sans", sans-serif !important;
	font-size: clamp(17px, 1.8vw, 21px) !important;
	font-weight: 400 !important;
	line-height: 1.25 !important;
	letter-spacing: 0.02em !important;
}

body.nf-magazine #nf-main .elementor-pagination,
body.nf-magazine #nf-main nav.elementor-pagination {
	margin-top: 28px !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 10px !important;
}

body.nf-magazine #nf-main .elementor-pagination .page-numbers,
body.nf-magazine #nf-main .elementor-pagination a.page-numbers,
body.nf-magazine #nf-main .elementor-pagination span.page-numbers,
body.nf-magazine #nf-main .e-loop__pagination .page-numbers,
body.nf-magazine #nf-main .e-loop__pagination a.page-numbers,
body.nf-magazine #nf-main .e-loop__pagination span.page-numbers {
	font-family: "Josefin Sans", sans-serif !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
	min-width: 34px !important;
	height: 34px !important;
	min-height: 0 !important;
	padding: 0 12px !important;
	border-radius: 999px !important;
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid rgba(201, 169, 98, 0.42) !important;
	background: rgba(255, 253, 248, 0.9) !important;
	color: #3f3428 !important;
	box-shadow: 0 2px 8px rgba(12, 9, 7, 0.06) !important;
	transition: all 0.22s ease !important;
	text-decoration: none !important;
}

body.nf-magazine #nf-main .elementor-pagination .page-numbers.current,
body.nf-magazine #nf-main .elementor-pagination a.page-numbers:hover,
body.nf-magazine #nf-main .e-loop__pagination .page-numbers.current,
body.nf-magazine #nf-main .e-loop__pagination a.page-numbers:hover {
	background: #1a1410 !important;
	color: #e9d8b0 !important;
	border-color: #1a1410 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 8px 20px rgba(12, 9, 7, 0.2) !important;
}

/* WP-Tagwolke + Elementor: gleiche redaktionelle Linie wie .mag-cloud-tag (Cormorant, Unterstrich-Gold) */
body.nf-magazine #nf-main .tagcloud,
body.nf-magazine #nf-main .elementor-widget-tag-cloud .tagcloud,
body.nf-magazine #nf-main .elementor-widget-wp-widget-tag_cloud .tagcloud,
body.nf-magazine #nf-main .wp-block-tag-cloud.tag-cloud {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: baseline !important;
	gap: 6px 14px !important;
	row-gap: 10px !important;
	line-height: 1.5 !important;
}

body.nf-magazine #nf-main .tagcloud a,
body.nf-magazine #nf-main .elementor-widget-tag-cloud .tagcloud a,
body.nf-magazine #nf-main .elementor-widget-wp-widget-tag_cloud .tagcloud a,
body.nf-magazine #nf-main .wp-block-tag-cloud a {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-weight: 400 !important;
	font-style: italic !important;
	line-height: 1.35 !important;
	letter-spacing: 0.02em !important;
	padding: 2px 2px 5px !important;
	margin: 0 !important;
	border-radius: 0 !important;
	display: inline-block !important;
	vertical-align: baseline !important;
	border: none !important;
	border-bottom: 1px solid rgba(201, 169, 98, 0.45) !important;
	background: transparent !important;
	color: rgba(74, 58, 38, 0.92) !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease !important;
}

body.nf-magazine #nf-main .tagcloud a:hover,
body.nf-magazine #nf-main .elementor-widget-tag-cloud .tagcloud a:hover,
body.nf-magazine #nf-main .elementor-widget-wp-widget-tag_cloud .tagcloud a:hover,
body.nf-magazine #nf-main .wp-block-tag-cloud a:hover {
	background: rgba(201, 169, 98, 0.08) !important;
	border-bottom-color: rgba(26, 20, 16, 0.55) !important;
	color: #1a1410 !important;
	transform: none !important;
	box-shadow: none !important;
}

/* Überschrift „Themen …“ neben der Tag-Wolke (Elementor) */
body.nf-magazine #nf-main .e-con:has(.tagcloud) .elementor-widget-heading .elementor-heading-title,
body.nf-magazine #nf-main .e-con:has(.wp-block-tag-cloud) .elementor-widget-heading .elementor-heading-title,
body.nf-magazine #nf-main .elementor-section:has(.tagcloud) .elementor-widget-heading .elementor-heading-title,
body.nf-magazine #nf-main .elementor-section:has(.wp-block-tag-cloud) .elementor-widget-heading .elementor-heading-title,
body.nf-magazine #nf-main .elementor-element:has(.tagcloud) .elementor-widget-heading .elementor-heading-title,
body.nf-magazine #nf-main .elementor-element:has(.wp-block-tag-cloud) .elementor-widget-heading .elementor-heading-title {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(22px, 2.4vw, 30px) !important;
	font-weight: 400 !important;
	font-style: italic !important;
	line-height: 1.2 !important;
	letter-spacing: 0.04em !important;
	color: rgba(138, 104, 48, 0.95) !important;
}

/*
 * „Mehr lesen“ / verwandte Kacheln — harte Regeln (Elementor & #nf-main überschreiben oft Links/Spans).
 * Klasse .nf-related-editorial setzt template-parts/mag-related-posts.php
 */
html body.nf-magazine #nf-main.nf-mag-single section.nf-related-editorial.mag-related--band {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
	background:
		radial-gradient(ellipse 70% 80% at 80% 20%, rgba(201, 169, 98, 0.12) 0%, transparent 55%),
		linear-gradient(168deg, #0d0a08 0%, #1a1410 42%, #0c0907 100%) !important;
	padding: clamp(48px, 7vw, 80px) 0 clamp(52px, 7vw, 84px) !important;
	border-top: 1px solid rgba(201, 169, 98, 0.2) !important;
	border-bottom: 1px solid rgba(201, 169, 98, 0.15) !important;
	overflow: hidden !important;
	color: #f5f0e8 !important;
}

html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial .mag-related-h {
	color: #f5f0e8 !important;
}

html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial a.mag-tile.mag-tile--related {
	position: relative !important;
	display: block !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
	min-height: 320px !important;
	height: auto !important;
	border-radius: 10px !important;
	border: 1px solid rgba(201, 169, 98, 0.28) !important;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35) !important;
	color: #f5f0e8 !important;
	text-decoration: none !important;
	isolation: isolate !important;
	width: 100% !important;
	max-width: 400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial .mag-tile-visual {
	position: absolute !important;
	inset: 0 !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 0 !important;
	background: #14100d !important;
	display: block !important;
}

html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial .mag-tile-visual img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
}

html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial .mag-tile-shade {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1 !important;
	pointer-events: none !important;
	background: linear-gradient(
		to top,
		rgba(8, 6, 5, 0.96) 0%,
		rgba(10, 8, 6, 0.58) 34%,
		rgba(10, 8, 6, 0.18) 60%,
		rgba(10, 8, 6, 0.42) 100%
	) !important;
}

html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial .mag-tile-cap {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 2 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	padding: clamp(18px, 3.5vw, 28px) clamp(18px, 3vw, 26px) clamp(20px, 3.5vw, 30px) !important;
	box-sizing: border-box !important;
	color: #f5f0e8 !important;
}

html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial .mag-tile-title {
	color: #f5f0e8 !important;
	font-family: "Josefin Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: clamp(16px, 1.9vw, 20px) !important;
	line-height: 1.2 !important;
	text-shadow: 0 2px 22px rgba(0, 0, 0, 0.65) !important;
}

html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial .mag-tile-meta,
html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial .mag-tile-meta time {
	color: rgba(245, 240, 232, 0.9) !important;
	font-family: "Lato", sans-serif !important;
	font-size: 13px !important;
}

html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial .mag-tile-eyebrow {
	color: #e8d5a8 !important;
}

@media (min-width: 1100px) {
	html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial .mag-related-track {
		display: grid !important;
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
		justify-content: center !important;
		max-width: 1200px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		gap: 18px !important;
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	html body.nf-magazine #nf-main.nf-mag-single .nf-related-editorial a.mag-tile.mag-tile--related {
		max-width: none !important;
		width: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/* ==========================================================================
   Oberer Streifen unter Admin-Leiste / hinter transparenter Nav (Magazin)
   Mosaic & Einzelbeitrag nutzen kein NF-Hero-Widget → bisherige Elementor-
   :has(.nf-hero-widget)-Regeln griffen hier nicht.
   ========================================================================== */

/* html + body-Canvas an typischen Magazin-Hintergründen (WP-Admin offset + kein „weißes Loch”) */
html:has(body.nf-magazine.nf-home) {
	background-color: #0b0a09 !important;
}
html:has(body.nf-magazine:not(.nf-home)) {
	background-color: #f3eee6 !important;
}
/* body-Hintergrund: Elementor-Kit kann body auf Weiß setzen → zeigt im 32px Admin-Bar-Padding
   als heller Streifen. Auf Magazin-Übersicht dunkel (passt zum mag-hero), auf Einzelbeiträgen
   dunkel (passt zum mag-single-hero oben); #nf-main.nf-mag-single liefert darunter Creme. */
body.nf-magazine {
	background-color: #0b0a09 !important;
}

/* #nf-main hat sonst --nf-page-canvas (nf-base); Editorial nutzt eigene Flächen */
body.nf-magazine #nf-main {
	background-color: transparent !important;
}

/* Native Templates: nichts unter der Nav „absetzen“ */
body.nf-magazine #nf-main.nf-mag-archive,
body.nf-magazine #nf-main.nf-mag-single {
	margin-top: 0;
	padding-top: 0;
}

/* Elementor-Magazinseiten: erste Section oben ohne helles Padding/Füllfarbe */
body.nf-magazine.elementor-page #nf-main .elementor-section-wrap > .elementor-section:first-child,
body.nf-magazine.elementor-page #nf-main > .elementor .elementor-top-section:first-child {
	padding-top: 0 !important;
	margin-top: 0 !important;
	background-color: transparent !important;
	background-image: none !important;
}
body.nf-magazine.elementor-page
	#nf-main
	.elementor-section-wrap
	> .elementor-section:first-child
	> .elementor-container {
	padding-top: 0 !important;
}
body.nf-magazine.elementor-page #nf-main > .elementor > .e-con:first-child,
body.nf-magazine.elementor-page #nf-main > .elementor .e-con.e-parent:first-child {
	padding-block-start: 0 !important;
	margin-block-start: 0 !important;
	background-color: transparent !important;
	background-image: none !important;
}
