body.single-post .edgtf-title-holder,
body.single-post .edgtf-title,
body.single-post .edgtf-page-title {
	display: none !important;
}

body.single-post .edgtf-content {
	margin-top: 0 !important;
}

@media only screen and (min-width: 1201px) {
	body.single-post .edgtf-wrapper,
	body.single-post .edgtf-wrapper-inner,
	body.single-post .edgtf-content,
	body.single-post .edgtf-content-inner {
		overflow: visible !important;
	}
}

/* =========================================================
   LFD News Single Entry
   Fix 1 locked:
   - Desktop: left editorial panel + main article column
   - No right comments column
   - Comments below article, before Related News

   Fix 2 locked:
   - Desktop progress in left editorial panel
   - Mobile progress as gradient glass/blur panel after Read Full Article
   ========================================================= */

.lfd-news-entry {
	--lfd-black: #050505;
	--lfd-muted: rgba(0,0,0,.62);
	--lfd-line: rgba(0,0,0,.14);
	--lfd-soft: #f6f6f6;

	position: relative;
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
	padding: 24px 28px 86px;
	background: #fff;
	color: var(--lfd-black);
	box-sizing: border-box;
	overflow: hidden;
	isolation: isolate;
}

@media only screen and (min-width: 1201px) {
	.lfd-news-entry {
		overflow: visible !important;
	}
}

.lfd-news-entry:before {
	content: "LFD";
	position: absolute;
	right: 38px;
	top: 70px;
	z-index: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(150px, 21vw, 380px);
	line-height: .72;
	letter-spacing: -0.08em;
	font-weight: 700;
	color: rgba(0,0,0,.032);
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
}

.lfd-news-entry *,
.lfd-news-entry *:before,
.lfd-news-entry *:after {
	box-sizing: border-box;
}

.lfd-news-frame,
.lfd-news-bottom-nav,
.lfd-news-related,
.lfd-news-comments {
	position: relative;
	z-index: 2;
}

/* =========================================================
   Desktop structure
   ========================================================= */

.lfd-news-frame {
	position: relative;
	display: grid;
	grid-template-columns: 320px minmax(0, 920px);
	gap: 56px;
	align-items: start;
	justify-content: center;
	overflow: visible !important;
}

/* Remove old/right column if any old markup or cache remains */
.lfd-news-aside,
.lfd-news-comments-preview,
.lfd-news-subscribe,
.lfd-news-share-aside {
	display: none !important;
}

.lfd-news-panel {
	position: relative;
	grid-column: 1;
	align-self: start;
	max-height: calc(100vh - 124px);
	overflow: auto;
	scrollbar-width: none;
	padding: 4px 28px 38px 0;
	border-right: 1px solid var(--lfd-line);
	background: rgba(255,255,255,.96);
	z-index: 20;
	box-sizing: border-box;
}

.lfd-news-panel::-webkit-scrollbar {
	display: none;
}

.lfd-news-main {
	grid-column: 2;
	min-width: 0;
}

/* =========================================================
   Left editorial panel
   ========================================================= */

.lfd-news-back {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin: 0 0 42px;
	padding: 0 0 8px;
	border-bottom: 1px solid currentColor;
	color: var(--lfd-black) !important;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-weight: 800;
	text-decoration: none !important;
}

.lfd-news-back span {
	font-size: 17px;
	line-height: 1;
	transform: translateY(-1px);
}

.lfd-news-category {
	display: inline-flex;
	margin-bottom: 18px;
	color: rgba(0,0,0,.52) !important;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .26em;
	font-weight: 800;
	text-decoration: none !important;
}

.lfd-news-title {
	margin: 0 0 24px !important;
	padding: 0 !important;
	color: var(--lfd-black);
	font-size: clamp(34px, 3.2vw, 50px) !important;
	line-height: .94 !important;
	letter-spacing: -0.045em !important;
	text-transform: uppercase;
	font-weight: 950 !important;
}

.lfd-news-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 28px;
	color: rgba(0,0,0,.52);
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .13em;
	font-weight: 800;
}

.lfd-news-meta-mobile {
	display: none;
}

/* =========================================================
   Share
   ========================================================= */

.lfd-news-share {
	margin-top: 30px;
}

.lfd-news-share-label {
	display: block;
	margin-bottom: 16px;
	color: rgba(0,0,0,.46);
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .22em;
	font-weight: 800;
}

.lfd-news-share .edgtf-social-share-holder,
.lfd-news-share .edgtf-social-share-holder ul {
	margin: 0 !important;
	padding: 0 !important;
}

.lfd-news-share .edgtf-social-share-holder ul {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	list-style: none !important;
}

.lfd-news-share .edgtf-social-share-holder li {
	margin: 0 !important;
	padding: 0 !important;
}

.lfd-news-share .edgtf-social-share-holder a {
	color: var(--lfd-black) !important;
	font-size: 15px !important;
	text-decoration: none !important;
	transition: opacity .22s ease, transform .22s ease;
}

.lfd-news-share .edgtf-social-share-holder a:hover {
	opacity: .55;
	transform: translateY(-1px);
}

.lfd-news-share-mobile {
	display: none;
}

/* =========================================================
   Featured image
   No crop. Original image ratio.
   ========================================================= */

.lfd-news-featured-image {
	margin: 0 0 34px;
	padding: 0;
	width: 100%;
	background: #f6f6f6;
}

.lfd-news-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	object-fit: contain;
	object-position: center;
}

/* =========================================================
   Article lead and content
   ========================================================= */

.lfd-news-lead {
	margin: 0 0 30px;
	color: #080808;
	font-size: 18px;
	line-height: 1.58;
	font-weight: 400;
}

/* Desktop: lead preview is for mobile only */
@media only screen and (min-width: 768px) {
	.lfd-news-lead,
	[data-lfd-news-lead] {
		display: none !important;
	}
}

.lfd-news-content {
	color: #111;
	font-size: 17px;
	line-height: 1.74;
}

.lfd-news-content > *:first-child {
	margin-top: 0;
}

.lfd-news-content p {
	margin: 0 0 1.55em;
}

.lfd-news-content h2,
.lfd-news-content h3,
.lfd-news-content h4 {
	margin: 2.2em 0 .8em;
	line-height: 1.05;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	font-weight: 900;
}

.lfd-news-content h2 {
	font-size: 28px;
}

.lfd-news-content h3 {
	font-size: 23px;
}

.lfd-news-content h4 {
	font-size: 19px;
}

.lfd-news-content ul,
.lfd-news-content ol {
	margin: 0 0 1.55em 1.2em;
	padding: 0;
}

.lfd-news-content li {
	margin-bottom: .55em;
}

.lfd-news-content a {
	color: #050505;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Quote style */

.lfd-news-content blockquote,
.lfd-news-content .wp-block-quote {
	position: relative;
	margin: 46px 0;
	padding: 30px 34px;
	border-left: 1px solid #050505;
	border-right: 1px solid rgba(0,0,0,.12);
	color: #050505;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 2.2vw, 28px);
	line-height: 1.24;
	letter-spacing: -0.025em;
	text-align: center;
}

.lfd-news-content blockquote:before,
.lfd-news-content .wp-block-quote:before {
	content: "“";
	display: block;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: .8;
}

.lfd-news-content blockquote:after,
.lfd-news-content .wp-block-quote:after {
	content: "”";
	display: block;
	margin-top: 12px;
	font-size: 36px;
	line-height: .8;
}

.lfd-news-content blockquote p,
.lfd-news-content .wp-block-quote p {
	margin: 0;
	font: inherit;
	line-height: inherit;
}

/* Images inside article */

.lfd-news-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 34px auto;
}

.lfd-news-content figure {
	margin: 38px 0;
}

.lfd-news-content figcaption {
	margin-top: 10px;
	color: rgba(0,0,0,.48);
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

/* =========================================================
   Reading progress
   Desktop: inside left panel
   Mobile: gradient glass panel after Read Full Article
   ========================================================= */

.lfd-news-reading-progress {
	position: relative;
	z-index: 90;
	display: block;
	margin: 30px 0 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.lfd-news-progress-top,
.lfd-news-mobile-progress-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 11px;
}

.lfd-news-reading-progress strong,
.lfd-news-reading-progress em {
	display: block;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-style: normal;
	font-weight: 800;
}

.lfd-news-reading-progress strong {
	color: rgba(0,0,0,.48);
}

.lfd-news-reading-progress em {
	color: #050505;
}

.lfd-news-progress-line {
	position: relative;
	display: block;
	width: 100%;
	height: 4px;
	margin: 0;
	background: rgba(0,0,0,.12);
	overflow: hidden;
	border-radius: 999px;
}

.lfd-news-progress-line i {
	display: block;
	width: 0%;
	height: 100%;
	background: #050505;
	border-radius: inherit;
	transition: width .14s linear, height .2s ease;
}

/* Desktop progress visible in left panel */
@media only screen and (min-width: 768px) {
	.lfd-news-reading-progress-desktop,
	.lfd-news-panel .lfd-news-reading-progress {
		display: block !important;
		margin-top: 34px !important;
		position: relative !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
	}

	.lfd-news-reading-progress-mobile,
	.lfd-news-main > .lfd-news-reading-progress {
		display: none !important;
	}

	.lfd-news-reading-progress.is-progressing .lfd-news-progress-line {
		height: 6px !important;
	}
}

/* Mobile progress hidden until article opens */
@media only screen and (max-width: 767px) {
	.lfd-news-reading-progress-desktop,
	.lfd-news-panel .lfd-news-reading-progress {
		display: none !important;
	}

	.lfd-news-reading-progress-mobile,
	.lfd-news-main > .lfd-news-reading-progress {
		display: none !important;
	}

	.lfd-news-entry.is-reading-open .lfd-news-reading-progress-mobile,
	.lfd-news-entry.is-reading-open .lfd-news-main > .lfd-news-reading-progress {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 99999 !important;
		display: block !important;
		margin: 0 !important;
		padding: 12px 16px 14px !important;
		background: linear-gradient(
			to bottom,
			rgba(255,255,255,.38) 0%,
			rgba(255,255,255,.24) 55%,
			rgba(255,255,255,.08) 100%
		) !important;
		backdrop-filter: blur(2px) saturate(1.02) !important;
		-webkit-backdrop-filter: blur(2px) saturate(1.02) !important;
		border-bottom: 1px solid rgba(0,0,0,.06) !important;
		box-shadow: none !important;
	}

	.lfd-news-entry.is-reading-open .lfd-news-reading-progress-mobile:after,
	.lfd-news-entry.is-reading-open .lfd-news-main > .lfd-news-reading-progress:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -42px;
		height: 42px;
		pointer-events: none;
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		background: linear-gradient(
			to bottom,
			rgba(255,255,255,.22) 0%,
			rgba(255,255,255,.10) 45%,
			rgba(255,255,255,0) 100%
		);
	}

	.lfd-news-entry.is-reading-open .lfd-news-progress-line {
		height: 5px !important;
	}

	.lfd-news-entry.is-reading-open .lfd-news-reading-progress.is-progressing .lfd-news-progress-line {
		height: 7px !important;
	}

	.lfd-news-entry.is-reading-open .lfd-news-content {
		display: block !important;
		padding-top: 76px !important;
	}

	.lfd-news-entry.is-reading-open .lfd-news-lead,
	.lfd-news-entry.is-reading-open [data-lfd-news-lead],
	.lfd-news-entry.is-reading-open .lfd-news-read-full {
		display: none !important;
	}
}

/* =========================================================
   Read full article button
   ========================================================= */

.lfd-news-read-full {
	display: none;
}

/* =========================================================
   Tags
   ========================================================= */

.lfd-news-tags {
	margin: 42px 0 0;
	padding-top: 22px;
	border-top: 1px solid var(--lfd-line);
}

.lfd-news-tags > span {
	display: block;
	margin-bottom: 14px;
	color: rgba(0,0,0,.48);
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .22em;
	font-weight: 800;
}

.lfd-news-tags div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lfd-news-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(0,0,0,.14);
	border-radius: 999px;
	color: var(--lfd-black) !important;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 800;
	text-decoration: none !important;
}

/* =========================================================
   Previous / Next News
   ========================================================= */

.lfd-news-bottom-nav {
	width: min(820px, 100%);
	max-width: 820px;
	margin: 44px auto 0;
	padding: 7px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 30px;
	background: rgba(5,5,5,.92);
	backdrop-filter: blur(24px) saturate(1.25);
	-webkit-backdrop-filter: blur(24px) saturate(1.25);
	box-shadow: 0 22px 60px rgba(0,0,0,.20);
}

.lfd-news-nav-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 72px;
	padding: 10px 13px;
	border: 0;
	border-radius: 22px;
	background: transparent;
	color: #fff !important;
	text-decoration: none !important;
	overflow: hidden;
	transition: background .25s ease, transform .25s ease;
}

.lfd-news-nav-card:hover {
	background: rgba(255,255,255,.08);
	transform: translateY(-1px);
}

.lfd-news-nav-thumb {
	width: 44px;
	height: 56px;
	flex: 0 0 44px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
}

.lfd-news-nav-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.lfd-news-nav-text em {
	margin-bottom: 6px;
	color: rgba(255,255,255,.70);
	font-size: 8px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-style: normal;
	font-weight: 800;
}

.lfd-news-nav-text strong {
	color: #fff;
	font-size: 11px;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-weight: 900;
	max-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lfd-news-nav-arrow {
	color: #fff;
	flex: 0 0 auto;
	font-size: 15px;
	line-height: 1;
}

.lfd-news-next {
	justify-content: flex-end;
	text-align: right;
}

.lfd-news-next .lfd-news-nav-text {
	align-items: flex-end;
}

/* =========================================================
   FIX 3 — Comments redesign
   Compact editorial comments list, LFD-style
   ========================================================= */

.lfd-news-comments {
	position: relative;
	z-index: 2;
	max-width: 1040px;
	margin: 58px auto 0;
	padding: 34px 0 0;
	border-top: 1px solid rgba(0,0,0,.14);
	overflow: visible;
}

.lfd-news-comments:before {
	content: "LFD";
	position: absolute;
	right: 0;
	top: 14px;
	z-index: -1;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(140px, 18vw, 285px);
	line-height: .72;
	letter-spacing: -0.08em;
	font-weight: 700;
	color: rgba(0,0,0,.026);
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
}

.lfd-news-comments .lfd-news-section-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 30px;
	padding: 0 0 18px;
	border-bottom: 1px solid rgba(0,0,0,.13);
}

.lfd-news-comments .lfd-news-section-heading span {
	color: #050505;
	font-size: clamp(26px, 2.8vw, 36px);
	line-height: .96;
	text-transform: uppercase;
	letter-spacing: -0.045em;
	font-weight: 950;
}

.lfd-news-comments .lfd-news-section-heading em {
	color: rgba(0,0,0,.48);
	font-size: 13px;
	line-height: 1;
	font-style: normal;
	font-weight: 500;
}

/* Custom comments list */

.lfd-news-comments-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lfd-news-comment-row {
	position: relative;
	margin: 0;
	padding: 24px 0 25px;
	border-bottom: 1px solid rgba(0,0,0,.13);
	list-style: none;
}

.lfd-news-comment-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: start;
}

.lfd-news-comment-title {
	margin: 0;
	max-width: 680px;
	color: #050505;
	font-size: 12px;
	line-height: 1.16;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 900;
}

.lfd-news-comment-date {
	color: rgba(0,0,0,.42);
	font-size: 11px;
	line-height: 1;
	white-space: nowrap;
	font-style: normal;
	font-weight: 500;
}

.lfd-news-comment-excerpt {
	margin: 12px 0 0;
	max-width: 670px;
	color: rgba(0,0,0,.66);
	font-size: 14px;
	line-height: 1.6;
}

.lfd-news-comment-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 13px;
}

.lfd-news-comment-actions a {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 0 0 5px;
	border-bottom: 1px solid currentColor;
	color: #050505 !important;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-weight: 900;
	text-decoration: none !important;
}

.lfd-news-comment-actions a:hover {
	opacity: .55;
}

.lfd-news-no-comments {
	margin: 0;
	color: rgba(0,0,0,.58);
	font-size: 15px;
	line-height: 1.55;
}

/* Comment form */

.lfd-news-comment-form {
	margin: 42px auto 0;
	padding: 30px 0 0;
	border-top: 1px solid rgba(0,0,0,.13);
}

.lfd-news-comment-form .comment-reply-title,
.lfd-news-comment-form #reply-title {
	margin: 0 0 22px !important;
	padding: 0 !important;
	color: #050505 !important;
	font-size: clamp(22px, 2.2vw, 30px) !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	letter-spacing: -0.045em !important;
	font-weight: 950 !important;
}

.lfd-news-comment-form #cancel-comment-reply-link {
	margin-left: 12px;
	color: rgba(0,0,0,.52) !important;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: 800;
	text-decoration: none !important;
}

.lfd-news-comment-form .comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
}

.lfd-news-comment-form .comment-form-comment,
.lfd-news-comment-form .comment-notes,
.lfd-news-comment-form .logged-in-as,
.lfd-news-comment-form .form-submit,
.lfd-news-comment-form .comment-form-cookies-consent {
	grid-column: 1 / -1;
}

.lfd-news-comment-form .comment-form label {
	display: block;
	margin: 0 0 8px;
	color: rgba(0,0,0,.54);
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-weight: 800;
}

.lfd-news-comment-form input[type="text"],
.lfd-news-comment-form input[type="email"],
.lfd-news-comment-form input[type="url"],
.lfd-news-comment-form textarea {
	width: 100%;
	margin: 0;
	padding: 14px 0;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,.22);
	border-radius: 0;
	background: transparent;
	color: #050505;
	font-size: 15px;
	line-height: 1.5;
	box-shadow: none;
	outline: none;
	transition: border-color .22s ease;
}

.lfd-news-comment-form textarea {
	min-height: 130px;
	resize: vertical;
}

.lfd-news-comment-form input[type="text"]:focus,
.lfd-news-comment-form input[type="email"]:focus,
.lfd-news-comment-form input[type="url"]:focus,
.lfd-news-comment-form textarea:focus {
	border-color: #050505;
}

.lfd-news-comment-form .comment-notes,
.lfd-news-comment-form .logged-in-as,
.lfd-news-comment-form .comment-form-cookies-consent {
	color: rgba(0,0,0,.58);
	font-size: 13px;
	line-height: 1.5;
}

.lfd-news-comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.lfd-news-comment-form .comment-form-cookies-consent input {
	margin-top: 3px;
}

.lfd-news-comment-form .form-submit {
	margin: 10px 0 0;
}

.lfd-news-comment-form input[type="submit"],
.lfd-news-comment-form .submit,
.lfd-news-comment-submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 30px;
	border: 0;
	border-radius: 0;
	background: #050505 !important;
	color: #fff !important;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-weight: 900;
	text-decoration: none !important;
	cursor: pointer;
	transition: opacity .22s ease;
}

.lfd-news-comment-form input[type="submit"]:hover,
.lfd-news-comment-form .submit:hover,
.lfd-news-comment-submit:hover {
	opacity: .85;
}

/* Mobile */

@media only screen and (max-width: 767px) {
	.lfd-news-comments {
		margin-top: 42px;
		padding-top: 26px;
		overflow: visible;
	}

	.lfd-news-comments:before {
		right: 0;
		top: 18px;
		font-size: 138px;
	}

	.lfd-news-comments .lfd-news-section-heading {
		margin-bottom: 20px;
	}

	.lfd-news-comments .lfd-news-section-heading span {
		font-size: 30px;
	}

	.lfd-news-comment-row {
		padding: 21px 0 23px;
	}

	.lfd-news-comment-top {
		display: block;
	}

	.lfd-news-comment-title {
		max-width: none;
		font-size: 12px;
		line-height: 1.08;
	}

	.lfd-news-comment-date {
		display: block;
		margin-top: 8px;
		font-size: 11px;
	}

	.lfd-news-comment-excerpt {
		max-width: none;
		font-size: 14px;
		line-height: 1.6;
	}

	.lfd-news-comment-actions {
		margin-top: 14px;
	}

	.lfd-news-comment-form {
		margin-top: 32px;
		padding-top: 26px;
	}

	.lfd-news-comment-form .comment-form {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.lfd-news-comment-form .comment-reply-title,
	.lfd-news-comment-form #reply-title {
		font-size: 30px !important;
	}

	.lfd-news-comment-form input[type="submit"],
	.lfd-news-comment-form .submit,
	.lfd-news-comment-submit {
		width: 100%;
	}
}

/* =========================================================
   Related News
   Editorial grid — fixed after Fix 4
   ========================================================= */

.lfd-news-related {
	position: relative;
	z-index: 2;
	max-width: 1296px;
	margin: 64px auto 0;
	padding: 34px 0 0;
	border-top: 1px solid var(--lfd-line);
	overflow: visible;
}

.lfd-news-related:before {
	content: "LFD";
	position: absolute;
	right: 0;
	top: 32px;
	z-index: -1;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(150px, 18vw, 300px);
	line-height: .72;
	letter-spacing: -0.08em;
	font-weight: 700;
	color: rgba(0,0,0,.026);
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
}

.lfd-news-related .lfd-news-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 32px;
	padding: 0 0 18px;
	border-bottom: 1px solid rgba(0,0,0,.13);
}

.lfd-news-related .lfd-news-section-heading span {
	display: block;
	color: #050505;
	font-size: clamp(30px, 3.6vw, 46px);
	line-height: .94;
	text-transform: uppercase;
	letter-spacing: -0.065em;
	font-weight: 950;
}

.lfd-news-related .lfd-news-section-heading a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-bottom: 6px;
	padding: 0 0 8px;
	border-bottom: 1px solid currentColor;
	color: #050505 !important;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-weight: 900;
	text-decoration: none !important;
	transition: opacity .22s ease;
}

.lfd-news-related .lfd-news-section-heading a:hover {
	opacity: .55;
}

.lfd-news-related-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	align-items: start;
}

.lfd-news-related-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	color: #050505 !important;
	text-decoration: none !important;
	border: 1px solid rgba(0,0,0,.12);
	background: rgba(255,255,255,.92);
	overflow: hidden;
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.lfd-news-related-card:hover {
	transform: translateY(-3px);
	border-color: rgba(0,0,0,.22);
	box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.lfd-news-related-image {
	display: block;
	width: 100%;
	background: #f6f6f6;
	border-bottom: 1px solid rgba(0,0,0,.10);
}

.lfd-news-related-image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	object-fit: contain;
	object-position: center;
}

.lfd-news-related-text {
	display: block;
	padding: 18px 18px 20px;
}

.lfd-news-related-text em {
	display: block;
	margin: 0 0 12px;
	color: rgba(0,0,0,.48);
	font-size: 9px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-style: normal;
	font-weight: 800;
}

.lfd-news-related-text strong {
	display: block;
	color: #050505;
	font-size: 15px;
	line-height: 1.18;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	font-weight: 950;
}

/* Tablet related news */

@media only screen and (max-width: 1200px) {
	.lfd-news-related {
		max-width: 860px;
	}

	.lfd-news-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile related news */

@media only screen and (max-width: 767px) {
	.lfd-news-related {
		margin-top: 42px;
		padding-top: 28px;
	}

	.lfd-news-related:before {
		right: -8px;
		top: 42px;
		font-size: 138px;
	}

	.lfd-news-related .lfd-news-section-heading {
		align-items: flex-end;
		gap: 14px;
		margin-bottom: 24px;
	}

	.lfd-news-related .lfd-news-section-heading span {
		font-size: 30px;
		line-height: .96;
	}

	.lfd-news-related .lfd-news-section-heading a {
		margin-bottom: 4px;
		font-size: 9px;
		letter-spacing: .14em;
		white-space: nowrap;
	}

	.lfd-news-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.lfd-news-related-text {
		padding: 12px;
	}

	.lfd-news-related-text em {
		margin-bottom: 9px;
		font-size: 8px;
		letter-spacing: .13em;
	}

	.lfd-news-related-text strong {
		font-size: 12px;
		line-height: 1.18;
		letter-spacing: -0.025em;
	}
}

/* =========================================================
   Tablet
   ========================================================= */

@media only screen and (max-width: 1200px) {
	.lfd-news-entry {
		padding: 28px 36px 72px;
	}

	.lfd-news-frame {
		grid-template-columns: 1fr;
		gap: 34px;
		max-width: 860px;
		margin: 0 auto;
	}

	.lfd-news-main {
		grid-column: auto;
	}

	.lfd-news-panel {
		position: relative;
		grid-column: auto;
		top: auto;
		left: auto;
		width: auto;
		max-height: none;
		overflow: visible;
		border: 0;
		padding: 0;
		background: transparent;
		z-index: 2;
	}

	.lfd-news-content {
		font-size: 17px;
	}

	.lfd-news-title {
		font-size: clamp(36px, 6vw, 52px) !important;
	}
}

/* =========================================================
   Mobile
   ========================================================= */

@media only screen and (max-width: 767px) {
	.lfd-news-entry {
		padding: 24px 16px 54px;
	}

	.lfd-news-entry:before {
		right: -8px;
		top: 92px;
		font-size: 138px;
		color: rgba(0,0,0,.035);
	}

	.lfd-news-frame {
		gap: 24px;
	}

	.lfd-news-back {
		margin-bottom: 28px;
		font-size: 11px;
		letter-spacing: .12em;
	}

	.lfd-news-category {
		margin-bottom: 14px;
	}

	.lfd-news-title {
		font-size: clamp(30px, 9vw, 40px) !important;
		line-height: .96 !important;
	}

	.lfd-news-meta-desktop,
	.lfd-news-share-panel,
	.lfd-news-reading-progress-desktop {
		display: none !important;
	}

	.lfd-news-meta-mobile {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 14px;
		margin: 0 0 24px;
		color: rgba(0,0,0,.52);
		font-size: 9px;
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: .13em;
		font-weight: 800;
	}

	.lfd-news-featured-image {
		margin-bottom: 22px;
	}

	.lfd-news-lead {
		display: block !important;
		font-size: 16px;
		line-height: 1.62;
		margin-bottom: 20px;
	}

	.lfd-news-entry.is-reading-open .lfd-news-lead {
		display: none !important;
	}

	.lfd-news-reading-progress-mobile {
		display: none;
	}

	.lfd-news-entry.is-reading-open .lfd-news-reading-progress-mobile {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99999;
		display: block;
		margin: 0;
		padding: 12px 16px 14px;
		background: linear-gradient(
			to bottom,
			rgba(255,255,255,.38) 0%,
			rgba(255,255,255,.24) 55%,
			rgba(255,255,255,.08) 100%
		);
		backdrop-filter: blur(2px) saturate(1.02);
		-webkit-backdrop-filter: blur(2px) saturate(1.02);
		border-bottom: 1px solid rgba(0,0,0,.06);
	}

	.lfd-news-entry.is-reading-open .lfd-news-reading-progress-mobile:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -42px;
		height: 42px;
		pointer-events: none;
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		background: linear-gradient(
			to bottom,
			rgba(255,255,255,.22) 0%,
			rgba(255,255,255,.10) 45%,
			rgba(255,255,255,0) 100%
		);
	}

	.lfd-news-progress-line {
		height: 5px;
	}

	.lfd-news-read-full {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		width: 100%;
		min-height: 48px;
		margin: 0 0 28px;
		border: 0;
		border-radius: 0;
		background: #050505;
		color: #fff;
		font-size: 11px;
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: .14em;
		font-weight: 800;
	}

	.lfd-news-read-full span {
		font-size: 14px;
		line-height: 1;
	}

	.lfd-news-content {
		display: none;
		font-size: 16px;
		line-height: 1.68;
	}

	.lfd-news-entry.is-reading-open .lfd-news-content {
		display: block;
		padding-top: 76px;
	}

	.lfd-news-entry.is-reading-open .lfd-news-read-full {
		display: none;
	}

	.lfd-news-content p:first-of-type {
		font-size: 16px;
		line-height: 1.62;
	}

	.lfd-news-content h2 {
		font-size: 26px;
	}

	.lfd-news-content h3 {
		font-size: 22px;
	}

	.lfd-news-content blockquote,
	.lfd-news-content .wp-block-quote {
		margin: 34px 0;
		padding: 22px 20px;
		font-size: 22px;
	}

	.lfd-news-share-mobile {
		display: block;
		margin: 34px 0 0;
		padding-top: 18px;
		border-top: 1px solid var(--lfd-line);
		text-align: center;
	}

	.lfd-news-share-mobile .lfd-news-share-label {
		text-align: center;
	}

	.lfd-news-share-mobile .edgtf-social-share-holder ul {
		justify-content: center;
		gap: 22px;
		width: 100%;
	}

	.lfd-news-tags {
		margin-top: 34px;
	}

	.lfd-news-bottom-nav {
		width: 100%;
		max-width: none;
		margin: 26px 0 0;
		padding: 6px;
		gap: 1px;
		border-radius: 24px;
	}

	.lfd-news-nav-card {
		min-height: 64px;
		padding: 10px;
		border-radius: 18px;
		gap: 9px;
	}

	.lfd-news-nav-thumb {
		width: 34px;
		height: 44px;
		flex-basis: 34px;
		border-radius: 8px;
	}

	.lfd-news-nav-text em {
		font-size: 8px;
	}

	.lfd-news-nav-text strong {
		font-size: 10px;
		max-width: 92px;
	}

	.lfd-news-nav-arrow {
		font-size: 14px;
	}

	.lfd-news-related,
	.lfd-news-comments {
		margin-top: 42px;
	}

	.lfd-news-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.lfd-news-related-text {
		padding: 12px;
	}

	.lfd-news-related-text strong {
		font-size: 13px;
	}

	.lfd-news-section-heading {
		align-items: flex-end;
	}

	.lfd-news-section-heading span {
		font-size: 30px;
	}

	.lfd-news-comments {
		margin-top: 42px !important;
		padding-top: 26px !important;
	}

	.lfd-news-comments .lfd-news-section-heading span {
		font-size: 30px !important;
	}

	.lfd-news-comments .comment-body {
		display: block !important;
		min-height: auto !important;
		padding: 18px !important;
		border-radius: 22px !important;
	}

	.lfd-news-comments .comment-author {
		margin-bottom: 10px !important;
	}

	.lfd-news-comments .comment-author img,
	.lfd-news-comments .avatar {
		width: 36px !important;
		height: 36px !important;
	}

	.lfd-news-comments .comment-meta,
	.lfd-news-comments .commentmetadata {
		justify-content: flex-start !important;
		margin-bottom: 14px !important;
	}

	.lfd-news-comments .comment-body p {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

	.lfd-news-comments .reply {
		justify-content: flex-start !important;
		margin-top: 16px !important;
	}

	.lfd-news-comments .children {
		margin-left: 16px !important;
	}

	.lfd-news-comments .comment-respond,
	.lfd-news-comments #respond {
		margin-top: 28px !important;
		padding: 20px !important;
		border-radius: 24px !important;
	}

	.lfd-news-comments .comment-form {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	.lfd-news-comments .comment-reply-title,
	.lfd-news-comments #reply-title {
		font-size: 26px !important;
	}

	.lfd-news-comments input[type="text"],
	.lfd-news-comments input[type="email"],
	.lfd-news-comments input[type="url"],
	.lfd-news-comments textarea {
		border-radius: 16px !important;
		padding: 14px !important;
	}
}

/* =========================================================
   FIX — Clickable links inside custom comments
   Does not affect approved comments layout
   ========================================================= */

.lfd-news-comment-excerpt a {
	color: #050505 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px !important;
	text-decoration-thickness: 1px !important;
	font-weight: 600 !important;
	transition: opacity .22s ease !important;
}

.lfd-news-comment-excerpt a:hover {
	opacity: .58 !important;
}