/* Farmley blog archive and single post polish */
body.blog,
body.single-post,
body.category,
body.tag,
body.author,
body.date,
body.ng-farmley-blog {
	background: #fbf8f1;
}

/* ==========================================================================
   Farmley blog — hero, grid feed, sidebar, related posts
   ========================================================================== */

.ng-farmley-blog-hero {
	margin: 0 0 34px;
	padding: 34px;
	border: 1px solid rgba(12, 83, 61, 0.08);
	border-radius: 32px;
	background:
		radial-gradient(circle at 88% 12%, rgba(185, 149, 49, 0.16), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #fffaf2 100%);
	box-shadow: 0 22px 56px rgba(12, 83, 61, 0.08);
}

.ng-farmley-blog-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
	gap: 28px;
	align-items: end;
}

.ng-farmley-blog-hero__eyebrow,
.ng-farmley-blog-related__eyebrow,
.ng-farmley-blog-single__kicker,
.ng-farmley-blog-card__kicker {
	margin: 0 0 12px;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #b99531;
}

.ng-farmley-blog-hero__title {
	margin: 0 0 14px;
	font-family: "Manrope", sans-serif;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.05em;
	color: #122d24;
}

.ng-farmley-blog-hero__subtitle {
	margin: 0;
	max-width: 62ch;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: #5f7168;
}

.ng-farmley-blog-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.ng-farmley-blog-hero__stat {
	padding: 18px 16px;
	border-radius: 20px;
	background: rgba(12, 83, 61, 0.06);
	text-align: center;
}

.ng-farmley-blog-hero__stat strong {
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	color: #0c533d;
}

.ng-farmley-blog-hero__stat span {
	display: block;
	margin-top: 6px;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6d7f76;
}

.ng-farmley-blog-hero__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.ng-farmley-blog-filter,
.ng-farmley-blog-sidebar__tag {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid rgba(12, 83, 61, 0.14);
	border-radius: 999px;
	background: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #24483c;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ng-farmley-blog-filter.is-active,
.ng-farmley-blog-sidebar__tag.is-active,
.ng-farmley-blog-filter:hover,
.ng-farmley-blog-sidebar__tag:hover {
	border-color: #0c533d;
	background: #0c533d;
	color: #ffffff;
	transform: translateY(-1px);
}

body.ng-farmley-blog .qodef-blog.ng-farmley-blog__feed {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

body.ng-farmley-blog .qodef-blog.ng-farmley-blog__feed .qodef-blog-item.ng-farmley-blog-card--featured {
	grid-column: 1 / -1;
}

body.ng-farmley-blog .qodef-blog.ng-farmley-blog__feed .qodef-blog-item.ng-farmley-blog-card--hidden {
	display: none !important;
}

body.ng-farmley-blog .qodef-blog.ng-farmley-blog__feed .qodef-e-top-holder,
body.ng-farmley-blog.single-post .qodef-blog .qodef-e-top-holder {
	display: none !important;
}

body.ng-farmley-blog .qodef-blog.ng-farmley-blog__feed .qodef-blog-item:not(.ng-farmley-blog-card--featured) .qodef-e-inner {
	grid-template-columns: 1fr;
}

body.ng-farmley-blog .qodef-blog.ng-farmley-blog__feed .qodef-blog-item:not(.ng-farmley-blog-card--featured) .qodef-e-media {
	min-height: 220px;
}

body.ng-farmley-blog .qodef-blog.ng-farmley-blog__feed .qodef-blog-item:not(.ng-farmley-blog-card--featured) .qodef-e-content {
	padding: 24px;
}

.ng-farmley-blog-card__meta,
.ng-farmley-blog-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 12px;
}

.ng-farmley-blog-card__category,
.ng-farmley-blog-card__read-time,
.ng-farmley-blog-single__badge,
.ng-farmley-blog-card__media-badge,
.ng-farmley-blog-related__category {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	font-family: "Manrope", sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ng-farmley-blog-card__category,
.ng-farmley-blog-related__category,
.ng-farmley-blog-single__badge {
	background: rgba(12, 83, 61, 0.08);
	color: #0c533d;
}

.ng-farmley-blog-card__read-time,
.ng-farmley-blog-single__badge--muted {
	background: #f4efe6;
	color: #6d7f76;
}

.ng-farmley-blog-card__media-badge,
.ng-farmley-blog-single__media-badges {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ng-farmley-blog-card__kicker {
	margin-bottom: 10px !important;
}

body.ng-farmley-blog #qodef-page-sidebar {
	display: none !important;
}

.ng-farmley-blog-sidebar {
	display: grid;
	gap: 18px;
}

.ng-farmley-blog-sidebar__widget {
	padding: 22px;
	border: 1px solid rgba(12, 83, 61, 0.08);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(12, 83, 61, 0.06);
}

.ng-farmley-blog-sidebar__title {
	margin: 0 0 14px;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0c533d;
}

.ng-farmley-blog-sidebar__widget p {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #5f7168;
}

.ng-farmley-blog-sidebar__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ng-farmley-blog-sidebar__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.ng-farmley-blog-sidebar__list a {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	text-decoration: none;
	color: inherit;
}

.ng-farmley-blog-sidebar__list-index {
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #b99531;
}

.ng-farmley-blog-sidebar__list-text strong {
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height: 1.45;
	color: #122d24;
}

.ng-farmley-blog-sidebar__list-text em {
	display: block;
	margin-top: 4px;
	font-style: normal;
	font-size: 12px;
	color: #7a8b83;
}

.ng-farmley-blog-sidebar__widget--cta {
	background:
		radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.12), transparent 30%),
		linear-gradient(135deg, #0c533d 0%, #1d6a52 100%);
	color: #ffffff;
}

.ng-farmley-blog-sidebar__cta-label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #e9d199;
}

.ng-farmley-blog-sidebar__widget--cta h3 {
	margin: 0 0 10px;
	font-family: "Manrope", sans-serif;
	font-size: 22px;
	line-height: 1.2;
	color: #ffffff;
}

.ng-farmley-blog-sidebar__cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 16px;
	padding: 0 20px;
	border-radius: 999px;
	background: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #0c533d;
	text-decoration: none;
}

.ng-farmley-blog-single__lede {
	width: 100%;
	max-width: none;
	margin: 0 0 24px !important;
	font-family: "Manrope", sans-serif;
	font-size: clamp(18px, 2.2vw, 22px) !important;
	line-height: 1.65 !important;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #183b2f !important;
}

body.single-post .ng-farmley-blog-related {
	width: 100%;
	margin: 0;
	padding: clamp(28px, 4vw, 40px);
	border: 1px solid rgba(12, 83, 61, 0.08);
	border-radius: 34px;
	background: #ffffff;
	box-shadow: 0 22px 60px rgba(12, 83, 61, 0.09);
	box-sizing: border-box;
}

body.single-post .ng-farmley-blog-related__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ng-farmley-blog-related__head h2 {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	letter-spacing: -0.04em;
	color: #122d24;
}

.ng-farmley-blog-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.ng-farmley-blog-related__card {
	overflow: hidden;
	border: 1px solid rgba(12, 83, 61, 0.08);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(12, 83, 61, 0.06);
}

.ng-farmley-blog-related__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #fffaf2;
}

.ng-farmley-blog-related__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.ng-farmley-blog-related__card:hover .ng-farmley-blog-related__media img {
	transform: scale(1.05);
}

.ng-farmley-blog-related__body {
	padding: 18px;
}

.ng-farmley-blog-related__body h3 {
	margin: 10px 0 8px;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 1.3;
}

.ng-farmley-blog-related__body h3 a {
	color: #122d24;
	text-decoration: none;
}

.ng-farmley-blog-related__body p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #62746c;
}

body.blog #qodef-page-content,
body.single-post.ng-farmley-blog #qodef-page-content {
	padding-top: 40px;
}

body.single-post #qodef-page-content,
body.category #qodef-page-content,
body.tag #qodef-page-content,
body.author #qodef-page-content,
body.date #qodef-page-content {
	padding-top: 54px;
	padding-bottom: 76px;
}

body.single-post #qodef-page-inner.qodef-content-grid {
	max-width: 1320px;
}

body.single-post #qodef-page-content {
	width: 100%;
}

body.blog #qodef-page-content > .qodef-grid-inner,
body.single-post #qodef-page-content > .qodef-grid-inner,
body.category #qodef-page-content > .qodef-grid-inner,
body.tag #qodef-page-content > .qodef-grid-inner,
body.author #qodef-page-content > .qodef-grid-inner,
body.date #qodef-page-content > .qodef-grid-inner {
	align-items: flex-start;
}

body.single-post.ng-farmley-blog #qodef-page-content > .qodef-grid-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 32px;
}

body.single-post.ng-farmley-blog #qodef-page-content > .qodef-grid-inner > .qodef-col--content,
body.single-post.ng-farmley-blog #qodef-page-content > .qodef-grid-inner > .qodef-col--sidebar {
	width: auto !important;
	max-width: none !important;
	min-width: 0;
}

body.single-post.ng-farmley-blog .qodef-page-sidebar-section {
	position: sticky;
	top: 120px;
	align-self: start;
}

body.single-post.ng-farmley-blog .qodef-page-content-section {
	min-width: 0;
}

body.blog .qodef-blog.qodef--list,
body.category .qodef-blog.qodef--list,
body.tag .qodef-blog.qodef--list,
body.author .qodef-blog.qodef--list,
body.date .qodef-blog.qodef--list {
	display: grid;
	gap: 28px;
}

body.blog .qodef-blog.qodef--list .qodef-blog-item,
body.category .qodef-blog.qodef--list .qodef-blog-item,
body.tag .qodef-blog.qodef--list .qodef-blog-item,
body.author .qodef-blog.qodef--list .qodef-blog-item,
body.date .qodef-blog.qodef--list .qodef-blog-item {
	margin: 0 !important;
	padding: 0 !important;
}

body.blog .qodef-blog.qodef--list .qodef-e-inner,
body.category .qodef-blog.qodef--list .qodef-e-inner,
body.tag .qodef-blog.qodef--list .qodef-e-inner,
body.author .qodef-blog.qodef--list .qodef-e-inner,
body.date .qodef-blog.qodef--list .qodef-e-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1fr);
	gap: 0;
	border: 1px solid rgba(12, 83, 61, 0.08);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(12, 83, 61, 0.08);
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.blog .qodef-blog.qodef--list .qodef-e-inner:hover,
body.category .qodef-blog.qodef--list .qodef-e-inner:hover,
body.tag .qodef-blog.qodef--list .qodef-e-inner:hover,
body.author .qodef-blog.qodef--list .qodef-e-inner:hover,
body.date .qodef-blog.qodef--list .qodef-e-inner:hover {
	border-color: rgba(12, 83, 61, 0.16);
	box-shadow: 0 26px 64px rgba(12, 83, 61, 0.12);
	transform: translateY(-4px);
}

body.blog .qodef-blog.qodef--list .qodef-e-media,
body.category .qodef-blog.qodef--list .qodef-e-media,
body.tag .qodef-blog.qodef--list .qodef-e-media,
body.author .qodef-blog.qodef--list .qodef-e-media,
body.date .qodef-blog.qodef--list .qodef-e-media {
	min-height: 290px;
	margin: 0;
	background:
		radial-gradient(circle at 18% 16%, rgba(185, 149, 49, 0.12), transparent 32%),
		linear-gradient(135deg, #fffaf2 0%, #f4ead8 100%);
	overflow: hidden;
}

body.blog .qodef-blog.qodef--list .qodef-e-media-image,
body.category .qodef-blog.qodef--list .qodef-e-media-image,
body.tag .qodef-blog.qodef--list .qodef-e-media-image,
body.author .qodef-blog.qodef--list .qodef-e-media-image,
body.date .qodef-blog.qodef--list .qodef-e-media-image {
	height: 100%;
	border-radius: 0;
	overflow: hidden;
}

body.blog .qodef-blog.qodef--list .qodef-e-media-image a,
body.blog .qodef-blog.qodef--list .qodef-e-media-image img,
body.category .qodef-blog.qodef--list .qodef-e-media-image a,
body.category .qodef-blog.qodef--list .qodef-e-media-image img,
body.tag .qodef-blog.qodef--list .qodef-e-media-image a,
body.tag .qodef-blog.qodef--list .qodef-e-media-image img,
body.author .qodef-blog.qodef--list .qodef-e-media-image a,
body.author .qodef-blog.qodef--list .qodef-e-media-image img,
body.date .qodef-blog.qodef--list .qodef-e-media-image a,
body.date .qodef-blog.qodef--list .qodef-e-media-image img {
	display: block;
	width: 100%;
	height: 100%;
}

body.blog .qodef-blog.qodef--list .qodef-e-media-image img,
body.category .qodef-blog.qodef--list .qodef-e-media-image img,
body.tag .qodef-blog.qodef--list .qodef-e-media-image img,
body.author .qodef-blog.qodef--list .qodef-e-media-image img,
body.date .qodef-blog.qodef--list .qodef-e-media-image img {
	object-fit: cover;
	transition: transform 0.45s ease;
}

body.blog .qodef-blog.qodef--list .qodef-e-inner:hover .qodef-e-media-image img,
body.category .qodef-blog.qodef--list .qodef-e-inner:hover .qodef-e-media-image img,
body.tag .qodef-blog.qodef--list .qodef-e-inner:hover .qodef-e-media-image img,
body.author .qodef-blog.qodef--list .qodef-e-inner:hover .qodef-e-media-image img,
body.date .qodef-blog.qodef--list .qodef-e-inner:hover .qodef-e-media-image img {
	transform: scale(1.05);
}

body.blog .qodef-blog .entry-date,
body.category .qodef-blog .entry-date,
body.tag .qodef-blog .entry-date,
body.author .qodef-blog .entry-date,
body.date .qodef-blog .entry-date,
body.single-post .qodef-blog .entry-date {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 20px;
	background: #0c533d;
	box-shadow: 0 14px 28px rgba(12, 83, 61, 0.22);
	color: #ffffff;
	text-align: center;
}

body.blog .qodef-blog .entry-date .qodef--day,
body.category .qodef-blog .entry-date .qodef--day,
body.tag .qodef-blog .entry-date .qodef--day,
body.author .qodef-blog .entry-date .qodef--day,
body.date .qodef-blog .entry-date .qodef--day,
body.single-post .qodef-blog .entry-date .qodef--day {
	font-family: "Manrope", sans-serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	color: inherit;
}

body.blog .qodef-blog .entry-date .qodef--month,
body.category .qodef-blog .entry-date .qodef--month,
body.tag .qodef-blog .entry-date .qodef--month,
body.author .qodef-blog .entry-date .qodef--month,
body.date .qodef-blog .entry-date .qodef--month,
body.single-post .qodef-blog .entry-date .qodef--month {
	margin-top: 4px;
	font-family: "Manrope", sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}

body.blog .qodef-blog.qodef--list .qodef-e-content,
body.category .qodef-blog.qodef--list .qodef-e-content,
body.tag .qodef-blog.qodef--list .qodef-e-content,
body.author .qodef-blog.qodef--list .qodef-e-content,
body.date .qodef-blog.qodef--list .qodef-e-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 34px 36px;
}

body.blog .qodef-blog .qodef-e-top-holder,
body.category .qodef-blog .qodef-e-top-holder,
body.tag .qodef-blog .qodef-e-top-holder,
body.author .qodef-blog .qodef-e-top-holder,
body.date .qodef-blog .qodef-e-top-holder,
body.single-post .qodef-blog .qodef-e-top-holder {
	margin-bottom: 14px;
}

body.blog .qodef-blog .qodef-e-info,
body.category .qodef-blog .qodef-e-info,
body.tag .qodef-blog .qodef-e-info,
body.author .qodef-blog .qodef-e-info,
body.date .qodef-blog .qodef-e-info,
body.single-post .qodef-blog .qodef-e-info {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6f7f77;
}

body.blog .qodef-blog .qodef-e-info a,
body.category .qodef-blog .qodef-e-info a,
body.tag .qodef-blog .qodef-e-info a,
body.author .qodef-blog .qodef-e-info a,
body.date .qodef-blog .qodef-e-info a,
body.single-post .qodef-blog .qodef-e-info a {
	color: #0c533d;
}

body.blog .qodef-blog .qodef-e-title,
body.category .qodef-blog .qodef-e-title,
body.tag .qodef-blog .qodef-e-title,
body.author .qodef-blog .qodef-e-title,
body.date .qodef-blog .qodef-e-title {
	margin: 0 0 14px;
	font-family: "Manrope", sans-serif;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.05em;
	color: #122d24;
}

body.blog .qodef-blog .qodef-e-title a,
body.category .qodef-blog .qodef-e-title a,
body.tag .qodef-blog .qodef-e-title a,
body.author .qodef-blog .qodef-e-title a,
body.date .qodef-blog .qodef-e-title a {
	color: inherit;
	transition: color 0.2s ease;
}

body.blog .qodef-blog .qodef-e-title a:hover,
body.category .qodef-blog .qodef-e-title a:hover,
body.tag .qodef-blog .qodef-e-title a:hover,
body.author .qodef-blog .qodef-e-title a:hover,
body.date .qodef-blog .qodef-e-title a:hover {
	color: #0c533d;
}

body.blog .qodef-blog .qodef-e-excerpt,
body.category .qodef-blog .qodef-e-excerpt,
body.tag .qodef-blog .qodef-e-excerpt,
body.author .qodef-blog .qodef-e-excerpt,
body.date .qodef-blog .qodef-e-excerpt {
	margin: 0;
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	line-height: 1.75;
	color: #62746c;
}

body.blog .qodef-blog .qodef-e-bottom-holder,
body.category .qodef-blog .qodef-e-bottom-holder,
body.tag .qodef-blog .qodef-e-bottom-holder,
body.author .qodef-blog .qodef-e-bottom-holder,
body.date .qodef-blog .qodef-e-bottom-holder {
	margin-top: 26px;
}

body.blog .qodef-blog .qodef-e-read-more .qodef-button,
body.category .qodef-blog .qodef-e-read-more .qodef-button,
body.tag .qodef-blog .qodef-e-read-more .qodef-button,
body.author .qodef-blog .qodef-e-read-more .qodef-button,
body.date .qodef-blog .qodef-e-read-more .qodef-button {
	border-radius: 999px;
	background: #0c533d;
	box-shadow: 0 12px 26px rgba(12, 83, 61, 0.2);
	color: #ffffff;
}

body.blog .qodef-blog .qodef-e-read-more .qodef-button:hover,
body.category .qodef-blog .qodef-e-read-more .qodef-button:hover,
body.tag .qodef-blog .qodef-e-read-more .qodef-button:hover,
body.author .qodef-blog .qodef-e-read-more .qodef-button:hover,
body.date .qodef-blog .qodef-e-read-more .qodef-button:hover {
	background: #173a2e;
	transform: translateY(-1px);
}

body.single-post .qodef-blog.qodef--single.ng-farmley-blog__single {
	display: grid;
	gap: 28px;
	width: 100%;
}

body.single-post .qodef-blog.qodef--single .qodef-blog-item {
	margin: 0;
	width: 100%;
}

body.single-post .qodef-blog.qodef--single .qodef-e-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid rgba(12, 83, 61, 0.08);
	border-radius: 34px;
	background: #ffffff;
	box-shadow: 0 22px 60px rgba(12, 83, 61, 0.09);
	overflow: hidden;
}

body.single-post .qodef-blog.qodef--single .qodef-e-media {
	position: relative;
	margin: 0;
	width: 100%;
	background: #fffaf2;
}

body.single-post .qodef-blog.qodef--single .qodef-e-media .entry-date {
	display: none !important;
}

body.single-post .qodef-blog.qodef--single .qodef-e-media-image {
	position: relative;
	width: 100%;
	max-height: 480px;
	border-radius: 0;
	overflow: hidden;
}

body.single-post .qodef-blog.qodef--single .qodef-e-media-image img {
	display: block;
	width: 100%;
	max-height: 480px;
	object-fit: cover;
}

body.single-post .qodef-blog.qodef--single .qodef-e-content {
	width: 100%;
	margin: 0;
	padding: clamp(28px, 4vw, 52px);
	box-sizing: border-box;
}

body.single-post .qodef-blog.qodef--single .qodef-e-text {
	width: 100%;
	max-width: none;
}

body.single-post .qodef-blog.qodef--single .qodef-e-title {
	width: 100%;
	max-width: none;
	margin: 0 0 22px;
	font-family: "Manrope", sans-serif;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.045em;
	color: #122d24;
}

body.single-post .qodef-blog.qodef--single .qodef-e-text > p,
body.single-post .qodef-blog.qodef--single .qodef-e-text li {
	font-family: "Manrope", sans-serif;
	font-size: 17px;
	line-height: 1.85;
	color: #4f625a;
}

body.single-post .qodef-blog.qodef--single .qodef-e-text h2,
body.single-post .qodef-blog.qodef--single .qodef-e-text h3,
body.single-post .qodef-blog.qodef--single .qodef-e-text h4 {
	margin-top: 34px;
	margin-bottom: 14px;
	font-family: "Manrope", sans-serif;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #0c533d;
}

body.single-post .ng-blog-enhancement {
	width: 100%;
	margin-top: 28px;
}

body.single-post .ng-blog-enhancement__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px !important;
	font-family: "Manrope", sans-serif;
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1.2 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #b99531 !important;
}

body.single-post .ng-blog-enhancement__kicker::before {
	content: "";
	width: 34px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

body.single-post .ng-blog-enhancement__intro {
	max-width: 840px;
	margin: 0 0 28px !important;
	font-size: 22px !important;
	line-height: 1.65 !important;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #183b2f !important;
}

body.single-post .ng-blog-enhancement__takeaways,
body.single-post .ng-blog-enhancement__checklist {
	margin: 30px 0;
	padding: 30px;
	border: 1px solid rgba(12, 83, 61, 0.08);
	border-radius: 26px;
	background:
		radial-gradient(circle at 92% 8%, rgba(185, 149, 49, 0.14), transparent 28%),
		linear-gradient(135deg, #fffaf2 0%, #ffffff 100%);
	box-shadow: 0 16px 40px rgba(12, 83, 61, 0.07);
}

body.single-post .ng-blog-enhancement__takeaways h2,
body.single-post .ng-blog-enhancement__checklist h2 {
	margin: 0 0 18px !important;
	font-size: 28px;
	line-height: 1.15;
}

body.single-post .ng-blog-enhancement__takeaways ul,
body.single-post .ng-blog-enhancement__checklist ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-post .ng-blog-enhancement__takeaways li,
body.single-post .ng-blog-enhancement__checklist li {
	position: relative;
	margin: 0;
	padding: 14px 16px 14px 44px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(12, 83, 61, 0.07);
	font-size: 14px !important;
	line-height: 1.5 !important;
	font-weight: 800;
	color: #24483c !important;
}

body.single-post .ng-blog-enhancement__takeaways li::before,
body.single-post .ng-blog-enhancement__checklist li::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 17px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #0c533d;
	box-shadow: inset 0 0 0 4px #d8eadf;
}

body.single-post .ng-blog-enhancement__sections {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 28px 0;
}

body.single-post .ng-blog-enhancement__section {
	padding: 26px;
	border: 1px solid rgba(12, 83, 61, 0.08);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(12, 83, 61, 0.06);
}

body.single-post .ng-blog-enhancement__section h2 {
	margin: 0 0 12px !important;
	font-size: 22px;
	line-height: 1.18;
}

body.single-post .ng-blog-enhancement__section p {
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
	color: #5a6e65 !important;
}

body.single-post .ng-blog-enhancement__checklist {
	display: grid;
	grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.16), transparent 24%),
		linear-gradient(135deg, #0c533d 0%, #1f7055 100%);
	color: #ffffff;
}

body.single-post .ng-blog-enhancement__checklist span {
	display: block;
	margin-bottom: 8px;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #e9d199;
}

body.single-post .ng-blog-enhancement__checklist h2 {
	margin: 0 !important;
	color: #ffffff !important;
}

body.single-post.ng-farmley-blog .qodef-blog.qodef--single .qodef-e-bottom-holder {
	display: none !important;
}

body.single-post .qodef-blog.qodef--single .qodef-e-bottom-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 36px;
	padding-top: 26px;
	border-top: 1px solid rgba(12, 83, 61, 0.1);
}

body.single-post #qodef-single-post-navigation {
	width: 100%;
	margin: 0;
}

body.single-post #qodef-single-post-navigation .qodef-m-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.single-post #qodef-single-post-navigation .qodef-m-nav {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 78px;
	padding: 18px 22px;
	border: 1px solid rgba(12, 83, 61, 0.08);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(12, 83, 61, 0.07);
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0c533d;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

body.single-post #qodef-single-post-navigation .qodef-m-nav:hover {
	background: #0c533d;
	box-shadow: 0 18px 40px rgba(12, 83, 61, 0.16);
	color: #ffffff;
	transform: translateY(-2px);
}

body.single-post #qodef-single-post-navigation .qodef-m-nav:hover .qodef-m-nav-label {
	color: #ffffff !important;
}

body.single-post #qodef-single-post-navigation .qodef-m-nav:hover .qodef-m-pagination-icon,
body.single-post #qodef-single-post-navigation .qodef-m-nav:hover svg {
	fill: #ffffff !important;
	stroke: none;
}

body.single-post #qodef-single-post-navigation .qodef--next {
	justify-content: flex-end;
	text-align: right;
}

body.single-post #qodef-single-post-navigation .qodef-m-nav-label {
	color: #0c533d;
}

body.single-post #qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon,
body.single-post #qodef-single-post-navigation .qodef-m-nav svg {
	fill: #0c533d;
	stroke: none;
}

body.single-post #qodef-page-comments {
	width: 100%;
	margin: 0;
}

body.single-post #qodef-page-comments-form {
	border: 1px solid rgba(12, 83, 61, 0.08);
	border-radius: 30px;
	background:
		radial-gradient(circle at 92% 8%, rgba(185, 149, 49, 0.14), transparent 26%),
		#ffffff;
	box-shadow: 0 20px 54px rgba(12, 83, 61, 0.08);
	padding: clamp(26px, 4vw, 42px);
}

body.single-post #respond {
	margin: 0;
}

body.single-post #reply-title {
	margin: 0 0 10px;
	font-family: "Manrope", sans-serif;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.04em;
	color: #0c533d;
}

body.single-post #cancel-comment-reply-link {
	margin-left: 10px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	color: #b99531;
}

body.single-post .comment-notes {
	margin: 0 0 22px;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #65766f;
}

body.single-post .qodef-comment-form {
	display: grid;
	gap: 18px;
}

body.single-post .qodef-comment-form p {
	margin: 0;
}

body.single-post .qodef-comment-form label {
	display: none;
}

body.single-post .qodef-comment-form textarea,
body.single-post .qodef-comment-form input[type="text"],
body.single-post .qodef-comment-form input[type="email"],
body.single-post .qodef-comment-form input[type="url"] {
	width: 100%;
	margin: 0;
	border: 1px solid rgba(12, 83, 61, 0.12);
	border-radius: 18px;
	background: #fbf8f1;
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	color: #183b2f;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.single-post .qodef-comment-form textarea {
	min-height: 150px;
	padding: 18px;
	resize: vertical;
}

body.single-post .qodef-comment-form input[type="text"],
body.single-post .qodef-comment-form input[type="email"],
body.single-post .qodef-comment-form input[type="url"] {
	height: 54px;
	padding: 0 18px;
}

body.single-post .qodef-comment-form textarea:focus,
body.single-post .qodef-comment-form input[type="text"]:focus,
body.single-post .qodef-comment-form input[type="email"]:focus,
body.single-post .qodef-comment-form input[type="url"]:focus {
	border-color: rgba(12, 83, 61, 0.42);
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(12, 83, 61, 0.08);
	outline: none;
}

body.single-post .qodef-comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #65766f;
}

body.single-post .qodef-comment-form .comment-form-cookies-consent label {
	display: block;
	margin: 0;
}

body.single-post .qodef-comment-form .comment-form-cookies-consent input {
	margin-top: 4px;
	accent-color: #0c533d;
}

body.single-post .qodef-comment-form .form-submit {
	margin-top: 4px;
}

body.single-post .qodef-comment-form .form-submit .qodef-button {
	min-height: 54px;
	padding: 0 32px;
	border: 0;
	border-radius: 999px;
	background: #0c533d;
	box-shadow: 0 14px 28px rgba(12, 83, 61, 0.18);
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #ffffff;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.single-post .qodef-comment-form .form-submit .qodef-button:hover {
	background: #173a2e;
	box-shadow: 0 18px 34px rgba(12, 83, 61, 0.24);
	transform: translateY(-1px);
}

body.blog #qodef-page-sidebar,
body.category #qodef-page-sidebar,
body.tag #qodef-page-sidebar,
body.author #qodef-page-sidebar,
body.date #qodef-page-sidebar,
body.single-post #qodef-page-sidebar {
	border: 1px solid rgba(12, 83, 61, 0.08);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(12, 83, 61, 0.08);
	padding: 26px;
}

body.blog #qodef-page-sidebar .widget,
body.category #qodef-page-sidebar .widget,
body.tag #qodef-page-sidebar .widget,
body.author #qodef-page-sidebar .widget,
body.date #qodef-page-sidebar .widget,
body.single-post #qodef-page-sidebar .widget {
	margin-bottom: 34px;
}

body.blog #qodef-page-sidebar .widget:last-child,
body.category #qodef-page-sidebar .widget:last-child,
body.tag #qodef-page-sidebar .widget:last-child,
body.author #qodef-page-sidebar .widget:last-child,
body.date #qodef-page-sidebar .widget:last-child,
body.single-post #qodef-page-sidebar .widget:last-child {
	margin-bottom: 0;
}

body.blog #qodef-page-sidebar .qodef-widget-title,
body.blog #qodef-page-sidebar .widgettitle,
body.category #qodef-page-sidebar .qodef-widget-title,
body.category #qodef-page-sidebar .widgettitle,
body.tag #qodef-page-sidebar .qodef-widget-title,
body.tag #qodef-page-sidebar .widgettitle,
body.author #qodef-page-sidebar .qodef-widget-title,
body.author #qodef-page-sidebar .widgettitle,
body.date #qodef-page-sidebar .qodef-widget-title,
body.date #qodef-page-sidebar .widgettitle,
body.single-post #qodef-page-sidebar .qodef-widget-title,
body.single-post #qodef-page-sidebar .widgettitle {
	margin-bottom: 16px;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0c533d;
}

body.blog .qodef-m-pagination,
body.category .qodef-m-pagination,
body.tag .qodef-m-pagination,
body.author .qodef-m-pagination,
body.date .qodef-m-pagination {
	margin-top: 34px;
}

body.blog .qodef-m-pagination a,
body.blog .qodef-m-pagination span,
body.category .qodef-m-pagination a,
body.category .qodef-m-pagination span,
body.tag .qodef-m-pagination a,
body.tag .qodef-m-pagination span,
body.author .qodef-m-pagination a,
body.author .qodef-m-pagination span,
body.date .qodef-m-pagination a,
body.date .qodef-m-pagination span {
	border-radius: 999px;
}

@media only screen and (max-width: 1024px) {
	.ng-farmley-blog-hero__inner {
		grid-template-columns: 1fr;
	}

	body.ng-farmley-blog .qodef-blog.ng-farmley-blog__feed {
		grid-template-columns: 1fr;
	}

	.ng-farmley-blog-related__grid,
	body.single-post .ng-farmley-blog-related__grid {
		grid-template-columns: 1fr;
	}

	body.single-post.ng-farmley-blog #qodef-page-content > .qodef-grid-inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.single-post.ng-farmley-blog .qodef-page-sidebar-section {
		position: static;
	}

	body.blog .qodef-blog.qodef--list .qodef-e-inner,
	body.category .qodef-blog.qodef--list .qodef-e-inner,
	body.tag .qodef-blog.qodef--list .qodef-e-inner,
	body.author .qodef-blog.qodef--list .qodef-e-inner,
	body.date .qodef-blog.qodef--list .qodef-e-inner {
		grid-template-columns: 1fr;
	}

	body.blog .qodef-blog.qodef--list .qodef-e-media,
	body.category .qodef-blog.qodef--list .qodef-e-media,
	body.tag .qodef-blog.qodef--list .qodef-e-media,
	body.author .qodef-blog.qodef--list .qodef-e-media,
	body.date .qodef-blog.qodef--list .qodef-e-media {
		min-height: 340px;
	}

	body.single-post .ng-blog-enhancement__sections {
		grid-template-columns: 1fr;
	}

	body.single-post .ng-blog-enhancement__checklist {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 680px) {
	.ng-farmley-blog-hero {
		padding: 24px 20px;
		border-radius: 24px;
	}

	.ng-farmley-blog-hero__stats {
		grid-template-columns: 1fr;
	}

	.ng-farmley-blog-related__grid {
		grid-template-columns: 1fr;
	}

	body.blog #qodef-page-content,
	body.single-post #qodef-page-content,
	body.category #qodef-page-content,
	body.tag #qodef-page-content,
	body.author #qodef-page-content,
	body.date #qodef-page-content {
		padding-top: 34px;
		padding-bottom: 52px;
	}

	body.blog .qodef-blog.qodef--list .qodef-e-inner,
	body.category .qodef-blog.qodef--list .qodef-e-inner,
	body.tag .qodef-blog.qodef--list .qodef-e-inner,
	body.author .qodef-blog.qodef--list .qodef-e-inner,
	body.date .qodef-blog.qodef--list .qodef-e-inner,
	body.single-post .qodef-blog.qodef--single .qodef-e-inner {
		border-radius: 24px;
	}

	body.blog .qodef-blog.qodef--list .qodef-e-content,
	body.category .qodef-blog.qodef--list .qodef-e-content,
	body.tag .qodef-blog.qodef--list .qodef-e-content,
	body.author .qodef-blog.qodef--list .qodef-e-content,
	body.date .qodef-blog.qodef--list .qodef-e-content {
		padding: 26px 24px;
	}

	body.blog .qodef-blog.qodef--list .qodef-e-media,
	body.category .qodef-blog.qodef--list .qodef-e-media,
	body.tag .qodef-blog.qodef--list .qodef-e-media,
	body.author .qodef-blog.qodef--list .qodef-e-media,
	body.date .qodef-blog.qodef--list .qodef-e-media {
		min-height: 250px;
	}

	body.single-post .ng-blog-enhancement__takeaways,
	body.single-post .ng-blog-enhancement__checklist,
	body.single-post .ng-blog-enhancement__section {
		border-radius: 20px;
		padding: 22px;
	}

	body.single-post .ng-blog-enhancement__intro {
		font-size: 18px !important;
	}

	body.single-post .ng-blog-enhancement__takeaways ul,
	body.single-post .ng-blog-enhancement__checklist ul {
		grid-template-columns: 1fr;
	}

	body.single-post .qodef-blog.qodef--single .qodef-e-bottom-holder {
		align-items: flex-start;
		flex-direction: column;
	}

	body.single-post #qodef-single-post-navigation .qodef-m-inner {
		grid-template-columns: 1fr;
	}

	body.single-post #qodef-single-post-navigation .qodef--next {
		justify-content: flex-start;
		text-align: left;
	}

	body.single-post #qodef-page-comments-form {
		border-radius: 24px;
	}

	body.single-post .qodef-comment-form .form-submit .qodef-button {
		width: 100%;
		justify-content: center;
	}
}
