.ns-premium-blog-layout {
	--ns-green: #176b4d;
	--ns-green-dark: #005138;
	--ns-mint: #eaf7f1;
	--ns-cream: #fff8ec;
	--ns-blue: #f7f9ff;
	--ns-text: #121d26;
	--ns-muted: #55615d;
	--ns-border: #d6e3dd;
	--ns-orange: #f59e0b;
	background: var(--ns-blue);
	overflow-x: hidden;
}

.ns-premium-blog-layout,
.ns-premium-blog-layout * {
	box-sizing: border-box;
}

.ns-premium-blog-layout .site-content {
	background:
		radial-gradient(circle at 12% 0%, rgba(154, 233, 195, 0.28), transparent 36rem),
		linear-gradient(180deg, #f7f9ff 0%, #fff8ec 100%);
}

.ns-premium-blog-layout .site-header,
.ns-premium-blog-layout .ast-primary-header-bar,
.ns-premium-blog-layout .main-header-bar {
	background: #f6efe4;
	box-shadow: 0 1px 0 rgba(83, 69, 49, 0.12);
}

.ns-premium-blog-layout .ast-primary-header-bar,
.ns-premium-blog-layout .main-header-bar {
	min-height: 74px;
	padding-top: 0;
	padding-bottom: 0;
}

.ns-premium-blog-layout .ast-builder-grid-row {
	min-height: 74px;
}

.ns-premium-blog-layout .custom-logo,
.ns-premium-blog-layout .site-logo-img img {
	max-width: 112px;
	max-height: 48px;
	object-fit: contain;
}

.ns-premium-blog-layout .main-header-menu .menu-link,
.ns-premium-blog-layout .ast-builder-menu .menu-item > .menu-link {
	color: #1f2933;
	font-family: Manrope, Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ns-premium-blog-layout .main-header-menu .menu-link:hover,
.ns-premium-blog-layout .ast-builder-menu .menu-item > .menu-link:hover {
	color: var(--ns-green);
}

.ns-premium-blog-layout .ast-container,
.ns-premium-blog-layout .site-content .ast-container {
	max-width: 1280px;
}

.ns-premium-blog-layout article.ast-article-single {
	border: 0;
	box-shadow: 0 24px 80px rgba(23, 107, 77, 0.08);
	border-radius: 28px;
	overflow: visible;
}

.ns-premium-blog-layout .entry-header {
	padding: clamp(18px, 3vw, 40px) clamp(22px, 5vw, 56px) 0;
}

.ns-premium-blog-layout .entry-title {
	max-width: 920px;
	color: var(--ns-text);
	font-family: Newsreader, Georgia, serif;
	font-size: clamp(38px, 5.2vw, 72px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.ns-premium-blog-layout .post-thumb {
	margin-bottom: 22px;
}

.ns-premium-blog-layout .entry-meta,
.ns-premium-blog-layout .entry-meta * {
	color: var(--ns-muted);
	font-family: Manrope, Arial, sans-serif;
}

.ns-premium-blog-layout .post-thumb img,
.ns-premium-blog-layout .wp-post-image {
	border-radius: 24px;
	box-shadow: 0 20px 48px rgba(18, 29, 38, 0.14);
}

.ns-blog-shell {
	font-family: Manrope, Arial, sans-serif;
	color: var(--ns-text);
	padding: 0 clamp(18px, 3.5vw, 48px) clamp(48px, 7vw, 84px);
}

.ns-blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
	gap: clamp(24px, 3vw, 42px);
	align-items: start;
}

.ns-blog-main {
	min-width: 0;
}

.ns-hero-panel,
.ns-takeaways,
.ns-toc,
.ns-product-card,
.ns-recommendation-card,
.ns-trust-grid > div,
.ns-bottom-cta {
	border: 1px solid rgba(23, 107, 77, 0.12);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 52px rgba(23, 107, 77, 0.08);
}

.ns-hero-panel {
	margin: 14px 0 22px;
	padding: clamp(18px, 2.4vw, 28px);
	border-radius: 26px;
	background: linear-gradient(135deg, #ffffff 0%, var(--ns-mint) 100%);
}

.ns-kicker-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 18px;
	color: var(--ns-muted);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ns-pill,
.ns-affiliate-pill,
.ns-card-label {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ns-pill {
	padding: 7px 12px;
	background: var(--ns-green);
	color: #fff;
}

.ns-affiliate-pill,
.ns-card-label {
	padding: 6px 10px;
	background: #f5dfc4;
	color: #534531;
}

.ns-hero-summary {
	max-width: 780px;
	margin: 0 0 18px;
	color: var(--ns-text);
	font-family: Newsreader, Georgia, serif;
	font-size: clamp(20px, 2.15vw, 28px);
	font-weight: 600;
	line-height: 1.25;
}

.ns-author-strip {
	display: flex;
	gap: 14px;
	align-items: center;
	color: var(--ns-muted);
}

.ns-author-strip strong,
.ns-author-strip span {
	display: block;
}

.ns-author-strip strong {
	color: var(--ns-green-dark);
}

.ns-author-avatar {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: var(--ns-green);
	color: #fff;
	font-weight: 800;
}

.ns-takeaways {
	margin: 22px 0;
	padding: clamp(20px, 2.6vw, 30px);
	border-radius: 24px;
	background: #edf4ff;
}

.ns-takeaways h2,
.ns-bottom-cta h2,
.ns-recommendation-card h2 {
	margin: 0 0 16px;
	color: var(--ns-green);
	font-family: Newsreader, Georgia, serif;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.12;
}

.ns-takeaways ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ns-takeaways li {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.55;
}

.ns-takeaways li::before {
	position: absolute;
	left: 0;
	top: 0.1em;
	content: "✓";
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: var(--ns-green);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.ns-toc {
	display: grid;
	gap: 10px;
	margin: 28px 0 42px;
	padding: 22px;
	border-radius: 20px;
}

.ns-toc strong {
	color: var(--ns-muted);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ns-toc a {
	color: var(--ns-green-dark);
	font-weight: 800;
	text-decoration: none;
}

.ns-toc a:hover {
	color: var(--ns-orange);
}

.ns-article-content {
	font-size: 18px;
	line-height: 1.72;
}

.ns-article-content h2,
.ns-article-content h3 {
	color: var(--ns-green);
	font-family: Newsreader, Georgia, serif;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.ns-article-content h2 {
	margin-top: 54px;
	font-size: clamp(30px, 3.1vw, 42px);
}

.ns-article-content h3 {
	margin-top: 28px;
	font-size: clamp(23px, 2.2vw, 30px);
}

.ns-article-content p,
.ns-article-content li {
	color: #26343f;
}

.ns-article-content ul,
.ns-article-content ol {
	padding-left: 1.35em;
}

.ns-article-content li {
	margin-bottom: 10px;
}

.ns-article-content figure {
	max-width: 100% !important;
	margin: 34px auto;
}

.ns-article-content img {
	border-radius: 22px;
}

.ns-article-content figcaption {
	margin-top: 10px;
	color: var(--ns-muted);
	font-size: 13px;
	text-align: center;
}

.ns-blog-sidebar {
	position: sticky;
	top: 24px;
	max-height: calc(100vh - 48px);
	display: grid;
	gap: 18px;
	overflow-y: auto;
	padding-right: 4px;
}

.ns-blog-sidebar::-webkit-scrollbar {
	width: 4px;
}

.ns-blog-sidebar::-webkit-scrollbar-thumb {
	background: rgba(23, 107, 77, 0.2);
	border-radius: 4px;
}

.ns-product-card {
	display: flex;
	flex-direction: column;
	padding: 18px;
	border-radius: 24px;
	scrollbar-width: thin;
}

.ns-product-card img,
.ns-product-placeholder {
	display: block;
	width: 78%;
	max-width: 180px;
	margin: 14px auto 12px;
	border-radius: 20px;
	background: var(--ns-mint);
}

.ns-product-placeholder {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border: 1px dashed rgba(23, 107, 77, 0.28);
	color: var(--ns-green);
	font-family: Newsreader, Georgia, serif;
	font-size: 28px;
	font-weight: 700;
}

.ns-product-card h3 {
	margin: 0;
	color: var(--ns-text);
	font-family: Newsreader, Georgia, serif;
	font-size: 30px;
}

.ns-rating {
	margin: 6px 0 12px;
	color: var(--ns-orange);
	font-weight: 800;
}

.ns-rating span {
	color: var(--ns-muted);
	font-size: 13px;
}

.ns-product-card ul {
	display: grid;
	gap: 8px;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

.ns-product-card li {
	position: relative;
	padding-left: 24px;
	color: #26343f;
	font-size: 13px;
	line-height: 1.38;
}

.ns-product-card li::before {
	position: absolute;
	left: 0;
	content: "✓";
	color: var(--ns-green);
	font-weight: 900;
}

.ns-safety {
	margin: 0 0 12px;
	padding: 10px;
	border-radius: 14px;
	background: var(--ns-mint);
	color: var(--ns-green-dark);
	font-size: 11.5px;
	font-weight: 700;
	line-height: 1.35;
}

.ns-button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 46px;
	padding: 13px 20px;
	border-radius: 999px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ns-button:hover {
	transform: translateY(-1px);
}

.ns-button-accent {
	width: 100%;
	background: var(--ns-orange);
	color: #251a09 !important;
	box-shadow: 0 10px 24px rgba(245, 158, 11, 0.28);
}

.ns-product-card > .ns-button-accent {
	margin-top: auto;
	z-index: 2;
}

.ns-related-card {
	padding: 18px;
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 38px rgba(23, 107, 77, 0.07);
}

.ns-related-card h3 {
	margin: 12px 0 14px;
	color: var(--ns-text);
	font-family: Newsreader, Georgia, serif;
	font-size: 24px;
	line-height: 1.1;
}

.ns-related-card ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ns-related-card li {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(23, 107, 77, 0.12);
}

.ns-related-card li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ns-related-card a {
	display: block;
	color: var(--ns-green-dark);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.ns-related-card a:hover {
	color: var(--ns-orange);
}

.ns-related-card span:not(.ns-card-label) {
	display: block;
	margin-top: 4px;
	color: var(--ns-muted);
	font-size: 12px;
}

.ns-recommendation-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 190px;
	gap: 26px;
	align-items: center;
	margin: 48px 0;
	padding: clamp(24px, 4vw, 38px);
	border-radius: 28px;
	background: linear-gradient(135deg, #ffffff 0%, #eaf7f1 100%);
}

.ns-recommendation-card p {
	margin: 0 0 18px;
	font-size: 17px;
}

.ns-recommendation-card img,
.ns-recommendation-card .ns-product-placeholder {
	width: 100%;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(23, 107, 77, 0.12);
}

.ns-pros-cons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0;
}

.ns-pros-cons div {
	padding: 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.74);
}

.ns-pros-cons strong,
.ns-pros-cons span {
	display: block;
}

.ns-pros-cons strong {
	color: var(--ns-green-dark);
	font-size: 13px;
}

.ns-pros-cons span {
	color: var(--ns-muted);
	font-size: 13px;
	line-height: 1.4;
}

.ns-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 48px 0 24px;
}

.ns-trust-grid > div {
	padding: 18px;
	border-radius: 18px;
	background: #fff;
}

.ns-trust-grid strong,
.ns-trust-grid span {
	display: block;
}

.ns-trust-grid strong {
	color: var(--ns-green-dark);
}

.ns-trust-grid span {
	margin-top: 6px;
	color: var(--ns-muted);
	font-size: 13px;
	line-height: 1.45;
}

.ns-bottom-cta {
	margin-top: 46px;
	padding: clamp(28px, 5vw, 48px);
	border-radius: 30px;
	background: linear-gradient(135deg, var(--ns-green) 0%, #0f3f31 100%);
	text-align: center;
}

.ns-bottom-cta h2,
.ns-bottom-cta p {
	color: #fff;
}

.ns-bottom-cta p {
	max-width: 580px;
	margin: 0 auto 22px;
	color: rgba(255, 255, 255, 0.82);
}

.ns-bottom-cta .ns-button {
	max-width: 360px;
}

.ns-faq-card {
	margin: 14px 0;
	border: 1px solid var(--ns-border);
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
}

.ns-faq-card button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 18px 20px;
	border: 0;
	background: #fff;
	color: var(--ns-text);
	font: 800 17px/1.3 Manrope, Arial, sans-serif;
	text-align: left;
	cursor: pointer;
}

.ns-faq-card button::after {
	content: "+";
	color: var(--ns-green);
	font-size: 24px;
}

.ns-faq-card.is-open button::after {
	content: "−";
}

.ns-faq-answer {
	display: none;
	padding: 0 20px 20px;
}

.ns-faq-card.is-open .ns-faq-answer {
	display: block;
}

.ns-mobile-cta {
	display: none;
}

@media (max-width: 980px) {
	.ns-premium-blog-layout,
	.ns-premium-blog-layout .site,
	.ns-premium-blog-layout .site-content,
	.ns-premium-blog-layout .ast-container,
	.ns-premium-blog-layout article.ast-article-single {
		overflow-x: hidden;
	}

	.ns-premium-blog-layout .site-content {
		padding-top: 0;
	}

	.ns-premium-blog-layout .site-content .ast-container,
	.ns-premium-blog-layout .ast-container {
		padding-right: 8px;
		padding-left: 8px;
	}

	.ns-blog-layout,
	.ns-recommendation-card,
	.ns-trust-grid,
	.ns-pros-cons {
		grid-template-columns: 1fr;
	}

	.ns-blog-sidebar {
		position: static;
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}

	.ns-product-card {
		display: none;
	}

	.ns-related-card {
		display: none;
	}

	.ns-recommendation-card img,
	.ns-recommendation-card .ns-product-placeholder {
		max-width: 220px;
		justify-self: center;
	}

	.ns-mobile-cta {
		position: fixed;
		right: auto;
		bottom: 10px;
		left: 50%;
		width: min(300px, calc(100vw - 20px));
		max-width: min(300px, calc(100vw - 20px));
		z-index: 9999;
		display: flex;
		gap: 8px;
		align-items: center;
		justify-content: space-between;
		padding: 10px 8px 10px 12px;
		border: 1px solid rgba(255, 255, 255, 0.22);
		border-radius: 24px;
		background: #0f3f31;
		box-shadow: 0 16px 42px rgba(18, 29, 38, 0.28);
		color: #fff;
		font: 800 12.5px/1.2 Manrope, Arial, sans-serif;
		transform: translateX(-50%);
	}

	.ns-mobile-cta span,
	.ns-mobile-cta strong {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ns-mobile-cta a {
		flex: 0 0 auto;
		min-width: 68px;
		padding: 12px 6px;
		border-radius: 999px;
		background: var(--ns-orange);
		color: #251a09;
		font-weight: 900;
		font-size: 11.5px;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

	body.ns-premium-blog-layout {
		padding-bottom: 92px;
	}
}

@media (max-width: 640px) {
	.ns-premium-blog-layout .entry-header {
		padding-top: 4px;
		padding-right: 14px;
		padding-left: 14px;
	}

	.ns-premium-blog-layout .entry-title {
		max-width: min(330px, 100%);
		font-size: clamp(28px, 7.8vw, 32px);
		letter-spacing: -0.02em;
		line-height: 1.12;
		overflow-wrap: break-word;
	}

	.ns-premium-blog-layout .entry-meta,
	.ns-premium-blog-layout .entry-meta * {
		font-size: 12.5px;
		line-height: 1.45;
		overflow-wrap: anywhere;
	}

	.ns-blog-shell {
		padding-right: 14px;
		padding-left: 14px;
	}

	.ns-kicker-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.ns-article-content {
		font-size: 16px;
	}

	.ns-hero-panel,
	.ns-takeaways,
	.ns-toc,
	.ns-recommendation-card,
	.ns-bottom-cta {
		border-radius: 20px;
	}
}

body.ns-premium-blog-archive {
	background:
		radial-gradient(circle at 10% 0%, rgba(238, 176, 70, 0.14), transparent 26rem),
		linear-gradient(180deg, rgba(234, 247, 241, 0.68) 0, rgba(255, 255, 255, 0) 360px),
		#fbf8f1;
}

body.ns-premium-blog-archive .site-content > .ast-container {
	display: block;
	width: min(1180px, calc(100% - 36px));
	max-width: 1180px;
	padding-top: clamp(28px, 5vw, 64px);
	padding-bottom: clamp(42px, 7vw, 90px);
}

.ns-blog-archive-shell {
	width: 100%;
	margin: 0 auto;
}

body.ns-premium-blog-archive #primary.ns-blog-archive-shell {
	padding-top: 0 !important;
}

.ns-blog-archive-hero {
	position: relative;
	overflow: hidden;
	margin-bottom: clamp(22px, 4vw, 38px);
	padding: clamp(28px, 5vw, 58px);
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 32px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 248, 242, 0.92)),
		radial-gradient(circle at 92% 10%, rgba(238, 176, 70, 0.18), transparent 22rem);
	box-shadow: 0 28px 70px rgba(18, 29, 38, 0.08);
}

.ns-blog-archive-hero::after {
	position: absolute;
	right: clamp(22px, 5vw, 68px);
	bottom: -42px;
	width: clamp(120px, 20vw, 210px);
	height: clamp(120px, 20vw, 210px);
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(23, 107, 77, 0.16), rgba(238, 176, 70, 0.16));
	content: "";
}

.ns-blog-archive-kicker {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	color: #b77208;
	font: 900 12px/1.2 Manrope, Arial, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ns-blog-archive-hero h1 {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 0;
	color: #0f3f31;
	font: 700 clamp(40px, 6vw, 76px)/0.98 Newsreader, Georgia, serif;
	letter-spacing: -0.035em;
}

.ns-blog-archive-hero p:not(.ns-blog-archive-kicker) {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 18px 0 0;
	color: #55615d;
	font: 600 clamp(16px, 1.6vw, 19px)/1.7 Manrope, Arial, sans-serif;
}

.ns-blog-archive-stats {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.ns-blog-archive-stats span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid rgba(23, 107, 77, 0.11);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: #55615d;
	font: 800 13px/1.2 Manrope, Arial, sans-serif;
}

.ns-blog-archive-stats strong {
	margin-right: 6px;
	color: #0f3f31;
}

.ns-blog-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.4vw, 28px);
}

.ns-blog-archive-card {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	min-width: 0;
	padding: 0 !important;
	border: 1px solid rgba(23, 107, 77, 0.1);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 22px 52px rgba(18, 29, 38, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ns-blog-archive-card:hover {
	transform: translateY(-4px);
	border-color: rgba(23, 107, 77, 0.24);
	box-shadow: 0 30px 70px rgba(18, 29, 38, 0.12);
}

.ns-blog-archive-media {
	display: grid;
	position: relative;
	overflow: hidden;
	place-items: center;
	width: 100% !important;
	aspect-ratio: 1.24 / 1;
	background:
		radial-gradient(circle at 25% 20%, rgba(238, 176, 70, 0.16), transparent 12rem),
		linear-gradient(135deg, #eff9f3, #fff8ec);
	color: rgba(15, 63, 49, 0.3);
	font: 950 24px/1 Manrope, Arial, sans-serif;
	text-decoration: none;
}

.ns-blog-archive-media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none !important;
	object-fit: cover;
	transition: transform 220ms ease;
}

.ns-blog-archive-card:hover .ns-blog-archive-media img {
	transform: scale(1.04);
}

.ns-blog-archive-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 100% !important;
	min-width: 0;
	padding: 22px;
}

.ns-blog-archive-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.ns-blog-archive-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 7px 10px;
	border-radius: 999px;
	background: #edf8f1;
	color: #176b4d;
	font: 900 11px/1 Manrope, Arial, sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ns-blog-archive-card h2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 0 0 12px;
	color: #121d26;
	font: 700 clamp(23px, 2vw, 30px)/1.05 Newsreader, Georgia, serif;
	letter-spacing: -0.02em;
}

.ns-blog-archive-card h2 a {
	color: inherit;
	text-decoration: none;
}

.ns-blog-archive-card h2 a:hover {
	color: #176b4d;
}

.ns-blog-archive-card p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 0 0 18px;
	color: #55615d;
	font: 600 14.5px/1.68 Manrope, Arial, sans-serif;
}

.ns-blog-archive-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 40px;
	margin-top: auto;
	padding: 0 16px;
	border-radius: 999px;
	background: #0f3f31;
	color: #fff !important;
	font: 950 12px/1 Manrope, Arial, sans-serif;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.ns-blog-archive-link:hover {
	background: #176b4d;
}

.ns-blog-archive-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: clamp(26px, 5vw, 48px);
}

.ns-blog-archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 999px;
	background: #fff;
	color: #0f3f31;
	font: 900 13px/1 Manrope, Arial, sans-serif;
	text-decoration: none;
}

.ns-blog-archive-pagination .page-numbers.current,
.ns-blog-archive-pagination .page-numbers:hover {
	background: #0f3f31;
	color: #fff;
}

.ns-blog-archive-empty {
	padding: 42px;
	border: 1px solid rgba(23, 107, 77, 0.12);
	border-radius: 28px;
	background: #fff;
	text-align: center;
}

@media (max-width: 980px) {
	.ns-blog-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	body.ns-premium-blog-archive .site-content > .ast-container {
		width: min(100% - 24px, 620px);
		padding-top: 24px;
	}

	.ns-blog-archive-hero {
		border-radius: 24px;
		padding: 26px;
	}

	.ns-blog-archive-hero h1 {
		font-size: clamp(36px, 10vw, 46px);
	}

	.ns-blog-archive-stats {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ns-blog-archive-stats span {
		justify-content: center;
	}

	.ns-blog-archive-grid {
		grid-template-columns: 1fr;
	}

	.ns-blog-archive-card {
		border-radius: 24px;
	}
}
