/*
Theme Name: Newpower
Theme URI: https://wordpress.org/themes/newpower/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Newpower emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newpower
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}

/*
 * Newpower custom magazine styles inspired by modern tech news layouts.
 */
:root {
	--np-black-950: #040507;
	--np-black-900: #0b0d11;
	--np-black-700: #12171d;
	--np-green-700: #069a48;
	--np-green-600: #08af51;
	--np-green-500: #10c765;
	--np-violet-600: #5332ff;
	--np-violet-500: #6548ff;
	--np-lime-300: #dbe76a;
	--np-page-bg: #e9ecef;
	--np-surface: #ffffff;
	--np-border: #d8dee4;
	--np-text: #11181f;
	--np-text-muted: #596774;
}

body {
	background: var(--np-page-bg);
	color: var(--np-text);
}

.np-main {
	min-height: 50vh;
}

.np-container {
	margin: 0 auto;
	max-width: 1360px;
	padding-left: clamp(14px, 3vw, 38px);
	padding-right: clamp(14px, 3vw, 38px);
}

.np-container--narrow {
	max-width: 900px;
}

.np-section {
	padding: clamp(24px, 4vw, 56px) 0;
}

.np-section__heading,
.np-single__title,
.np-page__title {
	font-weight: 800;
	letter-spacing: -0.022em;
	margin: 0 0 0.5em;
}

.np-header-wrap {
	border-bottom: 1px solid #0c311f;
	color: #ffffff;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: auto;
}

.np-header-wrap.has-global-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.np-header a {
	color: inherit;
	text-decoration: none;
}

.np-header--container {
	margin: 0 auto;
	max-width: 1360px;
	padding-left: clamp(14px, 3vw, 38px);
	padding-right: clamp(14px, 3vw, 38px);
}

.np-header__superbar {
	background: var(--np-black-950);
	border-bottom: 1px solid #1f2831;
}

.np-header__superbar-inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-height: 38px;
}

.np-header__top-nav {
	flex: 1 1 auto;
	min-width: 0;
}

.np-header__top-utility {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 16px;
}

.np-header__top-secondary {
	flex: 0 0 auto;
}

.np-header__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-header__menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-header__menu a {
	display: inline-block;
	line-height: 1;
	padding: 3px 0;
	position: relative;
	text-decoration: none;
}

.np-header__menu--top a {
	color: #e7ece9;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.085em;
	text-transform: uppercase;
}

.np-header__menu--top a::after {
	background: var(--np-green-500);
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(0.15);
	transform-origin: left center;
	transition: opacity 0.18s ease, transform 0.18s ease;
	width: 100%;
}

.np-header__menu--top a:hover::after,
.np-header__menu--top .current-menu-item > a::after,
.np-header__menu--top .current_page_item > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.np-header__menu--secondary {
	gap: 10px;
}

.np-header__menu--secondary a {
	color: #9ab1a4;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.np-header__date {
	color: #9eb3a8;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.np-header {
	background: linear-gradient(180deg, var(--np-green-700) 0%, var(--np-green-600) 100%);
}

.np-header__top--brandrow {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	min-height: 62px;
}

.np-header__brand {
	align-items: center;
	display: flex;
	line-height: 0;
	margin: 0;
}

.np-header__brand a {
	color: #f8fffb;
}

.np-header__brand-logo-link,
.np-header__brand .custom-logo-link {
	display: inline-flex;
	line-height: 0;
}

.np-header__brand-logo,
.np-header__brand .custom-logo {
	display: block;
	height: auto;
	max-height: 54px;
	width: clamp(168px, 22vw, 300px);
}

.np-header__utility {
	align-items: center;
	display: flex;
	gap: 10px;
}

.np-header__search-form {
	align-items: center;
	display: flex;
	gap: 8px;
	margin: 0;
}

.np-header__search-input {
	background: #0f2f21;
	border: 1px solid #2d5f47;
	border-radius: 999px;
	color: #effbf4;
	font-size: 0.82rem;
	padding: 8px 12px;
	width: min(34vw, 230px);
}

.np-header__search-input::placeholder {
	color: #aac9ba;
}

.np-header__search-input:focus {
	outline: 2px solid #9ef2c6;
	outline-offset: 1px;
}

.np-header__search-button {
	align-items: center;
	background: #103724;
	border: 1px solid #2d5f47;
	border-radius: 999px;
	color: #d4eedf;
	cursor: pointer;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	padding: 0;
	width: 36px;
}

.np-header__search-button:hover {
	border-color: #9cf2c5;
	color: #9cf2c5;
}

.np-header__newsletter {
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 999px;
	color: #0d4229;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1;
	padding: 8px 13px;
	text-transform: uppercase;
}

.np-header__newsletter:hover {
	background: transparent;
	color: #ffffff;
}

.np-home-hero {
	background: var(--np-green-600);
	padding: 0 0 24px;
}

.np-home-hero__shell {
	background: #0f1216;
	box-shadow: 0 16px 36px #05070d45;
}

.np-home-hero__layout {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr) minmax(0, 0.95fr);
	padding: 10px;
}

.np-home-hero__main,
.np-home-hero__stack-card {
	position: relative;
}

.np-home-hero__main-image-link,
.np-home-hero__stack-image-link {
	display: block;
}

.np-home-hero__main-image,
.np-home-hero__stack-image {
	display: block;
	height: auto;
	width: 100%;
}

.np-home-hero__main-image {
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.np-home-hero__main-overlay {
	background: linear-gradient(180deg, #0000 20%, #090c13cc 70%, #05070be8 100%);
	bottom: 0;
	left: 0;
	padding: 18px 18px 16px;
	position: absolute;
	right: 0;
}

.np-home-hero__eyebrow {
	color: #aef7cf;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.np-home-hero__main-title {
	font-size: clamp(1.35rem, 2.25vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0;
}

.np-home-hero__main-title a {
	color: #ffffff;
}

.np-home-hero__stack {
	display: grid;
	gap: 10px;
}

.np-home-hero__stack-image {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.np-home-hero__stack-content {
	background: #0e1218;
	border-top: 1px solid #232a33;
	padding: 11px 12px;
}

.np-home-hero__stack-title {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.22;
	margin: 0 0 6px;
}

.np-home-hero__stack-title a {
	color: #f3f6f8;
}

.np-home-hero__stack-meta {
	color: #9ca9b6;
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.np-home-hero__headlines {
	background: #0f141a;
	border-left: 1px solid #262f39;
	padding: 12px 14px;
}

.np-home-hero__headlines-title {
	color: #eaf2f5;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.np-home-hero__headlines-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-home-hero__headlines-list li + li {
	border-top: 1px solid #27313b;
	margin-top: 10px;
	padding-top: 10px;
}

.np-home-hero__headlines-list a {
	color: #dbe6ec;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.33;
	text-decoration: none;
}

.np-home-hero__strip {
	background: #0a8f44;
	height: 12px;
}

.np-home-section-title {
	color: #0a8f44;
	font-size: clamp(1.85rem, 3vw, 2.3rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1;
	margin: 0;
}

.np-home-latest-news {
	padding: clamp(26px, 3.6vw, 48px) 0;
}

.np-home-latest-news__layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 290px);
}

.np-home-latest-news__main {
	background: var(--np-surface);
	border: 1px solid var(--np-border);
	padding: 18px;
}

.np-home-latest-news__main .np-home-section-title {
	margin-bottom: 16px;
}

.np-home-latest-news__item {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: 76px minmax(0, 1fr);
}

.np-home-latest-news__item + .np-home-latest-news__item {
	border-top: 1px solid #e2e8ed;
	margin-top: 12px;
	padding-top: 12px;
}

.np-home-latest-news__thumb-link {
	display: block;
}

.np-home-latest-news__thumb {
	display: block;
	height: auto;
	width: 100%;
}

.np-home-latest-news__thumb,
.np-home-latest-news__thumb.np-home-hero__placeholder {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.np-home-latest-news__title {
	font-size: 0.97rem;
	font-weight: 700;
	letter-spacing: -0.012em;
	line-height: 1.26;
	margin: 0 0 6px;
}

.np-home-latest-news__title a {
	color: #0f1620;
	text-decoration: none;
}

.np-home-latest-news__meta {
	color: var(--np-text-muted);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.np-home-latest-news__sidebar {
	display: grid;
	gap: 14px;
}

.np-home-latest-news__newsletter {
	background: var(--np-surface);
	border: 1px solid #9ad4b3;
	padding: 15px;
}

.np-home-latest-news__newsletter h3 {
	color: #0c8541;
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 8px;
}

.np-home-latest-news__newsletter p {
	color: #2c3a45;
	font-size: 0.86rem;
	line-height: 1.4;
	margin: 0 0 10px;
}

.np-home-latest-news__newsletter a {
	background: #0e9a49;
	border-radius: 999px;
	color: #ffffff;
	display: inline-block;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1;
	padding: 8px 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.np-home-latest-news__popular {
	background: var(--np-violet-600);
	color: #ffffff;
	padding: 15px;
	position: relative;
}

.np-home-latest-news__popular::after {
	background: var(--np-lime-300);
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	right: 0;
}

.np-home-latest-news__popular h3 {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 10px;
}

.np-home-latest-news__popular ol {
	margin: 0;
	padding-left: 18px;
}

.np-home-latest-news__popular li + li {
	margin-top: 8px;
}

.np-home-latest-news__popular a {
	color: #f6f1ff;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.28;
	text-decoration: none;
}

.np-home-topic {
	padding: clamp(18px, 3vw, 40px) 0;
}

.np-home-topic__bar {
	background: var(--np-violet-600);
	height: 8px;
	margin-bottom: 18px;
	width: min(72vw, 520px);
}

.np-home-topic__header {
	align-items: baseline;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.np-home-topic__header a {
	color: #0f8f47;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.np-home-topic__header-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	min-width: 0;
}

.np-home-topic__subnav {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 0;
	max-width: min(58vw, 760px);
	overflow-x: auto;
	padding: 0;
	scrollbar-width: none;
}

.np-home-topic__subnav::-webkit-scrollbar {
	display: none;
}

.np-home-topic__subnav-link {
	background: #ffffff;
	border: 1px solid #cfd6de;
	border-radius: 999px;
	color: #1b242c !important;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 9px 14px;
	text-decoration: none !important;
	text-transform: none !important;
	transition: border-color 0.18s ease, color 0.18s ease;
}

.np-home-topic__subnav-link:hover,
.np-home-topic__subnav-link:focus-visible {
	border-color: #0a8935;
	color: #0a8935 !important;
}

.np-home-topic__layout {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
}

.np-home-topic-card {
	background: var(--np-surface);
	border: 1px solid var(--np-border);
	position: relative;
}

.np-home-topic-card__image {
	display: block;
	height: auto;
	width: 100%;
}

.np-home-topic-card--main .np-home-topic-card__image {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.np-home-topic-card--secondary .np-home-topic-card__image {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.np-home-topic-card__content {
	padding: 12px 14px 14px;
}

.np-home-topic-card--main .np-home-topic-card__content {
	background: linear-gradient(180deg, #0000 0%, #05070be3 44%, #05070bf0 100%);
	bottom: 0;
	left: 0;
	padding: 24px 16px 14px;
	position: absolute;
	right: 0;
}

.np-home-topic-card h3 {
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: -0.014em;
	line-height: 1.2;
	margin: 0 0 8px;
}

.np-home-topic-card--main h3 {
	font-size: clamp(1.2rem, 2vw, 1.58rem);
}

.np-home-topic-card h3 a {
	color: #111927;
	text-decoration: none;
}

.np-home-topic-card--main h3 a {
	color: #ffffff;
}

.np-home-topic-card p {
	color: #64727d;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.np-home-topic-card--main p {
	color: #cbdae2;
}

.np-home-topic__side {
	display: grid;
	gap: 12px;
}

.np-home-topic__list {
	background: var(--np-surface);
	border: 1px solid var(--np-border);
	list-style: none;
	margin: 0;
	padding: 12px 14px;
}

.np-home-topic__list li + li {
	border-top: 1px solid #e3e8ee;
	margin-top: 9px;
	padding-top: 9px;
}

.np-home-topic__list a {
	color: #14202c;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
}

.np-home-topic-video {
	background: var(--np-black-900);
	position: relative;
}

.np-home-topic-video__image {
	aspect-ratio: 16 / 7;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.np-home-topic-video__overlay {
	background: linear-gradient(180deg, #0000 12%, #030407cc 56%, #020204ed 100%);
	bottom: 0;
	left: 0;
	padding: 24px 16px 14px;
	position: absolute;
	right: 0;
}

.np-home-topic-video__overlay h3 {
	font-size: clamp(1.15rem, 1.8vw, 1.45rem);
	font-weight: 800;
	letter-spacing: -0.014em;
	line-height: 1.2;
	margin: 0;
}

.np-home-topic-video__overlay a {
	color: #ffffff;
	text-decoration: none;
}

.np-home-topic--green .np-home-topic__bar {
	background: var(--np-green-600);
}

.np-home-topic--lime {
	background: var(--np-lime-300);
}

.np-home-topic--lime .np-home-topic__header a,
.np-home-topic--lime .np-home-section-title {
	color: #3123e2;
}

.np-home-hero__placeholder {
	background: linear-gradient(135deg, #d2d9de 0%, #c0c8cf 44%, #d9e0e5 100%);
}

.np-home-empty {
	background: var(--np-surface);
	border: 1px solid var(--np-border);
	padding: 32px;
}

.np-home-empty h1 {
	margin: 0 0 8px;
}

.np-home-empty p {
	margin: 0;
}

.np-list {
	display: grid;
	gap: 20px;
}

.np-list-item {
	background: var(--np-surface);
	border: 1px solid var(--np-border);
	padding: 16px;
}

.np-list-item__title {
	font-size: 1.2rem;
	letter-spacing: -0.016em;
	line-height: 1.23;
	margin: 0 0 8px;
}

.np-list-item__title a,
.np-page__title a {
	text-decoration: none;
}

.np-list-item__meta,
.np-single__meta {
	color: var(--np-text-muted);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.np-list-item__excerpt {
	color: #27343f;
	line-height: 1.52;
	margin: 10px 0 0;
}

.np-single__thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}

.np-single__content,
.np-page__content {
	background: var(--np-surface);
	border: 1px solid var(--np-border);
	padding: clamp(16px, 2.2vw, 28px);
}

.np-footer {
	background: #e3e8ea;
	border-top: 1px solid #ced6dd;
	margin-top: 42px;
	padding: 20px 0;
}

.np-footer__inner {
	margin: 0 auto;
	max-width: 1360px;
	padding-left: clamp(14px, 3vw, 38px);
	padding-right: clamp(14px, 3vw, 38px);
}

.np-footer__text {
	color: #5e6c77;
	font-size: 0.86rem;
	margin: 0;
}

@media (max-width: 1280px) {
	.np-home-hero__layout {
		grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
	}

	.np-home-hero__headlines {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1040px) {
	.np-header__top-secondary {
		display: none;
	}

	.np-home-hero__layout,
	.np-home-latest-news__layout,
	.np-home-topic__layout {
		grid-template-columns: 1fr;
	}

	.np-home-latest-news__sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.np-header__superbar-inner {
		min-height: 34px;
	}

	.np-header__menu--top {
		gap: 10px;
	}

	.np-header__menu--top a {
		font-size: 0.64rem;
	}

	.np-header__date {
		display: none;
	}

	.np-home-section-title {
		font-size: 1.6rem;
	}
}

@media (max-width: 620px) {
	.np-header__search-input,
	.np-header__newsletter {
		display: none;
	}

	.np-header__top--brandrow {
		min-height: 54px;
	}

	.np-header__brand-logo,
	.np-header__brand .custom-logo {
		max-height: 42px;
		width: min(56vw, 220px);
	}

	.np-home-latest-news__sidebar {
		grid-template-columns: 1fr;
	}
}

/*
 * Header v4: smart sticky utility bar with drawer, theme toggle, search panel and auth modal.
 */
.np-header-wrap {
	background: #0d1014;
	border-bottom: 1px solid #252b33;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	position: sticky;
	top: 0;
	transform: translateY(0);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	width: auto;
	z-index: 260;
}

.np-header-wrap.is-sticky {
	box-shadow: 0 10px 24px #0406084a;
}

.np-header-wrap.is-hidden {
	transform: translateY(-100%);
}

.np-header-bar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 60px;
}

.np-header-bar__left,
.np-header-bar__right {
	align-items: center;
	display: flex;
	gap: 10px;
}

.np-header-bar__left {
	flex: 1 1 auto;
	min-width: 0;
}

.np-header-bar__right {
	flex: 0 0 auto;
}

.np-header-icon {
	align-items: center;
	background: #141a21;
	border: 1px solid #2b3540;
	border-radius: 9px;
	color: #f0f4f7;
	cursor: pointer;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	padding: 0;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	width: 38px;
}

.np-header-icon:hover {
	background: #19222d;
	border-color: #3a4959;
	color: #ffffff;
}

.np-header__theme-icon {
	display: inline-flex;
	line-height: 0;
}

.np-header__theme-icon--moon {
	display: none;
}

:root[data-np-theme="dark"] .np-header__theme-icon--sun {
	display: none;
}

:root[data-np-theme="dark"] .np-header__theme-icon--moon {
	display: inline-flex;
}

.np-header-login-btn {
	align-items: center;
	background: #111920;
	border: 1px solid #33414f;
	border-radius: 999px;
	color: #f5f8fb;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.07em;
	line-height: 1;
	padding: 11px 14px;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.np-header-login-btn__icon {
	display: none;
	line-height: 0;
}

.np-header-login-btn__label {
	display: inline-block;
}

.np-header-login-btn:hover {
	background: #17222d;
	border-color: #4d6076;
}

.np-header__brand-logo-link {
	display: inline-flex;
	line-height: 0;
}

.np-header__brand-logo {
	display: block;
	height: auto;
	max-height: 38px;
	width: min(170px, 28vw);
}

.np-header-search-panel {
	animation: np-search-panel-in 0.2s ease;
	background: #131922;
	border-top: 1px solid #273342;
	padding: 12px 0 14px;
}

.np-header-search-panel__form {
	align-items: center;
	display: flex;
	gap: 8px;
}

.np-header-search-panel__input {
	background: #0e131a;
	border: 1px solid #324256;
	border-radius: 10px;
	color: #f1f6fa;
	flex: 1 1 auto;
	font-size: 0.94rem;
	padding: 12px 13px;
}

.np-header-search-panel__input::placeholder {
	color: #8da0b3;
}

.np-header-search-panel__input:focus {
	outline: 2px solid #4f6b88;
	outline-offset: 1px;
}

.np-header-search-panel__submit {
	background: #dfe6ee;
	border: 1px solid #dfe6ee;
	border-radius: 10px;
	color: #16222f;
	cursor: pointer;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	padding: 12px 14px;
	text-transform: uppercase;
}

.np-header-search-panel__submit:hover {
	background: #ffffff;
}

@keyframes np-search-panel-in {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.np-menu-overlay {
	background: #05070ba8;
	inset: 0;
	position: fixed;
	z-index: 270;
}

.np-menu-drawer {
	background: #0f141a;
	border-right: 1px solid #28313a;
	box-shadow: 14px 0 30px #05070957;
	height: 100vh;
	left: 0;
	overflow-y: auto;
	padding: 14px 14px 20px;
	position: fixed;
	top: 0;
	transform: translateX(-104%);
	transition: transform 0.24s ease;
	width: min(320px, 86vw);
	z-index: 280;
}

.np-menu-drawer.is-open {
	transform: translateX(0);
}

.np-menu-drawer__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.np-menu-drawer__title {
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.np-menu-drawer__close {
	align-items: center;
	background: #151c24;
	border: 1px solid #2d3945;
	border-radius: 9px;
	color: #e9f1f8;
	cursor: pointer;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	padding: 0;
	width: 36px;
}

.np-menu-drawer__menu,
.np-menu-drawer__menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-menu-drawer__menu > li + li {
	border-top: 1px solid #283542;
}

.np-menu-drawer__menu li {
	position: relative;
}

.np-menu-drawer__item-row {
	align-items: center;
	display: flex;
	gap: 8px;
	min-width: 0;
}

.np-menu-drawer__menu a {
	color: #f2f6fa;
	display: block;
	flex: 1 1 auto;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.015em;
	min-width: 0;
	padding: 10px 3px;
	text-decoration: none;
}

.np-menu-drawer__menu a:hover,
.np-menu-drawer__menu a:focus-visible {
	color: #ffffff;
	text-decoration: underline;
}

.np-menu-drawer__toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #d5deea;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 32px;
	justify-content: center;
	padding: 0;
	width: 32px;
}

.np-menu-drawer__toggle::before {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: '';
	display: block;
	height: 8px;
	transform: rotate(45deg);
	transition: transform 0.18s ease;
	width: 8px;
}

.np-menu-drawer__menu li.is-open > .np-menu-drawer__item-row > .np-menu-drawer__toggle::before {
	transform: rotate(-135deg);
}

.np-menu-drawer__menu .sub-menu {
	border-left: 1px solid #2a3542;
	display: none;
	margin-left: 8px;
	padding-left: 12px;
}

.np-menu-drawer__menu li.is-open > .sub-menu {
	display: block;
}

@media (min-width: 992px) {
	.np-menu-drawer {
		overflow-x: visible;
		width: min(460px, 92vw);
	}

	.np-menu-drawer__nav {
		min-height: calc(100vh - 80px);
		position: relative;
	}

	.np-menu-drawer__menu {
		max-width: 190px;
	}

	.np-menu-drawer__menu > li > .sub-menu {
		background: #121922;
		border: 1px solid #2d3948;
		border-radius: 12px;
		box-shadow: 0 16px 32px #02070d6b;
		display: none;
		left: 100%;
		margin: 0;
		max-height: min(74vh, 700px);
		overflow-y: auto;
		padding: 8px 10px;
		position: absolute;
		top: -1px;
		width: 250px;
		z-index: 6;
	}

	.np-menu-drawer__menu > li:hover > .sub-menu,
	.np-menu-drawer__menu > li:focus-within > .sub-menu,
	.np-menu-drawer__menu > li.is-open > .sub-menu {
		display: block;
	}
}

html,
body {
	overflow-x: clip;
}

.np-auth-modal {
	inset: 0;
	position: fixed;
	z-index: 290;
}

.np-auth-modal__backdrop {
	background: #04070db8;
	inset: 0;
	position: absolute;
}

.np-auth-modal__dialog {
	background: #f6f8fb;
	border-radius: 14px;
	box-shadow: 0 24px 50px #02050b5c;
	left: 50%;
	max-width: min(94vw, 430px);
	padding: 20px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -48%);
	transition: transform 0.18s ease;
	width: 100%;
}

.np-auth-modal.is-open .np-auth-modal__dialog {
	transform: translate(-50%, -50%);
}

.np-auth-modal__close {
	align-items: center;
	background: #ffffff;
	border: 1px solid #d2dce6;
	border-radius: 9px;
	color: #253241;
	cursor: pointer;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 34px;
}

.np-auth-modal h2 {
	color: #122132;
	font-size: 1.2rem;
	font-weight: 800;
	margin: 0 0 14px;
}

.np-auth-tabs {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 14px;
}

.np-auth-tabs button {
	background: #edf2f7;
	border: 1px solid #d5dfe9;
	border-radius: 10px;
	color: #243244;
	cursor: pointer;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 10px 12px;
	text-transform: uppercase;
}

.np-auth-tabs button.is-active {
	background: #1a2b3e;
	border-color: #1a2b3e;
	color: #ffffff;
}

.np-auth-pane {
	display: none;
}

.np-auth-pane.is-active {
	display: block;
}

.np-auth-pane label {
	color: #2a3848;
	display: block;
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 0 0 6px;
}

.np-auth-pane input[type="text"],
.np-auth-pane input[type="password"],
.np-auth-pane input[type="email"] {
	background: #ffffff;
	border: 1px solid #ccd8e4;
	border-radius: 10px;
	color: #132132;
	font-size: 0.92rem;
	margin-bottom: 11px;
	padding: 11px 12px;
	width: 100%;
}

.np-auth-pane button[type="submit"] {
	background: #0f7d43;
	border: 1px solid #0f7d43;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 11px 12px;
	text-transform: uppercase;
	width: 100%;
}

.np-auth-pane button[type="submit"]:hover {
	background: #0b6838;
	border-color: #0b6838;
}

.np-auth-checkbox {
	align-items: center;
	display: flex;
	gap: 7px;
	margin: 4px 0 12px;
}

.np-auth-checkbox span {
	color: #415467;
	font-size: 0.8rem;
}

.np-auth-help-link {
	color: #115f97;
	display: inline-block;
	font-size: 0.8rem;
	margin-top: 10px;
	text-decoration: none;
}

.np-auth-help-link--button {
	background: transparent;
	border: 0;
	cursor: pointer;
	font: inherit;
	padding: 0;
	text-align: left;
}

.np-auth-disabled {
	color: #455668;
	font-size: 0.9rem;
	margin: 0;
}

body.np-menu-open,
body.np-auth-open {
	overflow: hidden;
}

:root[data-np-theme="dark"] body {
	background: #0f151d;
	color: #e7eff8;
}

:root[data-np-theme="dark"] .np-home-latest-news__main,
:root[data-np-theme="dark"] .np-home-topic-card,
:root[data-np-theme="dark"] .np-home-topic__list,
:root[data-np-theme="dark"] .np-home-latest-news__newsletter,
:root[data-np-theme="dark"] .np-list-item,
:root[data-np-theme="dark"] .np-page__content,
:root[data-np-theme="dark"] .np-single__content,
:root[data-np-theme="dark"] .np-home-empty {
	background: #161d26;
	border-color: #2c3948;
}

:root[data-np-theme="dark"] .np-home-latest-news__title a,
:root[data-np-theme="dark"] .np-home-topic__list a,
:root[data-np-theme="dark"] .np-home-topic-card h3 a,
:root[data-np-theme="dark"] .np-list-item__title a,
:root[data-np-theme="dark"] .np-page,
:root[data-np-theme="dark"] .np-single {
	color: #ecf3fa;
}

:root[data-np-theme="dark"] .np-home-latest-news__meta,
:root[data-np-theme="dark"] .np-list-item__meta,
:root[data-np-theme="dark"] .np-single__meta,
:root[data-np-theme="dark"] .np-home-topic-card p {
	color: #95a8bb;
}

:root[data-np-theme="dark"] .np-footer {
	background: #111821;
	border-top-color: #2c3948;
}

:root[data-np-theme="dark"] .np-footer__text {
	color: #9ab0c4;
}

@media (max-width: 1040px) {
	.np-header-login-btn {
		background: #141a21;
		border: 1px solid #2b3540;
		border-radius: 9px;
		height: 38px;
		padding: 0;
		width: 38px;
	}

	.np-header-login-btn__icon {
		display: inline-flex;
	}

	.np-header-login-btn__label {
		display: none;
	}

	.np-header-user-menu__toggle {
		background: #141a21;
		border: 1px solid #2b3540;
		border-radius: 9px;
		height: 38px;
		padding: 0;
		width: 38px;
	}

	.np-header-user-menu__icon {
		display: inline-flex;
	}

	.np-header-user-menu__label,
	.np-header-user-menu__toggle::after {
		display: none;
	}

	.np-header__brand-logo {
		width: min(154px, 36vw);
	}
}

@media (max-width: 620px) {
	.np-header-bar {
		min-height: 56px;
	}

	.np-header-bar__left,
	.np-header-bar__right {
		gap: 8px;
	}

	.np-header-icon {
		height: 34px;
		width: 34px;
	}

	.np-header__brand-logo {
		max-height: 32px;
		width: min(136px, 42vw);
	}

	.np-header-search-panel__form {
		flex-wrap: wrap;
	}

	.np-header-search-panel__submit {
		width: 100%;
	}
}

/* NP wider boxed layout overrides */
.np-container,
.np-header--container,
.np-footer__inner {
	max-width: min(94vw, 1680px);
	padding-left: clamp(18px, 2.1vw, 46px);
	padding-right: clamp(18px, 2.1vw, 46px);
}

.np-container--narrow {
	max-width: min(90vw, 1120px);
}

@media (max-width: 1440px) {
	.np-container,
	.np-header--container,
	.np-footer__inner {
		max-width: min(96vw, 1440px);
	}
}

@media (max-width: 1280px) {
	.np-container,
	.np-header--container,
	.np-footer__inner {
		max-width: 100%;
		padding-left: clamp(16px, 2.4vw, 30px);
		padding-right: clamp(16px, 2.4vw, 30px);
	}

	.np-container--narrow {
		max-width: min(94vw, 980px);
	}
}

@media (max-width: 820px) {
	.np-container,
	.np-header--container,
	.np-footer__inner {
		padding-left: 14px;
		padding-right: 14px;
	}

	.np-section {
		padding: clamp(18px, 4.5vw, 30px) 0;
	}
}

@media (max-width: 620px) {
	.np-container,
	.np-header--container,
	.np-footer__inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* NP hero remove black background */
.np-home-hero__shell {
	background: transparent;
	box-shadow: none;
}

.np-home-hero__stack-content {
	background: transparent;
	border-top: 0;
}

.np-home-hero__headlines {
	background: transparent;
	border-left: 0;
}

/* NP remove hero strip line */
.np-home-hero__strip {
	display: none;
}

/* NP hero orange gradient */
.np-home-hero {
	background: linear-gradient(to left, #eb6e15 0%, #d45902 100%);
}

/* NP hero cards black */
.np-home-hero__stack-content,
.np-home-hero__headlines {
	background: #000000;
}

/* NP hero main card black */
.np-home-hero__main-overlay {
	background: #000000;
}

/* NP hero image hover zoom + bottom dark gradient */
.np-home-hero__main-image-link,
.np-home-hero__stack-image-link {
	overflow: hidden;
	position: relative;
}

.np-home-hero__main-image,
.np-home-hero__stack-image {
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.45s ease;
}

.np-home-hero__main-image-link::after,
.np-home-hero__stack-image-link::after {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 58%);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.np-home-hero__main-image-link:hover .np-home-hero__main-image,
.np-home-hero__stack-image-link:hover .np-home-hero__stack-image {
	transform: scale(1.06);
}

/* NP hero text overlay bottom */
.np-home-hero__stack-card {
	overflow: hidden;
	position: relative;
}

.np-home-hero__stack-content {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.56) 52%, rgba(0, 0, 0, 0) 100%);
	border-top: 0;
	bottom: 0;
	left: 0;
	padding: 26px 12px 12px;
	position: absolute;
	right: 0;
	z-index: 4;
}

.np-home-hero__stack-title a,
.np-home-hero__stack-meta,
.np-home-hero__eyebrow,
.np-home-hero__stack-eyebrow {
	color: #ffffff;
}

.np-home-hero__eyebrow,
.np-home-hero__stack-eyebrow {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 7px;
	padding-top: 7px;
	position: relative;
	text-transform: uppercase;
}

.np-home-hero__eyebrow::before,
.np-home-hero__stack-eyebrow::before {
	background: rgba(255, 255, 255, 0.45);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}

/* NP remove black card backgrounds */
.np-home-hero__main-overlay,
.np-home-hero__stack-content,
.np-home-hero__headlines {
	background: transparent;
}

/* NP raise hero text overlays */
.np-home-hero__main-overlay {
	padding: 28px 18px 34px;
}

.np-home-hero__stack-content {
	padding: 34px 12px 26px;
}

/* NP raise hero text strongly + fix layering */
.np-home-hero__main-overlay {
	bottom: 18px;
	padding: 16px 18px 14px;
	z-index: 8;
}

.np-home-hero__stack-content {
	bottom: 18px;
	padding: 22px 12px 12px;
	z-index: 8;
}

.np-home-hero__main-image-link::after,
.np-home-hero__stack-image-link::after {
	z-index: 2;
}

@media (max-width: 820px) {
	.np-home-hero__main-overlay,
	.np-home-hero__stack-content {
		bottom: 10px;
	}
}

/* NP raise hero text much higher */
.np-home-hero__main-overlay {
	bottom: 56px !important;
}

.np-home-hero__stack-content {
	bottom: 42px !important;
}

@media (max-width: 820px) {
	.np-home-hero__main-overlay {
		bottom: 24px !important;
	}

	.np-home-hero__stack-content {
		bottom: 18px !important;
	}
}

/* NP stronger bottom darkening + raise main only */
.np-home-hero__main-image-link::after,
.np-home-hero__stack-image-link::after {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0) 72%) !important;
}

.np-home-hero__main-overlay {
	bottom: 84px !important;
}

@media (max-width: 820px) {
	.np-home-hero__main-overlay {
		bottom: 30px !important;
	}
}

/* NP hero author + humantime meta */
.np-home-hero__main-meta,
.np-home-hero__stack-meta {
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 8px 0 0;
	text-transform: none;
}

/* NP hero image darkening stronger */
.np-home-hero__main-image-link::after,
.np-home-hero__stack-image-link::after {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.50) 48%, rgba(0, 0, 0, 0.08) 74%) !important;
}

/* NP hero image rounded corners */
.np-home-hero__main-image-link,
.np-home-hero__stack-image-link,
.np-home-hero__main-image,
.np-home-hero__stack-image,
.np-home-hero__main,
.np-home-hero__stack-card {
	border-radius: 14px;
}

.np-home-hero__main,
.np-home-hero__stack-card,
.np-home-hero__main-image-link,
.np-home-hero__stack-image-link {
	overflow: hidden;
}

/* NP headlines block tune */
.np-home-hero__headlines-title {
	font-size: 1rem;
	letter-spacing: 0.02em;
	margin-bottom: 14px;
}

.np-home-hero__headlines-list li + li {
	border-top: 0;
	margin-top: 12px;
	padding-top: 0;
}

.np-home-hero__headlines-list a {
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 700;
}

.np-home-hero__headlines-meta {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.74rem;
	line-height: 1.25;
	margin: 5px 0 0;
	text-transform: none;
}

/* NP hero overlay locked to image */
.np-home-hero__main,
.np-home-hero__stack-card {
	overflow: hidden;
	position: relative;
}

.np-home-hero__main-image-link,
.np-home-hero__stack-image-link {
	display: block;
	line-height: 0;
	position: relative;
}

.np-home-hero__main-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.44) 52%, rgba(0, 0, 0, 0) 100%);
	bottom: 0 !important;
	left: 0 !important;
	padding: clamp(14px, 1.5vw, 22px) clamp(12px, 1.2vw, 18px) clamp(12px, 1.3vw, 18px);
	position: absolute !important;
	right: 0 !important;
	z-index: 8;
}

.np-home-hero__stack-content {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0) 100%);
	bottom: 0 !important;
	left: 0 !important;
	padding: clamp(14px, 1.6vw, 20px) 12px 12px;
	position: absolute !important;
	right: 0 !important;
	z-index: 8;
}

@media (max-width: 820px) {
	.np-home-hero__main-overlay,
	.np-home-hero__stack-content {
		bottom: 0 !important;
	}
}

/* NP force overlays on images */
.np-home-hero__main,
.np-home-hero__stack-card {
	position: relative !important;
	overflow: hidden !important;
}

.np-home-hero__main-overlay,
.np-home-hero__stack-content {
	bottom: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	position: absolute !important;
	right: 0 !important;
	top: auto !important;
	transform: none !important;
	width: auto !important;
	z-index: 20 !important;
}

.np-home-hero__main-image,
.np-home-hero__stack-image {
	display: block !important;
}

@media (max-width: 820px) {
	.np-home-hero__main-overlay,
	.np-home-hero__stack-content {
		bottom: 0 !important;
		top: auto !important;
	}
}

/* NP hero grid overlay lock */
.np-home-hero__main,
.np-home-hero__stack-card {
	display: grid !important;
	overflow: hidden !important;
}

.np-home-hero__main-image-link,
.np-home-hero__main-overlay,
.np-home-hero__stack-image-link,
.np-home-hero__stack-content {
	grid-area: 1 / 1 !important;
}

.np-home-hero__main-overlay,
.np-home-hero__stack-content {
	align-self: end !important;
	position: relative !important;
	inset: auto !important;
	margin: 0 !important;
	z-index: 20 !important;
}

/* NP hero overlay final absolute fix */
.np-home-hero__main,
.np-home-hero__stack-card {
	display: block !important;
	position: relative !important;
	overflow: hidden !important;
}

.np-home-hero__main-overlay,
.np-home-hero__stack-content {
	align-self: auto !important;
	bottom: 0 !important;
	grid-area: auto !important;
	left: 0 !important;
	margin: 0 !important;
	position: absolute !important;
	right: 0 !important;
	top: auto !important;
	transform: none !important;
	z-index: 25 !important;
}

@media (max-width: 820px) {
	.np-home-hero__main-overlay,
	.np-home-hero__stack-content {
		bottom: 0 !important;
	}
}

/* NP HERO HARD LOCK START */
.np-home-hero__main,
.np-home-hero__stack-card {
	display: block !important;
	position: relative !important;
	overflow: hidden !important;
}

.np-home-hero__main-image-link,
.np-home-hero__stack-image-link {
	display: block !important;
	line-height: 0 !important;
	position: relative !important;
}

.np-home-hero__main-overlay,
.np-home-hero__stack-content {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	top: auto !important;
	margin: 0 !important;
	transform: none !important;
	z-index: 40 !important;
}

.np-home-hero__main-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.56) 46%, rgba(0, 0, 0, 0.02) 76%) !important;
	padding: clamp(24px, 2vw, 32px) clamp(18px, 1.6vw, 24px) clamp(14px, 1.2vw, 18px) !important;
}

.np-home-hero__stack-content {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.58) 50%, rgba(0, 0, 0, 0.02) 78%) !important;
	padding: clamp(18px, 1.6vw, 24px) 12px 12px !important;
}

.np-home-hero__main-image-link::after,
.np-home-hero__stack-image-link::after {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.58) 52%, rgba(0, 0, 0, 0.03) 80%) !important;
	z-index: 2 !important;
}

@media (max-width: 820px) {
	.np-home-hero__main-overlay,
	.np-home-hero__stack-content {
		bottom: 0 !important;
	}
}
/* NP HERO HARD LOCK END */

/* NP HERO TITLE COLOR LOCK START */
.np-home-hero__main-title,
.np-home-hero__stack-title {
	color: #ffffff !important;
}
/* NP HERO TITLE COLOR LOCK END */




/* NP HERO SPACING FINAL START */
.np-home-hero__main-overlay,
.np-home-hero__stack-content {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
}

.np-home-hero__main-overlay {
	padding: clamp(32px, 2.6vw, 42px) clamp(22px, 1.8vw, 28px) clamp(26px, 2.1vw, 34px) !important;
}

.np-home-hero__stack-content {
	padding: clamp(24px, 2vw, 30px) 16px clamp(18px, 1.5vw, 24px) !important;
}

.np-home-hero__main-overlay .np-home-hero__eyebrow,
.np-home-hero__stack-content .np-home-hero__stack-eyebrow {
	margin: -12px 0 14px !important;
	padding-top: 9px !important;
	line-height: 1 !important;
	transform: none !important;
}

.np-home-hero__main-overlay .np-home-hero__eyebrow::before,
.np-home-hero__stack-content .np-home-hero__stack-eyebrow::before {
	top: -7px !important;
	width: 26px !important;
	opacity: 0.72 !important;
}

.np-home-hero__main-title,
.np-home-hero__stack-title {
	margin: 0 !important;
}

.np-home-hero__main-meta,
.np-home-hero__stack-meta {
	margin-top: 14px !important;
	line-height: 1.35 !important;
}

@media (max-width: 820px) {
	.np-home-hero__main-overlay {
		padding: 24px 16px 20px !important;
	}

	.np-home-hero__stack-content {
		padding: 20px 12px 14px !important;
	}

	.np-home-hero__main-overlay .np-home-hero__eyebrow,
	.np-home-hero__stack-content .np-home-hero__stack-eyebrow {
		margin: -8px 0 10px !important;
		padding-top: 8px !important;
	}

	.np-home-hero__main-overlay .np-home-hero__eyebrow::before,
	.np-home-hero__stack-content .np-home-hero__stack-eyebrow::before {
		top: -6px !important;
	}

	.np-home-hero__main-meta,
	.np-home-hero__stack-meta {
		margin-top: 10px !important;
	}
}
/* NP HERO SPACING FINAL END */

/* NP HERO HEADLINES TITLE SIZE START */
.np-home-hero__headlines-title {
	font-size: clamp(1.28rem, 1.6vw, 1.72rem) !important;
	line-height: 1.08 !important;
	letter-spacing: 0.01em !important;
}
/* NP HERO HEADLINES TITLE SIZE END */


/* NP USER MENU START */
.np-header-user-menu {
	position: relative;
}

.np-header-user-menu__toggle {
	align-items: center;
	background: #111920;
	border: 1px solid #33414f;
	border-radius: 999px;
	color: #f5f8fb;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.07em;
	line-height: 1;
	padding: 11px 14px;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.np-header-user-menu__icon {
	display: none;
	line-height: 0;
}

.np-header-user-menu__label {
	display: inline-block;
}

.np-header-user-menu__toggle::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	content: "";
	display: block;
	opacity: 0.88;
}

.np-header-user-menu.is-open .np-header-user-menu__toggle,
.np-header-user-menu__toggle:hover {
	background: #17222d;
	border-color: #4d6076;
}

.np-header-user-menu__dropdown {
	background: #131b24;
	border: 1px solid #334150;
	border-radius: 11px;
	box-shadow: 0 16px 28px rgba(4, 8, 14, 0.46);
	min-width: 190px;
	padding: 6px;
	position: absolute;
	right: 0;
	top: calc(100% + 9px);
	z-index: 320;
}

.np-header-user-menu__dropdown a {
	border-radius: 8px;
	color: #f2f6fb;
	display: block;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px 12px;
	text-decoration: none;
}

.np-header-user-menu__dropdown a:hover {
	background: #1d2935;
	color: #ffffff;
}

@media (max-width: 620px) {
	.np-header-user-menu__toggle {
		height: 34px;
		padding: 0;
		width: 34px;
	}

	.np-header-user-menu__dropdown {
		min-width: 176px;
		right: 0;
	}
}
/* NP USER MENU END */


/* NP HERO BG SOLID START */
.np-home-hero {
	background: #0a8935 !important;
}
/* NP HERO BG SOLID END */

/* NP HERO CARD ALIGN LOCK START */
@media (min-width: 1041px) {
	.np-home-hero__layout {
		align-items: stretch !important;
	}

	.np-home-hero__main,
	.np-home-hero__stack {
		align-self: stretch !important;
		height: 100% !important;
	}

	.np-home-hero__main-image-link,
	.np-home-hero__stack-image-link,
	.np-home-hero__stack-card {
		height: 100% !important;
	}

	.np-home-hero__stack {
		display: grid !important;
		grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.np-home-hero__main-image,
	.np-home-hero__stack-image {
		height: 100% !important;
		object-fit: cover !important;
	}
}
/* NP HERO CARD ALIGN LOCK END */

/* NP HERO META COLOR START */
.np-home-hero__main-meta,
.np-home-hero__stack-meta {
	color: #afb4b2 !important;
}
/* NP HERO META COLOR END */

/* NP HERO BG SPACING START */
.np-home-hero {
	padding-top: 40px !important;
	padding-bottom: 64px !important;
}
/* NP HERO BG SPACING END */

/* NP LATEST REDESIGN START */
.np-home-latest-news {
	padding: clamp(30px, 4.2vw, 66px) 0 !important;
}

.np-home-latest-news__layout {
	display: block !important;
	gap: 0 !important;
	grid-template-columns: 1fr !important;
}

.np-home-latest-news__sidebar {
	display: none !important;
}

.np-home-latest-news__main {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

.np-home-latest-news__header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	justify-content: space-between;
	margin: 0 0 18px;
}

.np-home-latest-news__heading {
	color: #0a8935;
	font-size: clamp(2.2rem, 7vw, 5.4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 0.92;
	margin: 0;
}

.np-home-latest-news__more {
	align-items: center;
	border: 2px solid #0a8935;
	border-radius: 999px;
	color: #1f2d2a;
	display: inline-flex;
	font-size: clamp(0.86rem, 1.05vw, 1.22rem);
	font-weight: 700;
	gap: 8px;
	line-height: 1;
	padding: 12px 20px;
	text-decoration: none;
}

.np-home-latest-news__more::after {
	content: "↗";
	font-size: 0.95em;
	line-height: 1;
}

.np-home-latest-news__more:hover {
	background: rgba(10, 137, 53, 0.08);
	color: #0a8935;
}

.np-home-latest-news__list {
	border-top: 1px solid #cfd7d8;
}

.np-home-latest-news__item {
	align-items: center !important;
	border-bottom: 1px solid #cfd7d8;
	border-top: 0 !important;
	display: grid !important;
	gap: 18px !important;
	grid-template-columns: 176px minmax(0, 1fr) !important;
	margin: 0 !important;
	padding: 14px 0 !important;
}

.np-home-latest-news__thumb-link {
	display: block;
	max-width: 176px;
	width: 100%;
}

.np-home-latest-news__thumb,
.np-home-latest-news__thumb.np-home-hero__placeholder {
	aspect-ratio: 16 / 9 !important;
	border-radius: 0;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.np-home-latest-news__category {
	color: #0a8935;
	font-size: clamp(0.72rem, 0.9vw, 0.98rem);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.np-home-latest-news__title {
	font-size: clamp(1.08rem, 2.15vw, 1.95rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.18 !important;
	margin: 0 !important;
}

.np-home-latest-news__title a {
	color: #20282d !important;
	text-decoration: none !important;
}

.np-home-latest-news__title a:hover {
	color: #0a8935 !important;
}

.np-home-latest-news__meta {
	color: #69767a !important;
	font-size: clamp(0.95rem, 1.2vw, 1.36rem) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	margin: 8px 0 0 !important;
	text-transform: none !important;
}

@media (max-width: 1040px) {
	.np-home-latest-news__heading {
		font-size: clamp(2rem, 8vw, 3.3rem);
	}

	.np-home-latest-news__item {
		gap: 14px !important;
		grid-template-columns: 134px minmax(0, 1fr) !important;
	}

	.np-home-latest-news__thumb-link {
		max-width: 134px;
	}
}

@media (max-width: 700px) {
	.np-home-latest-news__header {
		align-items: flex-start;
	}

	.np-home-latest-news__more {
		padding: 10px 16px;
	}

	.np-home-latest-news__item {
		align-items: start !important;
		gap: 12px !important;
		grid-template-columns: 108px minmax(0, 1fr) !important;
		padding: 12px 0 !important;
	}

	.np-home-latest-news__thumb-link {
		max-width: 108px;
	}

	.np-home-latest-news__title {
		font-size: clamp(1rem, 4.2vw, 1.26rem) !important;
	}

	.np-home-latest-news__meta {
		font-size: clamp(0.88rem, 3.5vw, 1.02rem) !important;
	}
}

@media (max-width: 520px) {
	.np-home-latest-news__item {
		gap: 10px !important;
		grid-template-columns: 92px minmax(0, 1fr) !important;
	}

	.np-home-latest-news__thumb-link {
		max-width: 92px;
	}
}
/* NP LATEST REDESIGN END */

/* NP GOOGLE SANS START */
body,
body button,
body input,
body select,
body textarea,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .wp-block-site-title,
body .wp-block-post-title,
body .wp-block-navigation-item__content,
body .np-header,
body .np-main,
body .np-footer {
	font-family: "Google Sans", sans-serif !important;
}
/* NP GOOGLE SANS END */

/* NP SIDEBAR LAYOUT START */
.np-content-layout {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
}

.np-content-layout__main {
	min-width: 0;
}

.np-sidebar {
	background: var(--np-surface);
	border: 1px solid var(--np-border);
	padding: 14px;
	position: sticky;
	top: 92px;
}

.np-sidebar-widget + .np-sidebar-widget {
	border-top: 1px solid #dbe2e8;
	margin-top: 14px;
	padding-top: 14px;
}

.np-sidebar-widget__title {
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.012em;
	margin: 0 0 10px;
}

.np-sidebar .widget,
.np-sidebar ul {
	margin: 0;
}

.np-sidebar ul {
	list-style: none;
	padding: 0;
}

.np-sidebar li + li {
	margin-top: 8px;
}

.np-sidebar a {
	color: #14202c;
	text-decoration: none;
}

.np-sidebar a:hover {
	color: #0a8935;
}

:root[data-np-theme="dark"] .np-sidebar {
	background: #161d26;
	border-color: #2c3948;
}

:root[data-np-theme="dark"] .np-sidebar-widget + .np-sidebar-widget {
	border-top-color: #2c3948;
}

:root[data-np-theme="dark"] .np-sidebar a,
:root[data-np-theme="dark"] .np-sidebar-widget__title {
	color: #ecf3fa;
}

@media (max-width: 1040px) {
	.np-content-layout {
		grid-template-columns: 1fr;
	}

	.np-sidebar {
		position: static;
		top: auto;
	}
}
/* NP SIDEBAR LAYOUT END */

/* NP LATEST FONT TUNE START */
.np-home-latest-news__heading {
	font-size: clamp(1.9rem, 4.8vw, 4rem) !important;
}

.np-home-latest-news__more {
	font-size: clamp(0.8rem, 0.9vw, 1rem) !important;
	padding: 10px 16px !important;
}

.np-home-latest-news__title {
	font-size: clamp(1rem, 1.35vw, 1.55rem) !important;
	line-height: 1.22 !important;
}

.np-home-latest-news__meta {
	font-size: clamp(0.86rem, 1vw, 1.1rem) !important;
}
/* NP LATEST FONT TUNE END */

/* NP LATEST SIDEBAR GRID START */
.np-home-latest-news__layout.has-sidebar {
	align-items: start;
	display: grid !important;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
}

.np-home-latest-news__custom-sidebar {
	display: block;
}

@media (max-width: 1040px) {
	.np-home-latest-news__layout.has-sidebar {
		grid-template-columns: 1fr;
	}
}
/* NP LATEST SIDEBAR GRID END */

/* NP PAGE WHITE + PURPLE LATEST SIDEBAR START */
:root {
	--np-page-bg: #ffffff !important;
}

body,
.np-main,
.np-home-latest-news {
	background: #ffffff !important;
}

.np-home-latest-news__layout.has-sidebar {
	align-items: start;
	display: grid !important;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 340px);
}

.np-home-latest-news__custom-sidebar {
	background: #800ead !important;
	border: 0 !important;
	border-radius: 16px;
	color: #ffffff !important;
	padding: 20px !important;
	position: sticky;
	top: 100px;
}

.np-home-latest-news__custom-sidebar .widget,
.np-home-latest-news__widget {
	margin: 0;
}

.np-home-latest-news__custom-sidebar .widget-title,
.np-home-latest-news__widget-title {
	color: #ffffff !important;
	font-size: clamp(1.16rem, 2vw, 1.56rem);
	font-weight: 800;
	letter-spacing: -0.015em;
	margin: 0 0 14px;
}

.np-home-latest-news__custom-sidebar ul,
.np-home-latest-news__widget-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-home-latest-news__widget-item + .np-home-latest-news__widget-item {
	border-top: 1px solid rgba(255, 255, 255, 0.26);
	margin-top: 12px;
	padding-top: 12px;
}

.np-home-latest-news__custom-sidebar li + li {
	margin-top: 10px;
}

.np-home-latest-news__custom-sidebar a,
.np-home-latest-news__widget-link {
	color: #ffffff !important;
	font-size: clamp(0.98rem, 1.1vw, 1.15rem);
	font-weight: 700;
	line-height: 1.32;
	text-decoration: none;
}

.np-home-latest-news__custom-sidebar a:hover,
.np-home-latest-news__widget-link:hover {
	color: #efe3ff !important;
	text-decoration: underline;
}

.np-home-latest-news__widget-meta {
	color: rgba(255, 255, 255, 0.85) !important;
	font-size: 0.9rem;
	line-height: 1.3;
	margin: 6px 0 0;
}

@media (max-width: 1040px) {
	.np-home-latest-news__layout.has-sidebar {
		grid-template-columns: 1fr;
	}

	.np-home-latest-news__custom-sidebar {
		position: static;
		top: auto;
	}
}
/* NP PAGE WHITE + PURPLE LATEST SIDEBAR END */

/* NP LATEST SIDEBAR DESKTOP LOCK START */
@media (min-width: 901px) {
	.np-home-latest-news__layout.has-sidebar {
		grid-template-columns: minmax(0, 1fr) minmax(270px, 340px) !important;
	}
}

@media (max-width: 900px) {
	.np-home-latest-news__layout.has-sidebar {
		grid-template-columns: 1fr !important;
	}

	.np-home-latest-news__custom-sidebar {
		position: static;
		top: auto;
	}
}
/* NP LATEST SIDEBAR DESKTOP LOCK END */

/* NP LATEST CTA + SIDEBAR SIZE TUNE START */
@media (min-width: 901px) {
	.np-home-latest-news__layout.has-sidebar .np-home-latest-news__header {
		padding-right: 12px;
	}

	.np-home-latest-news__layout.has-sidebar .np-home-latest-news__more {
		margin-right: 12px;
	}
}

.np-home-latest-news__widget-title {
	font-size: clamp(1rem, 1.4vw, 1.2rem) !important;
}

.np-home-latest-news__custom-sidebar a,
.np-home-latest-news__widget-link {
	font-size: clamp(0.86rem, 0.95vw, 1rem) !important;
	line-height: 1.28 !important;
}

.np-home-latest-news__widget-meta {
	font-size: 0.82rem !important;
}
/* NP LATEST CTA + SIDEBAR SIZE TUNE END */

/* NP SIDEBAR LINK SPACING FIX START */
.np-home-latest-news__custom-sidebar a,
.np-home-latest-news__widget-link {
	letter-spacing: 0 !important;
	word-spacing: 0 !important;
	text-transform: none !important;
}
/* NP SIDEBAR LINK SPACING FIX END */

/* NP SIDEBAR LINK LINE HEIGHT FIX START */
.np-home-latest-news__custom-sidebar a,
.np-home-latest-news__widget-link {
	line-height: 1.12 !important;
}
/* NP SIDEBAR LINK LINE HEIGHT FIX END */

/* NP SIDEBAR LINK COMPACT HARD FIX START */
.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-item .np-home-latest-news__widget-link,
.np-home-latest-news__custom-sidebar .widget_recent_entries a,
.np-home-latest-news__custom-sidebar .wp-block-latest-posts__post-title,
.np-home-latest-news__custom-sidebar li > a {
	display: block !important;
	line-height: 1.02 !important;
	margin: 0 !important;
	letter-spacing: 0 !important;
	word-spacing: 0 !important;
}

.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-item,
.np-home-latest-news__custom-sidebar li {
	line-height: 1.02 !important;
}
/* NP SIDEBAR LINK COMPACT HARD FIX END */

/* NP SIDEBAR LINK COMPACT BALANCE START */
.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-item .np-home-latest-news__widget-link,
.np-home-latest-news__custom-sidebar .widget_recent_entries a,
.np-home-latest-news__custom-sidebar .wp-block-latest-posts__post-title,
.np-home-latest-news__custom-sidebar li > a {
	line-height: 1.16 !important;
}

.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-item,
.np-home-latest-news__custom-sidebar li {
	line-height: 1.16 !important;
}
/* NP SIDEBAR LINK COMPACT BALANCE END */

/* NP LITHUANIA SECTION BAR START */
.np-home-topic--sidebarviolet .np-home-topic__bar {
	background: #800ead !important;
}
/* NP LITHUANIA SECTION BAR END */

/* NP LITHUANIA TOPIC OVERLAY START */
.np-home-topic--sidebarviolet .np-home-topic-card--overlay {
	border-radius: 14px;
	overflow: hidden;
	position: relative;
}

.np-home-topic--sidebarviolet .np-home-topic-card--overlay > a {
	display: block;
	line-height: 0;
}

.np-home-topic--sidebarviolet .np-home-topic-card--overlay .np-home-topic-card__content--overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.62) 56%, rgba(0, 0, 0, 0.9) 100%);
	bottom: 0;
	left: 0;
	padding: clamp(14px, 1.8vw, 22px) clamp(12px, 1.4vw, 18px) clamp(11px, 1.3vw, 15px);
	position: absolute;
	right: 0;
	z-index: 4;
}

.np-home-topic--sidebarviolet .np-home-topic-card--overlay .np-home-topic-card__content--overlay h3 {
	font-size: clamp(1rem, 1.45vw, 1.4rem);
	margin: 0 0 8px;
}

.np-home-topic--sidebarviolet .np-home-topic-card--overlay .np-home-topic-card__content--overlay h3 a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.np-home-topic--sidebarviolet .np-home-topic-card--overlay .np-home-topic-card__content--overlay h3 a:hover {
	text-decoration: underline !important;
}

.np-home-topic--sidebarviolet .np-home-topic-card__meta-overlay {
	color: #d4dde6 !important;
	font-size: clamp(0.76rem, 0.92vw, 0.94rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	text-transform: none;
}

.np-home-topic--sidebarviolet .np-home-topic-card--overlay .np-home-topic-card__image {
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}
/* NP LITHUANIA TOPIC OVERLAY END */

/* NP LITHUANIA TOPIC HERO-DARKEN MATCH START */
.np-home-topic--sidebarviolet .np-home-topic-card--overlay > a {
	position: relative !important;
}

.np-home-topic--sidebarviolet .np-home-topic-card--overlay > a::after {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.58) 52%, rgba(0, 0, 0, 0.03) 80%) !important;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.np-home-topic--sidebarviolet .np-home-topic-card--overlay .np-home-topic-card__content--overlay {
	background: transparent !important;
	padding: clamp(32px, 2.6vw, 42px) clamp(22px, 1.8vw, 28px) clamp(26px, 2.1vw, 34px) !important;
	z-index: 4 !important;
}

@media (max-width: 820px) {
	.np-home-topic--sidebarviolet .np-home-topic-card--overlay .np-home-topic-card__content--overlay {
		padding: 24px 16px 20px !important;
	}
}
/* NP LITHUANIA TOPIC HERO-DARKEN MATCH END */

/* NP LITHUANIA MAIN CARD TEXT POSITION FIX START */
.np-home-topic--sidebarviolet .np-home-topic-card--main.np-home-topic-card--overlay .np-home-topic-card__content--overlay {
	padding: clamp(30px, 2.4vw, 40px) clamp(22px, 1.8vw, 28px) clamp(40px, 3vw, 52px) !important;
}

@media (max-width: 820px) {
	.np-home-topic--sidebarviolet .np-home-topic-card--main.np-home-topic-card--overlay .np-home-topic-card__content--overlay {
		padding: 22px 16px 30px !important;
	}
}
/* NP LITHUANIA MAIN CARD TEXT POSITION FIX END */

/* NP LITHUANIA MAIN LIKE HERO FINAL START */
.np-home-topic--sidebarviolet .np-home-topic-card--main.np-home-topic-card--overlay {
	position: relative !important;
	overflow: hidden !important;
}

.np-home-topic--sidebarviolet .np-home-topic-card--main.np-home-topic-card--overlay .np-home-topic-card__content--overlay {
	align-items: flex-start !important;
	bottom: clamp(16px, 1.8vw, 28px) !important;
	display: flex !important;
	flex-direction: column !important;
	left: 0 !important;
	margin: 0 !important;
	padding: clamp(30px, 2.4vw, 40px) clamp(22px, 1.8vw, 28px) clamp(14px, 1.3vw, 20px) !important;
	position: absolute !important;
	right: 0 !important;
	top: auto !important;
	transform: none !important;
	z-index: 4 !important;
}

@media (max-width: 1200px) {
	.np-home-topic--sidebarviolet .np-home-topic-card--main.np-home-topic-card--overlay .np-home-topic-card__content--overlay {
		bottom: 14px !important;
		padding: 24px 18px 14px !important;
	}
}

@media (max-width: 820px) {
	.np-home-topic--sidebarviolet .np-home-topic-card--main.np-home-topic-card--overlay .np-home-topic-card__content--overlay {
		bottom: 10px !important;
		padding: 20px 14px 12px !important;
	}
}
/* NP LITHUANIA MAIN LIKE HERO FINAL END */

/* NP LITHUANIA MAIN WHITE-GAP FIX START */
.np-home-topic--sidebarviolet .np-home-topic-card--main {
	overflow: hidden !important;
	position: relative !important;
}

.np-home-topic--sidebarviolet .np-home-topic-card--main > a {
	display: block !important;
	line-height: 0 !important;
	position: relative !important;
}

.np-home-topic--sidebarviolet .np-home-topic-card--main > a::after {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.58) 52%, rgba(0, 0, 0, 0.03) 80%) !important;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.np-home-topic--sidebarviolet .np-home-topic-card--main > .np-home-topic-card__content,
.np-home-topic--sidebarviolet .np-home-topic-card--main > .np-home-topic-card__content--overlay {
	align-items: flex-start !important;
	background: transparent !important;
	bottom: clamp(16px, 1.8vw, 28px) !important;
	display: flex !important;
	flex-direction: column !important;
	left: 0 !important;
	margin: 0 !important;
	padding: clamp(30px, 2.4vw, 40px) clamp(22px, 1.8vw, 28px) clamp(14px, 1.3vw, 20px) !important;
	position: absolute !important;
	right: 0 !important;
	top: auto !important;
	transform: none !important;
	z-index: 4 !important;
}

.np-home-topic--sidebarviolet .np-home-topic-card--main > .np-home-topic-card__content p,
.np-home-topic--sidebarviolet .np-home-topic-card--main > .np-home-topic-card__content--overlay p {
	margin: 0 !important;
}

@media (max-width: 1200px) {
	.np-home-topic--sidebarviolet .np-home-topic-card--main > .np-home-topic-card__content,
	.np-home-topic--sidebarviolet .np-home-topic-card--main > .np-home-topic-card__content--overlay {
		bottom: 14px !important;
		padding: 24px 18px 14px !important;
	}
}

@media (max-width: 820px) {
	.np-home-topic--sidebarviolet .np-home-topic-card--main > .np-home-topic-card__content,
	.np-home-topic--sidebarviolet .np-home-topic-card--main > .np-home-topic-card__content--overlay {
		bottom: 10px !important;
		padding: 20px 14px 12px !important;
	}
}
/* NP LITHUANIA MAIN WHITE-GAP FIX END */

/* NP LITHUANIA GRID STRETCH FIX START */
.np-home-topic__layout--lithuania {
	align-items: start !important;
}

.np-home-topic__layout--lithuania > .np-home-topic-card--main {
	align-self: start !important;
	height: auto !important;
}
/* NP LITHUANIA GRID STRETCH FIX END */

/* NP LITHUANIA SIDELIST ALIGN FINAL START */
.np-home-topic__layout--lithuania {
	align-items: start !important;
}

.np-home-topic__layout--lithuania .np-home-topic__side {
	align-self: start !important;
	display: grid !important;
	gap: 14px !important;
	grid-template-rows: auto minmax(0, 1fr);
}

.np-home-topic__layout--lithuania .np-home-topic-card--secondary {
	margin: 0 !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list {
	align-self: stretch !important;
	background: #f0f3f6 !important;
	border: 1px solid #d5dce5 !important;
	border-radius: 12px !important;
	margin: 0 !important;
	padding: 10px 12px !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list li {
	margin: 0 !important;
	padding: 10px 0 !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list li + li {
	border-top: 1px solid #d5dce5 !important;
	margin-top: 0 !important;
	padding-top: 10px !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list a {
	display: block;
	line-height: 1.25 !important;
}
/* NP LITHUANIA SIDELIST ALIGN FINAL END */

/* NP LITHUANIA ALIGN + HOVER FINAL START */
.np-home-topic--sidebarviolet .np-home-topic__header {
	margin-bottom: 20px !important;
}

.np-home-topic__layout--lithuania {
	align-items: stretch !important;
}

.np-home-topic__layout--lithuania > .np-home-topic-card--main {
	align-self: start !important;
}

.np-home-topic__layout--lithuania .np-home-topic__side {
	align-self: stretch !important;
	min-height: 100% !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list {
	height: 100% !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list a:hover {
	text-decoration: underline !important;
}
/* NP LITHUANIA ALIGN + HOVER FINAL END */

/* NP LITHUANIA SIDELIST HEIGHT LOCK FINAL START */
.np-home-topic__layout--lithuania {
	align-items: start !important;
}

.np-home-topic__layout--lithuania > .np-home-topic-card--main,
.np-home-topic__layout--lithuania .np-home-topic__side {
	align-self: start !important;
	min-height: 0 !important;
}

.np-home-topic__layout--lithuania .np-home-topic__side {
	grid-template-rows: auto auto !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list {
	height: auto !important;
	max-height: none !important;
	padding: 8px 12px !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list li {
	padding: 8px 0 !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list li + li {
	padding-top: 8px !important;
}
/* NP LITHUANIA SIDELIST HEIGHT LOCK FINAL END */

/* NP LITHUANIA BALANCED ALIGN LOCK START */
.np-home-topic__layout--lithuania {
	align-items: stretch !important;
}

.np-home-topic__layout--lithuania > .np-home-topic-card--main {
	align-self: stretch !important;
	min-height: 0 !important;
}

.np-home-topic__layout--lithuania .np-home-topic__side {
	align-self: stretch !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
	min-height: 0 !important;
}

.np-home-topic__layout--lithuania .np-home-topic-card--secondary {
	flex: 0 0 auto !important;
	margin: 0 !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list {
	flex: 1 1 auto !important;
	height: auto !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
}
/* NP LITHUANIA BALANCED ALIGN LOCK END */

/* NP LITHUANIA LIST MICRO SPACING START */
.np-home-topic__layout--lithuania .np-home-topic__list {
	padding: 10px 14px !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list li {
	padding: 10px 0 !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list li + li {
	padding-top: 10px !important;
}

.np-home-topic__layout--lithuania .np-home-topic__list a {
	padding: 1px 0 !important;
}
/* NP LITHUANIA LIST MICRO SPACING END */

/* NP WORLD SECTION GAP MATCH START */
.np-home-topic--sidebarviolet + .np-home-topic--sidebarviolet {
	padding-top: clamp(30px, 4.2vw, 66px) !important;
}

@media (max-width: 820px) {
	.np-home-topic--sidebarviolet + .np-home-topic--sidebarviolet {
		padding-top: clamp(22px, 7vw, 34px) !important;
	}
}
/* NP WORLD SECTION GAP MATCH END */

/* NP INVESTICIJOS BG HERO MATCH START */
.np-home-topic--lime {
	background: #0a8935 !important;
}
/* NP INVESTICIJOS BG HERO MATCH END */

/* NP SODAS BAR WHITE START */
.np-home-topic--lime .np-home-topic__bar {
	background: #ffffff !important;
}
/* NP SODAS BAR WHITE END */

/* NP SODAS TITLE + LINK WHITE START */
.np-home-topic--lime .np-home-section-title,
.np-home-topic--lime .np-home-topic__header a {
	color: #ffffff !important;
}

.np-home-topic--lime .np-home-topic__header a:hover {
	color: #ffffff !important;
	text-decoration: underline;
}
/* NP SODAS TITLE + LINK WHITE END */

/* NP SODAS HERO LAYOUT START */
.np-home-topic--garden-hero .np-home-garden-hero {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr);
}

.np-home-garden-hero__main,
.np-home-garden-hero__stack-card {
	border-radius: 14px;
	overflow: hidden;
	position: relative;
}

.np-home-garden-hero__main-image-link,
.np-home-garden-hero__stack-image-link {
	display: block;
	line-height: 0;
	position: relative;
}

.np-home-garden-hero__main-image,
.np-home-garden-hero__stack-image {
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.np-home-garden-hero__main-image {
	aspect-ratio: 16 / 11;
}

.np-home-garden-hero__stack {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.np-home-garden-hero__stack-image {
	aspect-ratio: 16 / 10;
}

.np-home-garden-hero__main-overlay,
.np-home-garden-hero__stack-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.58) 52%, rgba(0, 0, 0, 0.03) 80%);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}

.np-home-garden-hero__main-overlay {
	padding: clamp(32px, 2.6vw, 42px) clamp(22px, 1.8vw, 28px) clamp(26px, 2.1vw, 34px);
}

.np-home-garden-hero__stack-overlay {
	padding: clamp(18px, 1.6vw, 24px) 12px 12px;
}

.np-home-garden-hero__eyebrow,
.np-home-garden-hero__stack-eyebrow {
	color: #ffffff;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1;
	margin: 0 0 10px;
	padding-top: 9px;
	position: relative;
	text-transform: uppercase;
}

.np-home-garden-hero__eyebrow::before,
.np-home-garden-hero__stack-eyebrow::before {
	background: rgba(255, 255, 255, 0.72);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 26px;
}

.np-home-garden-hero__main-title,
.np-home-garden-hero__stack-title {
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0;
}

.np-home-garden-hero__main-title {
	font-size: clamp(1.35rem, 2.25vw, 2.15rem);
}

.np-home-garden-hero__stack-title {
	font-size: clamp(0.95rem, 1.1vw, 1.18rem);
}

.np-home-garden-hero__main-title a,
.np-home-garden-hero__stack-title a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.np-home-garden-hero__main-title a:hover,
.np-home-garden-hero__stack-title a:hover {
	text-decoration: underline !important;
}

.np-home-garden-hero__main-meta,
.np-home-garden-hero__stack-meta {
	color: #afb4b2;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 12px 0 0;
	text-transform: none;
}

.np-home-garden-hero__main-image-link:hover .np-home-garden-hero__main-image,
.np-home-garden-hero__stack-image-link:hover .np-home-garden-hero__stack-image {
	transform: scale(1.04);
}

@media (max-width: 1040px) {
	.np-home-topic--garden-hero .np-home-garden-hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.np-home-garden-hero__stack {
		grid-template-columns: 1fr;
	}

	.np-home-garden-hero__main-overlay {
		padding: 24px 16px 20px;
	}

	.np-home-garden-hero__stack-overlay {
		padding: 18px 12px 12px;
	}
}
/* NP SODAS HERO LAYOUT END */

/* NP CATEGORY LABELS NO LINK START */
.np-home-hero__eyebrow,
.np-home-hero__stack-eyebrow,
.np-home-garden-hero__eyebrow,
.np-home-garden-hero__stack-eyebrow,
.np-home-latest-news__category {
	text-decoration: none !important;
}

.np-home-hero__eyebrow a,
.np-home-hero__stack-eyebrow a,
.np-home-garden-hero__eyebrow a,
.np-home-garden-hero__stack-eyebrow a,
.np-home-latest-news__category a {
	color: inherit !important;
	cursor: default !important;
	pointer-events: none !important;
	text-decoration: none !important;
}
/* NP CATEGORY LABELS NO LINK END */
/* NP BLACK UNDERLINES OFF START */
.np-home-hero__main-title a,
.np-home-hero__stack-title a,
.np-home-garden-hero__main-title a,
.np-home-garden-hero__stack-title a,
.np-home-topic-card h3 a,
.np-home-topic__list a,
.np-home-latest-news__title a,
.np-home-latest-news__widget-link,
.np-home-latest-news__custom-sidebar a,
.np-home-hero__headlines-list a,
.np-home-topic__header a {
	text-decoration: none !important;
}

.np-home-hero__main-title a:hover,
.np-home-hero__stack-title a:hover,
.np-home-garden-hero__main-title a:hover,
.np-home-garden-hero__stack-title a:hover,
.np-home-topic-card h3 a:hover,
.np-home-topic__list a:hover,
.np-home-latest-news__title a:hover,
.np-home-latest-news__widget-link:hover,
.np-home-latest-news__custom-sidebar a:hover,
.np-home-hero__headlines-list a:hover,
.np-home-topic__header a:hover,
.np-home-hero__main-title a:focus,
.np-home-hero__stack-title a:focus,
.np-home-garden-hero__main-title a:focus,
.np-home-garden-hero__stack-title a:focus,
.np-home-topic-card h3 a:focus,
.np-home-topic__list a:focus,
.np-home-latest-news__title a:focus,
.np-home-latest-news__widget-link:focus,
.np-home-latest-news__custom-sidebar a:focus,
.np-home-hero__headlines-list a:focus,
.np-home-topic__header a:focus {
	text-decoration: none !important;
}

.np-home-hero__eyebrow::before,
.np-home-hero__stack-eyebrow::before,
.np-home-garden-hero__eyebrow::before,
.np-home-garden-hero__stack-eyebrow::before {
	content: none !important;
	display: none !important;
}
/* NP BLACK UNDERLINES OFF END */
/* NP BLACK UNDERLINES HARD OVERRIDE START */
.np-home-latest-news__custom-sidebar a:hover,
.np-home-latest-news__widget-link:hover,
.np-home-topic--sidebarviolet .np-home-topic-card--overlay .np-home-topic-card__content--overlay h3 a:hover,
.np-home-topic__layout--lithuania .np-home-topic__list a:hover,
.np-home-topic--lime .np-home-topic__header a:hover,
.np-home-garden-hero__main-title a:hover,
.np-home-garden-hero__stack-title a:hover {
	text-decoration: none !important;
}
/* NP BLACK UNDERLINES HARD OVERRIDE END */
/* NP CATEGORY DECOR LINES RESTORE START */
.np-home-hero__eyebrow::before,
.np-home-hero__stack-eyebrow::before,
.np-home-garden-hero__eyebrow::before,
.np-home-garden-hero__stack-eyebrow::before {
	background: rgba(255, 255, 255, 0.72) !important;
	content:  !important;
	display: block !important;
	height: 1px !important;
	left: 0 !important;
	position: absolute !important;
	top: 0 !important;
	width: 26px !important;
}

.np-home-hero__eyebrow a,
.np-home-hero__stack-eyebrow a,
.np-home-garden-hero__eyebrow a,
.np-home-garden-hero__stack-eyebrow a {
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}
/* NP CATEGORY DECOR LINES RESTORE END */

/* NP GARDEN HERO RESIZE + OVERLAY START */
.np-home-topic--garden-hero .np-home-garden-hero {
	gap: 12px !important;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.15fr) !important;
}

.np-home-garden-hero__main-image {
	aspect-ratio: 16 / 10 !important;
}

.np-home-garden-hero__stack {
	gap: 12px !important;
}

.np-home-garden-hero__stack-image {
	aspect-ratio: 4 / 3 !important;
}

.np-home-garden-hero__main-overlay,
.np-home-garden-hero__stack-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.72) 45%, rgba(0, 0, 0, 0.26) 74%, rgba(0, 0, 0, 0.02) 92%) !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-end !important;
}

.np-home-garden-hero__main-overlay {
	padding: clamp(28px, 2.3vw, 36px) clamp(20px, 1.7vw, 26px) clamp(18px, 1.6vw, 24px) !important;
}

.np-home-garden-hero__stack-overlay {
	padding: clamp(22px, 1.9vw, 28px) 14px 13px !important;
}

.np-home-garden-hero__stack-title {
	font-size: clamp(1.02rem, 1.2vw, 1.24rem) !important;
	line-height: 1.15 !important;
	margin: 0 !important;
}

.np-home-garden-hero__stack-meta {
	color: #afb4b2 !important;
	font-size: 0.79rem !important;
	line-height: 1.3 !important;
	margin: 10px 0 0 !important;
	text-transform: none !important;
}

.np-home-garden-hero__main-title a,
.np-home-garden-hero__stack-title a {
	text-decoration: none !important;
}

@media (max-width: 1240px) {
	.np-home-topic--garden-hero .np-home-garden-hero {
		grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.1fr) !important;
	}
}

@media (max-width: 1040px) {
	.np-home-topic--garden-hero .np-home-garden-hero {
		grid-template-columns: 1fr !important;
	}

	.np-home-garden-hero__stack {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 680px) {
	.np-home-garden-hero__stack {
		grid-template-columns: 1fr !important;
	}
}
/* NP GARDEN HERO RESIZE + OVERLAY END */
/* NP CATEGORY DECOR LINES HARD FIX START */
.np-home-hero__eyebrow::before,
.np-home-hero__stack-eyebrow::before,
.np-home-garden-hero__eyebrow::before,
.np-home-garden-hero__stack-eyebrow::before {
	content: '' !important;
	display: block !important;
	background: rgba(255, 255, 255, 0.72) !important;
	height: 1px !important;
	width: 26px !important;
	left: 0 !important;
	top: 0 !important;
	position: absolute !important;
}
/* NP CATEGORY DECOR LINES HARD FIX END */
/* NP GARDEN HERO EXACT HERO SHADING START */
.np-home-garden-hero__main-image-link,
.np-home-garden-hero__stack-image-link {
	color: inherit !important;
	text-decoration: none !important;
}

.np-home-garden-hero__main-image-link::after,
.np-home-garden-hero__stack-image-link::after {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.58) 52%, rgba(0, 0, 0, 0.03) 80%) !important;
	content:  !important;
	inset: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	z-index: 2 !important;
}

.np-home-garden-hero__main-overlay,
.np-home-garden-hero__stack-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.58) 52%, rgba(0, 0, 0, 0.03) 80%) !important;
	z-index: 4 !important;
}

.np-home-hero__eyebrow,
.np-home-hero__stack-eyebrow,
.np-home-garden-hero__eyebrow,
.np-home-garden-hero__stack-eyebrow {
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-decoration-color: transparent !important;
}

.np-home-hero__eyebrow a,
.np-home-hero__stack-eyebrow a,
.np-home-garden-hero__eyebrow a,
.np-home-garden-hero__stack-eyebrow a,
.np-home-garden-hero__main-title a,
.np-home-garden-hero__stack-title a {
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-decoration-color: transparent !important;
}

.np-home-garden-hero__main-title,
.np-home-garden-hero__stack-title {
	color: #ffffff !important;
	text-decoration: none !important;
}
/* NP GARDEN HERO EXACT HERO SHADING END */
/* NP GARDEN HERO SHADE CONTENT HARD FIX START */
.np-home-garden-hero__main-image-link::after,
.np-home-garden-hero__stack-image-link::after {
	content: '' !important;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.58) 52%, rgba(0, 0, 0, 0.03) 80%) !important;
	inset: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	z-index: 2 !important;
}
/* NP GARDEN HERO SHADE CONTENT HARD FIX END */
/* NP GARDEN CARD SIZE + RADIUS FIX START */
.np-home-garden-hero__stack-title {
	font-size: clamp(0.95rem, 1.1vw, 1.18rem) !important;
	line-height: 1.22 !important;
}

.np-home-garden-hero__main,
.np-home-garden-hero__main-image-link,
.np-home-garden-hero__main-image,
.np-home-garden-hero__main-overlay,
.np-home-garden-hero__stack-card,
.np-home-garden-hero__stack-image-link,
.np-home-garden-hero__stack-image,
.np-home-garden-hero__stack-overlay {
	border-radius: 14px !important;
}

.np-home-garden-hero__main,
.np-home-garden-hero__main-image-link,
.np-home-garden-hero__stack-card,
.np-home-garden-hero__stack-image-link {
	overflow: hidden !important;
}

.np-home-garden-hero__main-image,
.np-home-garden-hero__stack-image {
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.35s ease;
	will-change: transform;
}

.np-home-garden-hero__main-image-link:hover .np-home-garden-hero__main-image,
.np-home-garden-hero__stack-image-link:hover .np-home-garden-hero__stack-image {
	transform: scale(1.04);
}
/* NP GARDEN CARD SIZE + RADIUS FIX END */
/* NP GARDEN STACK TITLE HERO SIZE LOCK START */
.np-home-garden-hero__stack-title,
.np-home-garden-hero__stack-title a {
	font-size: 0.95rem !important;
	line-height: 1.22 !important;
	letter-spacing: -0.01em !important;
}
/* NP GARDEN STACK TITLE HERO SIZE LOCK END */
/* NP GARDEN COLUMN ALIGN LOCK START */
@media (min-width: 1041px) {
	.np-home-topic--garden-hero .np-home-garden-hero {
		align-items: stretch !important;
	}

	.np-home-topic--garden-hero .np-home-garden-hero__main,
	.np-home-topic--garden-hero .np-home-garden-hero__main-image-link {
		height: 100% !important;
		min-height: 100% !important;
	}

	.np-home-topic--garden-hero .np-home-garden-hero__main-image {
		aspect-ratio: auto !important;
		height: 100% !important;
		min-height: 100% !important;
		object-fit: cover !important;
	}
}

@media (max-width: 1040px) {
	.np-home-topic--garden-hero .np-home-garden-hero__main-image {
		aspect-ratio: 16 / 10 !important;
		height: auto !important;
		min-height: 0 !important;
	}
}
/* NP GARDEN COLUMN ALIGN LOCK END */
/* NP GARDEN ALIGN FINAL TUNE START */
@media (min-width: 1041px) {
	.np-home-topic--garden-hero .np-home-garden-hero {
		align-items: start !important;
		gap: 12px !important;
		grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.15fr) !important;
	}

	.np-home-topic--garden-hero .np-home-garden-hero__main,
	.np-home-topic--garden-hero .np-home-garden-hero__main-image-link,
	.np-home-topic--garden-hero .np-home-garden-hero__main-image {
		height: auto !important;
		min-height: 0 !important;
	}

	.np-home-topic--garden-hero .np-home-garden-hero__main-image {
		aspect-ratio: 16 / 10 !important;
		object-fit: cover !important;
	}

	.np-home-topic--garden-hero .np-home-garden-hero__stack {
		align-self: start !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
	}

	.np-home-topic--garden-hero .np-home-garden-hero__stack-image {
		aspect-ratio: 11 / 8 !important;
		height: auto !important;
		min-height: 0 !important;
		object-fit: cover !important;
	}
}

@media (max-width: 1040px) {
	.np-home-topic--garden-hero .np-home-garden-hero__main-image {
		aspect-ratio: 16 / 10 !important;
		height: auto !important;
		min-height: 0 !important;
	}

	.np-home-topic--garden-hero .np-home-garden-hero__stack-image {
		aspect-ratio: 4 / 3 !important;
		height: auto !important;
		min-height: 0 !important;
	}
}
/* NP GARDEN ALIGN FINAL TUNE END */
/* NP POPULAR POSTS WIDGET START */
.np-home-latest-news__custom-sidebar .np-popular-posts__range {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.np-home-latest-news__custom-sidebar .np-popular-posts__meta {
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 0.78rem !important;
	line-height: 1.22 !important;
	margin: 6px 0 0;
	text-transform: none;
}

.np-home-latest-news__custom-sidebar .np-popular-posts__empty {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.84rem;
	line-height: 1.35;
	margin: 0;
}

.np-home-latest-news__custom-sidebar .np-popular-posts__item + .np-popular-posts__item {
	border-top: 1px solid rgba(255, 255, 255, 0.26);
	margin-top: 12px;
	padding-top: 12px;
}
/* NP POPULAR POSTS WIDGET END */
/* NP LIME TO VIOLET SECTION GAP START */
.np-home-topic--lime + .np-home-topic--sidebarviolet {
	padding-top: clamp(20px, 2.4vw, 34px) !important;
}

@media (max-width: 820px) {
	.np-home-topic--lime + .np-home-topic--sidebarviolet {
		padding-top: clamp(14px, 4.6vw, 22px) !important;
	}
}
/* NP LIME TO VIOLET SECTION GAP END */
/* NP LIME TO VIOLET SECTION GAP BIGGER START */
.np-home-topic--lime + .np-home-topic--sidebarviolet {
	padding-top: clamp(34px, 3.8vw, 58px) !important;
}

@media (max-width: 820px) {
	.np-home-topic--lime + .np-home-topic--sidebarviolet {
		padding-top: clamp(24px, 7vw, 36px) !important;
	}
}
/* NP LIME TO VIOLET SECTION GAP BIGGER END */
/* NP SCIENCE SECTION BG START */
.np-home-topic--science {
	background: #174a9c !important;
}
/* NP SCIENCE SECTION BG END */
/* NP FOOTER REBUILD START */
.np-footer {
	background: linear-gradient(92deg, #141b1d 0%, #1a2421 100%) !important;
	border-top: 0 !important;
	margin-top: 52px;
	padding: clamp(42px, 5.4vw, 78px) 0 clamp(28px, 4.2vw, 52px);
}

.np-footer__layout {
	display: grid;
	gap: clamp(28px, 4.5vw, 72px);
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
}

.np-footer__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.np-footer__logo-link {
	display: inline-flex;
	line-height: 0;
	margin-bottom: 30px;
}

.np-footer__logo {
	display: block;
	height: auto;
	max-width: 192px;
	width: min(46vw, 192px);
}

.np-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-footer__social a {
	align-items: center;
	color: #f2f5f3;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	line-height: 0;
	text-decoration: none;
	width: 28px;
}

.np-footer__social a:hover {
	color: #cfdad4;
}

.np-footer__text {
	color: #ecf2ee !important;
	font-size: clamp(1.1rem, 1.55vw, 1.32rem);
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin: clamp(48px, 5vw, 74px) 0 0;
}

.np-footer__right {
	display: grid;
	gap: clamp(24px, 4vw, 54px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: start;
}

.np-footer__menu-column {
	min-width: 0;
}

.np-footer__menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-footer__menu-list li + li {
	margin-top: 16px;
}

.np-footer__menu-list a {
	color: #f2f5f3;
	display: inline-block;
	font-size: clamp(1.02rem, 1.45vw, 1.56rem);
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.2;
	text-decoration: none;
}

.np-footer__menu-list a:hover {
	color: #cfdad4;
}

@media (max-width: 1040px) {
	.np-footer__layout {
		grid-template-columns: 1fr;
	}

	.np-footer__right {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.np-footer__text {
		margin-top: 38px;
	}
}

@media (max-width: 640px) {
	.np-footer__right {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.np-footer__menu-list li + li {
		margin-top: 12px;
	}
}
/* NP FOOTER REBUILD END */
/* NP GOOGLE NEWS ICON FIX START */
.np-footer__social-icon {
	display: block;
	height: 22px;
	width: 22px;
}

.np-footer__social-icon--google-news {
	border-radius: 4px;
}
/* NP GOOGLE NEWS ICON FIX END */
/* NP FOOTER ICON COLORS + TEXT SIZE START */
.np-footer__social-link {
	color: #f2f5f3;
}

.np-footer__social-link--youtube {
	color: #ff0033 !important;
}

.np-footer__social-link--x {
	color: #44b2ff !important;
}

.np-footer__social-link--facebook {
	color: #1877f2 !important;
}

.np-footer__social-link--google-news {
	color: #ffffff !important;
}

.np-footer__social-link:hover {
	filter: brightness(1.08);
}

.np-footer__text {
	font-size: clamp(0.86rem, 1vw, 0.98rem) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
}
/* NP FOOTER ICON COLORS + TEXT SIZE END */
/* NP FOOTER ICONS ALL WHITE START */
.np-footer__social-link,
.np-footer__social-link--youtube,
.np-footer__social-link--x,
.np-footer__social-link--facebook,
.np-footer__social-link--google-news {
	color: #ffffff !important;
}

.np-footer__social-link--google-news .np-footer__social-icon {
	filter: brightness(0) invert(1) saturate(0) !important;
}
/* NP FOOTER ICONS ALL WHITE END */
/* NP FOOTER COPYRIGHT SMALLER START */
.np-footer__text {
	font-size: clamp(0.74rem, 0.88vw, 0.86rem) !important;
}
/* NP FOOTER COPYRIGHT SMALLER END */
/* NP FOOTER MENU MUCH SMALLER START */
.np-footer__menu-list a {
	font-size: clamp(0.72rem, 0.84vw, 0.9rem) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1.15 !important;
}

.np-footer__menu-list li + li {
	margin-top: 10px !important;
}
/* NP FOOTER MENU MUCH SMALLER END */
/* NP GOOGLE ICON CUSTOM LOGO START */
.np-footer__social-link--google-news .np-footer__social-icon {
	filter: none !important;
}
/* NP GOOGLE ICON CUSTOM LOGO END */
/* NP FOOTER ICONS BIGGER + INWARD START */
.np-footer__social {
	margin-left: clamp(16px, 2vw, 28px) !important;
	gap: 18px !important;
}

.np-footer__social a {
	height: 34px !important;
	width: 34px !important;
}

.np-footer__social a svg,
.np-footer__social .np-footer__social-icon {
	height: 26px !important;
	width: 26px !important;
}
/* NP FOOTER ICONS BIGGER + INWARD END */
/* NP FOOTER ICONS SHIFT +60 START */
.np-footer__social {
	margin-left: calc(clamp(16px, 2vw, 28px) + 60px) !important;
}
/* NP FOOTER ICONS SHIFT +60 END */
/* NP FOOTER ICONS SHIFT +180 TOTAL START */
.np-footer__social {
	margin-left: calc(clamp(16px, 2vw, 28px) + 180px) !important;
}
/* NP FOOTER ICONS SHIFT +180 TOTAL END */
/* NP SINGLE HERO FULLWIDTH START */
.single-post .np-main {
	padding-top: 0;
}

.np-single-hero {
	background: #383838;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: clamp(420px, 52vw, 760px);
	width: 100vw;
}

.np-single-hero__media {
	line-height: 0;
	min-height: 100%;
}

.np-single-hero__image,
.np-single-hero__placeholder {
	display: block;
	height: 100%;
	width: 100%;
}

.np-single-hero__image {
	object-fit: cover;
	object-position: center center;
}

.np-single-hero__placeholder {
	background: linear-gradient(135deg, #404040 0%, #353535 60%, #2a2a2a 100%);
}

.np-single-hero__panel {
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 4vw, 60px);
}

.np-single-hero__top {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: clamp(18px, 2.6vw, 34px);
}

.np-single-hero__category {
	color: #f7f7f7;
	font-size: 0.96rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	margin: 0;
	text-transform: none;
}

.np-single-hero__share {
	align-items: center;
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-single-hero__share a {
	align-items: center;
	color: rgba(255, 255, 255, 0.9);
	display: inline-flex;
	height: 24px;
	justify-content: center;
	line-height: 0;
	text-decoration: none;
	width: 24px;
}

.np-single-hero__share a:hover {
	color: #ffffff;
}

.np-single-hero__title {
	color: #ffffff;
	font-size: clamp(1.7rem, 4vw, 4rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.08;
	margin: 0;
	max-width: 13ch;
}

.np-single-hero__meta {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(0.92rem, 1.2vw, 1.2rem);
	font-weight: 500;
	line-height: 1.3;
	margin: clamp(18px, 2.4vw, 34px) 0 0;
}

.np-single-body-section {
	padding-top: clamp(28px, 4vw, 52px);
}

.single-post .np-single__content {
	border: 1px solid var(--np-border);
	padding: clamp(16px, 2.2vw, 30px);
}

.single-post .np-single__content > *:first-child {
	margin-top: 0;
}

@media (max-width: 980px) {
	.np-single-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.np-single-hero__image,
	.np-single-hero__placeholder {
		aspect-ratio: 16 / 10;
		height: auto;
	}

	.np-single-hero__panel {
		padding: 24px 16px 22px;
	}

	.np-single-hero__title {
		font-size: clamp(1.5rem, 7.6vw, 2.35rem);
		max-width: none;
	}

	.np-single-hero__top {
		margin-bottom: 16px;
	}
}

@media (max-width: 640px) {
	.np-single-hero__share {
		gap: 8px;
	}

	.np-single-hero__share a {
		height: 22px;
		width: 22px;
	}

	.np-single-hero__meta {
		font-size: 0.92rem;
	}
}
/* NP SINGLE HERO FULLWIDTH END */
/* NP SINGLE SHARE ICONS + COPY TOAST START */
.np-single-hero__top {
	position: relative;
}

.np-single-hero__share {
	gap: 12px;
}

.np-single-hero__share a,
.np-single-hero__copy-link {
	align-items: center;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.94);
	cursor: pointer;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	line-height: 0;
	padding: 0;
	text-decoration: none;
	width: 34px;
}

.np-single-hero__share a:hover,
.np-single-hero__copy-link:hover {
	color: #ffffff;
}

.np-single-hero__share svg,
.np-single-hero__copy-link svg {
	height: 20px;
	width: 20px;
}

.np-single-hero__copy-toast {
	background: #1aa84b;
	border-radius: 999px;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1;
	opacity: 0;
	padding: 7px 11px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	transform: translateY(-4px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	white-space: nowrap;
	z-index: 5;
}

.np-single-hero__copy-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.np-single-hero__copy-toast.is-error {
	background: #c0392b;
}

@media (max-width: 640px) {
	.np-single-hero__share {
		gap: 10px;
	}

	.np-single-hero__share a,
	.np-single-hero__copy-link {
		height: 30px;
		width: 30px;
	}

	.np-single-hero__share svg,
	.np-single-hero__copy-link svg {
		height: 18px;
		width: 18px;
	}
}
/* NP SINGLE SHARE ICONS + COPY TOAST END */
/* NP SINGLE SIDEBAR VIOLET START */
.single-post .np-sidebar--main {
	background: #800ead !important;
	border: 0 !important;
	border-radius: 16px;
	color: #ffffff !important;
	padding: 20px !important;
}

.single-post .np-sidebar--main,
.single-post .np-sidebar--main p,
.single-post .np-sidebar--main li {
	color: rgba(255, 255, 255, 0.95) !important;
}

.single-post .np-sidebar--main .np-sidebar-widget + .np-sidebar-widget {
	border-top: 1px solid rgba(255, 255, 255, 0.26) !important;
	margin-top: 12px;
	padding-top: 12px;
}

.single-post .np-sidebar--main .np-sidebar-widget__title,
.single-post .np-sidebar--main .widget-title,
.single-post .np-sidebar--main h2,
.single-post .np-sidebar--main h3 {
	color: #ffffff !important;
}

.single-post .np-sidebar--main a,
.single-post .np-sidebar--main .wp-block-latest-posts__post-title {
	color: #ffffff !important;
	line-height: 1.16 !important;
}

.single-post .np-sidebar--main a:hover,
.single-post .np-sidebar--main .wp-block-latest-posts__post-title:hover {
	color: #efe3ff !important;
	text-decoration: underline;
}

.single-post .np-sidebar--main li + li {
	margin-top: 10px;
}
/* NP SINGLE SIDEBAR VIOLET END */
/* NP SIDEBAR BG COLOR VARIABLE START */
:root {
	--np-sidebar-widget-bg: #800ead;
}

.np-home-latest-news__custom-sidebar {
	background: var(--np-sidebar-widget-bg) !important;
}

.single-post .np-sidebar--main {
	background: var(--np-sidebar-widget-bg) !important;
}
/* NP SIDEBAR BG COLOR VARIABLE END */
/* NP POPULAR WIDGET TITLE ICON START */
.np-popular-posts-widget .np-sidebar-widget__title,
.np-popular-posts-widget .np-home-latest-news__widget-title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.np-popular-posts__title-icon {
	display: inline-block;
	height: 64px;
	margin-left: 0;
	object-fit: contain;
	vertical-align: middle;
	width: 64px;
	filter: brightness(0) invert(1);
}

@media (max-width: 640px) {
	.np-popular-posts__title-icon {
		height: 64px;
		width: 64px;
	}
}
/* NP POPULAR WIDGET TITLE ICON END */
/* NP SIDEBAR UNIFIED STYLE START */
.np-home-latest-news__custom-sidebar,
.single-post .np-sidebar--main {
	background: var(--np-sidebar-widget-bg) !important;
	border: 0 !important;
	border-radius: 16px;
	color: #ffffff !important;
	padding: 20px !important;
}

.np-home-latest-news__custom-sidebar,
.np-home-latest-news__custom-sidebar p,
.np-home-latest-news__custom-sidebar li,
.single-post .np-sidebar--main,
.single-post .np-sidebar--main p,
.single-post .np-sidebar--main li {
	color: rgba(255, 255, 255, 0.95) !important;
}

.np-home-latest-news__custom-sidebar .np-sidebar-widget + .np-sidebar-widget,
.np-home-latest-news__custom-sidebar .widget + .widget,
.single-post .np-sidebar--main .np-sidebar-widget + .np-sidebar-widget,
.single-post .np-sidebar--main .widget + .widget {
	border-top: 1px solid rgba(255, 255, 255, 0.26) !important;
	margin-top: 12px;
	padding-top: 12px;
}

.np-home-latest-news__custom-sidebar .np-sidebar-widget__title,
.np-home-latest-news__custom-sidebar .widget-title,
.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-title,
.single-post .np-sidebar--main .np-sidebar-widget__title,
.single-post .np-sidebar--main .widget-title,
.single-post .np-sidebar--main .np-home-latest-news__widget-title {
	color: #ffffff !important;
	font-size: clamp(1.02rem, 1.05vw, 1.16rem) !important;
	font-weight: 800 !important;
	letter-spacing: -0.01em !important;
	line-height: 1.2 !important;
	margin: 0 0 12px !important;
}

.np-popular-posts-widget .np-sidebar-widget__title,
.np-popular-posts-widget .widget-title,
.np-popular-posts-widget .np-home-latest-news__widget-title {
	font-size: clamp(1.16rem, 1.3vw, 1.32rem) !important;
}

.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-link,
.np-home-latest-news__custom-sidebar .widget_recent_entries a,
.np-home-latest-news__custom-sidebar .wp-block-latest-posts__post-title,
.np-home-latest-news__custom-sidebar li > a,
.single-post .np-sidebar--main .np-home-latest-news__widget-link,
.single-post .np-sidebar--main .widget_recent_entries a,
.single-post .np-sidebar--main .wp-block-latest-posts__post-title,
.single-post .np-sidebar--main li > a {
	color: #ffffff !important;
	font-size: clamp(0.78rem, 0.88vw, 0.9rem) !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	word-spacing: 0 !important;
}

.np-home-latest-news__custom-sidebar a:hover,
.single-post .np-sidebar--main a:hover {
	color: #efe3ff !important;
	text-decoration: underline !important;
}

.np-home-latest-news__custom-sidebar li + li,
.single-post .np-sidebar--main li + li {
	margin-top: 10px;
}
/* NP SIDEBAR UNIFIED STYLE END */
/* NP SIDEBAR HARD UNIFY FINAL START */
.np-home-latest-news__custom-sidebar,
.single-post .np-sidebar--main {
	background: var(--np-sidebar-widget-bg) !important;
	border: 0 !important;
	border-radius: 16px !important;
	color: #ffffff !important;
	padding: 20px !important;
}

.np-home-latest-news__custom-sidebar .np-sidebar-widget,
.np-home-latest-news__custom-sidebar .widget,
.single-post .np-sidebar--main .np-sidebar-widget,
.single-post .np-sidebar--main .widget {
	margin: 0 !important;
	padding: 0 !important;
}

.np-home-latest-news__custom-sidebar .np-sidebar-widget + .np-sidebar-widget,
.np-home-latest-news__custom-sidebar .widget + .widget,
.single-post .np-sidebar--main .np-sidebar-widget + .np-sidebar-widget,
.single-post .np-sidebar--main .widget + .widget {
	border-top: 1px solid rgba(255, 255, 255, 0.26) !important;
	margin-top: 12px !important;
	padding-top: 12px !important;
}

.np-home-latest-news__custom-sidebar .np-sidebar-widget__title,
.np-home-latest-news__custom-sidebar .widget-title,
.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-title,
.single-post .np-sidebar--main .np-sidebar-widget__title,
.single-post .np-sidebar--main .widget-title,
.single-post .np-sidebar--main .np-home-latest-news__widget-title {
	color: #ffffff !important;
	font-size: clamp(0.98rem, 1.02vw, 1.08rem) !important;
	font-weight: 800 !important;
	letter-spacing: -0.01em !important;
	line-height: 1.15 !important;
	margin: 0 0 12px !important;
}

.np-popular-posts-widget .np-sidebar-widget__title,
.np-popular-posts-widget .widget-title,
.np-popular-posts-widget .np-home-latest-news__widget-title {
	font-size: clamp(1rem, 1.08vw, 1.14rem) !important;
}

.np-home-latest-news__custom-sidebar ul,
.single-post .np-sidebar--main ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-item,
.np-home-latest-news__custom-sidebar li,
.single-post .np-sidebar--main .np-home-latest-news__widget-item,
.single-post .np-sidebar--main li {
	line-height: 1.08 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-item + .np-home-latest-news__widget-item,
.np-home-latest-news__custom-sidebar li + li,
.single-post .np-sidebar--main .np-home-latest-news__widget-item + .np-home-latest-news__widget-item,
.single-post .np-sidebar--main li + li {
	margin-top: 10px !important;
}

.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-link,
.np-home-latest-news__custom-sidebar .widget_recent_entries a,
.np-home-latest-news__custom-sidebar .wp-block-latest-posts__post-title,
.np-home-latest-news__custom-sidebar li > a,
.single-post .np-sidebar--main .np-home-latest-news__widget-link,
.single-post .np-sidebar--main .widget_recent_entries a,
.single-post .np-sidebar--main .wp-block-latest-posts__post-title,
.single-post .np-sidebar--main li > a {
	color: #ffffff !important;
	display: block !important;
	font-size: clamp(0.78rem, 0.86vw, 0.88rem) !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.08 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
	word-spacing: 0 !important;
}

.np-home-latest-news__custom-sidebar a:hover,
.single-post .np-sidebar--main a:hover {
	color: #efe3ff !important;
	text-decoration: underline !important;
}
/* NP SIDEBAR HARD UNIFY FINAL END */
/* NP SIDEBAR HR 5PX SPACING START */
.np-home-latest-news__custom-sidebar .np-popular-posts__item,
.single-post .np-sidebar--main .np-popular-posts__item,
.np-home-latest-news__custom-sidebar .widget > ul > li,
.single-post .np-sidebar--main .widget > ul > li {
	padding-bottom: 10px !important;
}

.np-home-latest-news__custom-sidebar .np-popular-posts__item + .np-popular-posts__item,
.single-post .np-sidebar--main .np-popular-posts__item + .np-popular-posts__item,
.np-home-latest-news__custom-sidebar .widget > ul > li + li,
.single-post .np-sidebar--main .widget > ul > li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.26) !important;
	margin-top: 0 !important;
	padding-top: 10px !important;
}
/* NP SIDEBAR HR 5PX SPACING END */
/* NP SIDEBAR CORNER ICON OUTSIDE START */
.np-home-latest-news__custom-sidebar,
.single-post .np-sidebar--main {
	overflow: visible !important;
	position: relative !important;
}

.np-home-latest-news__custom-sidebar::after,
.single-post .np-sidebar--main::after {
	background-image: var(--np-sidebar-widget-icon-url, none);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 64px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	width: 64px;
	z-index: 8;
}

.np-popular-posts__title-icon {
	display: none !important;
	filter: none !important;
}

@media (max-width: 640px) {
	.np-home-latest-news__custom-sidebar::after,
	.single-post .np-sidebar--main::after {
		height: 56px;
		width: 56px;
	}
}
/* NP SIDEBAR CORNER ICON OUTSIDE END */
/* NP LAST WIDGET STICKY FIX START */
.np-home-latest-news__custom-sidebar,
.single-post .np-sidebar--main {
	overflow: visible !important;
}

.np-home-latest-news__custom-sidebar:not(.np-sidebar--single-widget),
.single-post .np-sidebar--main:not(.np-sidebar--single-widget) {
	position: relative !important;
	top: auto !important;
}

.np-home-latest-news__custom-sidebar > .np-sidebar-widget:last-child,
.np-home-latest-news__custom-sidebar > .widget:last-child,
.single-post .np-sidebar--main > .np-sidebar-widget:last-child,
.single-post .np-sidebar--main > .widget:last-child,
.np-home-latest-news__custom-sidebar .np-sidebar-widget:last-of-type,
.np-home-latest-news__custom-sidebar .widget:last-of-type,
.single-post .np-sidebar--main .np-sidebar-widget:last-of-type,
.single-post .np-sidebar--main .widget:last-of-type {
	position: sticky !important;
	top: 96px !important;
	z-index: 7;
}

.np-home-latest-news__custom-sidebar.np-sidebar--single-widget,
.single-post .np-sidebar--main.np-sidebar--single-widget {
	position: sticky !important;
	top: 96px !important;
	z-index: 7;
}

.np-home-latest-news__custom-sidebar.np-sidebar--single-widget > .np-sidebar-widget,
.np-home-latest-news__custom-sidebar.np-sidebar--single-widget > .widget,
.single-post .np-sidebar--main.np-sidebar--single-widget > .np-sidebar-widget,
.single-post .np-sidebar--main.np-sidebar--single-widget > .widget {
	position: static !important;
	top: auto !important;
}

@media (max-width: 767px) {
	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main,
	.np-home-latest-news__custom-sidebar > .np-sidebar-widget:last-child,
	.np-home-latest-news__custom-sidebar > .widget:last-child,
	.single-post .np-sidebar--main > .np-sidebar-widget:last-child,
	.single-post .np-sidebar--main > .widget:last-child,
	.np-home-latest-news__custom-sidebar .np-sidebar-widget:last-of-type,
	.np-home-latest-news__custom-sidebar .widget:last-of-type,
	.single-post .np-sidebar--main .np-sidebar-widget:last-of-type,
	.single-post .np-sidebar--main .widget:last-of-type {
		position: static !important;
		top: auto !important;
	}
}
/* NP LAST WIDGET STICKY FIX END */
/* NP SINGLE SIDEBAR WIDTH MATCH HOMEPAGE START */
@media (min-width: 1041px) {
	.single-post .np-content-layout {
		grid-template-columns: minmax(0, 1fr) minmax(270px, 340px) !important;
		gap: 40px !important;
	}
}
/* NP SINGLE SIDEBAR WIDTH MATCH HOMEPAGE END */
/* NP SINGLE CONTENT NO BORDER START */
.single-post .np-single__content {
	border: 0 !important;
	box-shadow: none !important;
}
/* NP SINGLE CONTENT NO BORDER END */
/* NP SIDEBAR STICKY HOTFIX START */
@media (min-width: 1041px) {
	.np-home-latest-news__layout.has-sidebar {
		gap: 56px !important;
	}

	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		align-self: start !important;
		overflow: visible !important;
		position: sticky !important;
		top: 96px !important;
	}

	.np-home-latest-news__custom-sidebar > .np-sidebar-widget,
	.np-home-latest-news__custom-sidebar > .widget,
	.single-post .np-sidebar--main > .np-sidebar-widget,
	.single-post .np-sidebar--main > .widget {
		position: static !important;
		top: auto !important;
	}
}

@media (max-width: 1040px) {
	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		position: static !important;
		top: auto !important;
	}
}
/* NP SIDEBAR STICKY HOTFIX END */
/* NP SIDEBAR GAP + STICKY FINAL START */
@media (min-width: 1041px) {
	.np-home-latest-news__layout.has-sidebar {
		column-gap: 68px !important;
		gap: 68px !important;
	}
}
/* NP SIDEBAR GAP + STICKY FINAL END */
/* NP SINGLE CONTENT WIDER START */
@media (min-width: 1041px) {
	.single-post .np-container--narrow {
		max-width: min(94vw, 1360px) !important;
	}

	.single-post .np-content-layout {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
		gap: 52px !important;
	}
}
/* NP SINGLE CONTENT WIDER END */

/* NP SIDEBAR STICKY ADSENSE FIX FINAL START */
@media (min-width: 1041px) {
	.np-home-latest-news__custom-sidebar,
	.np-home-latest-news__custom-sidebar:not(.np-sidebar--single-widget),
	.np-home-latest-news__custom-sidebar.np-sidebar--single-widget,
	.single-post .np-sidebar--main,
	.single-post .np-sidebar--main:not(.np-sidebar--single-widget),
	.single-post .np-sidebar--main.np-sidebar--single-widget {
		position: sticky !important;
		top: 96px !important;
		align-self: start !important;
		overflow: visible !important;
	}

	.np-home-latest-news__custom-sidebar > .np-sidebar-widget:last-child,
	.np-home-latest-news__custom-sidebar > .widget:last-child,
	.np-home-latest-news__custom-sidebar .np-sidebar-widget:last-of-type,
	.np-home-latest-news__custom-sidebar .widget:last-of-type,
	.single-post .np-sidebar--main > .np-sidebar-widget:last-child,
	.single-post .np-sidebar--main > .widget:last-child,
	.single-post .np-sidebar--main .np-sidebar-widget:last-of-type,
	.single-post .np-sidebar--main .widget:last-of-type,
	.np-home-latest-news__custom-sidebar > .np-sidebar-widget,
	.np-home-latest-news__custom-sidebar > .widget,
	.single-post .np-sidebar--main > .np-sidebar-widget,
	.single-post .np-sidebar--main > .widget {
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		width: auto !important;
	}
}

@media (max-width: 1040px) {
	.np-home-latest-news__custom-sidebar,
	.np-home-latest-news__custom-sidebar:not(.np-sidebar--single-widget),
	.np-home-latest-news__custom-sidebar.np-sidebar--single-widget,
	.single-post .np-sidebar--main,
	.single-post .np-sidebar--main:not(.np-sidebar--single-widget),
	.single-post .np-sidebar--main.np-sidebar--single-widget,
	.np-home-latest-news__custom-sidebar > .np-sidebar-widget:last-child,
	.np-home-latest-news__custom-sidebar > .widget:last-child,
	.np-home-latest-news__custom-sidebar .np-sidebar-widget:last-of-type,
	.np-home-latest-news__custom-sidebar .widget:last-of-type,
	.single-post .np-sidebar--main > .np-sidebar-widget:last-child,
	.single-post .np-sidebar--main > .widget:last-child,
	.single-post .np-sidebar--main .np-sidebar-widget:last-of-type,
	.single-post .np-sidebar--main .widget:last-of-type {
		position: static !important;
		top: auto !important;
	}
}
/* NP SIDEBAR STICKY ADSENSE FIX FINAL END */

/* NP SIDEBAR WIDTH SYNC FINAL START */
@media (min-width: 1041px) {
	.np-home-latest-news__layout.has-sidebar,
	.single-post .np-content-layout {
		grid-template-columns: minmax(0, 1fr) minmax(270px, 340px) !important;
	}

	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		max-width: 340px !important;
		width: 100% !important;
	}
}
/* NP SIDEBAR WIDTH SYNC FINAL END */

/* NP SIDEBAR WIDTH SYNC NARROW FINAL START */
@media (min-width: 1041px) {
	.np-home-latest-news__layout.has-sidebar,
	.single-post .np-content-layout {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 320px) !important;
	}

	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		max-width: 320px !important;
		width: 100% !important;
	}
}
/* NP SIDEBAR WIDTH SYNC NARROW FINAL END */

/* NP SIDEBAR WIDTH SYNC NARROWER FINAL START */
@media (min-width: 1041px) {
	.np-home-latest-news__layout.has-sidebar,
	.single-post .np-content-layout {
		grid-template-columns: minmax(0, 1fr) minmax(240px, 290px) !important;
	}

	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		max-width: 290px !important;
		width: 100% !important;
	}
}
/* NP SIDEBAR WIDTH SYNC NARROWER FINAL END */

/* NP SIDEBAR WIDTH SYNC BALANCED FINAL START */
@media (min-width: 1041px) {
	.np-home-latest-news__layout.has-sidebar,
	.single-post .np-content-layout {
		grid-template-columns: minmax(0, 1fr) minmax(250px, 305px) !important;
	}

	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		max-width: 305px !important;
		width: 100% !important;
	}
}
/* NP SIDEBAR WIDTH SYNC BALANCED FINAL END */

/* NP SIDEBAR ADSENSE RESPONSIVE FINAL START */
@media (min-width: 1041px) {
	.np-home-latest-news__layout.has-sidebar,
	.single-post .np-content-layout {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 340px) !important;
	}

	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		max-width: 340px !important;
		min-width: 320px !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
		width: 100% !important;
	}
}

@media (max-width: 1040px) {
	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

.np-home-latest-news__custom-sidebar .widget_custom_html .textwidget,
.single-post .np-sidebar--main .widget_custom_html .textwidget {
	display: flex !important;
	justify-content: center !important;
}

.np-home-latest-news__custom-sidebar .adsbygoogle,
.single-post .np-sidebar--main .adsbygoogle {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 300px !important;
	width: 300px !important;
}
/* NP SIDEBAR ADSENSE RESPONSIVE FINAL END */

/* NP SIDEBAR LINK EDGE PADDING FINAL START */
.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-link,
.np-home-latest-news__custom-sidebar .widget_recent_entries a,
.np-home-latest-news__custom-sidebar .wp-block-latest-posts__post-title,
.np-home-latest-news__custom-sidebar li > a,
.single-post .np-sidebar--main .np-home-latest-news__widget-link,
.single-post .np-sidebar--main .widget_recent_entries a,
.single-post .np-sidebar--main .wp-block-latest-posts__post-title,
.single-post .np-sidebar--main li > a {
	box-sizing: border-box !important;
	display: block !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
/* NP SIDEBAR LINK EDGE PADDING FINAL END */

/* NP SIDEBAR LINK + TITLE EDGE PADDING 10 FINAL START */
.np-home-latest-news__custom-sidebar .np-home-latest-news__widget-link,
.np-home-latest-news__custom-sidebar .widget_recent_entries a,
.np-home-latest-news__custom-sidebar .wp-block-latest-posts__post-title,
.np-home-latest-news__custom-sidebar li > a,
.single-post .np-sidebar--main .np-home-latest-news__widget-link,
.single-post .np-sidebar--main .widget_recent_entries a,
.single-post .np-sidebar--main .wp-block-latest-posts__post-title,
.single-post .np-sidebar--main li > a {
	box-sizing: border-box !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.np-home-latest-news__custom-sidebar .np-popular-posts-widget .np-sidebar-widget__title,
.single-post .np-sidebar--main .np-popular-posts-widget .np-sidebar-widget__title,
.np-home-latest-news__custom-sidebar .np-popular-posts-widget .np-popular-posts__title-label,
.single-post .np-sidebar--main .np-popular-posts-widget .np-popular-posts__title-label {
	box-sizing: border-box !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
/* NP SIDEBAR LINK + TITLE EDGE PADDING 10 FINAL END */

/* NP POPULAR WIDGET TITLE CENTER FINAL START */
.np-home-latest-news__custom-sidebar .np-popular-posts-widget .np-sidebar-widget__title,
.single-post .np-sidebar--main .np-popular-posts-widget .np-sidebar-widget__title {
	align-items: center !important;
	display: flex !important;
	justify-content: center !important;
	text-align: center !important;
	width: 100% !important;
}

.np-home-latest-news__custom-sidebar .np-popular-posts-widget .np-popular-posts__title-label,
.single-post .np-sidebar--main .np-popular-posts-widget .np-popular-posts__title-label {
	display: inline-block !important;
	text-align: center !important;
}
/* NP POPULAR WIDGET TITLE CENTER FINAL END */

/* NP SINGLE HERO BOTTOM GAP + ALT FINAL START */
@media (min-width: 981px) {
	.np-single-hero__media {
		background: #efefef;
		display: grid !important;
		grid-template-rows: minmax(0, 1fr) 10px;
		line-height: 1 !important;
		min-height: 100%;
	}

	.np-single-hero__image,
	.np-single-hero__placeholder {
		height: 100% !important;
		min-height: 0;
	}

	.np-single-hero__alt-text {
		align-items: center;
		color: #000000 !important;
		display: flex;
		font-size: 10px;
		font-weight: 500;
		justify-content: flex-end;
		line-height: 10px;
		margin: 0;
		overflow: hidden;
		padding: 0 10px;
		text-overflow: ellipsis;
		text-transform: none;
		white-space: nowrap;
	}
}
/* NP SINGLE HERO BOTTOM GAP + ALT FINAL END */

/* NP SINGLE HERO ALT BAR 20PX CENTER CAPS FINAL START */
@media (min-width: 981px) {
	.np-single-hero__media {
		grid-template-rows: minmax(0, 1fr) 20px !important;
	}

	.np-single-hero__alt-text {
		color: #4a4a4a !important;
		justify-content: center !important;
		line-height: 20px !important;
		padding: 0 8px !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}
}
/* NP SINGLE HERO ALT BAR 20PX CENTER CAPS FINAL END */

/* NP SINGLE HERO ALT BAR 30PX NO GRAY FINAL START */
@media (min-width: 981px) {
	.np-single-hero__media {
		background: #ffffff !important;
		grid-template-rows: minmax(0, 1fr) 30px !important;
	}

	.np-single-hero__alt-text {
		color: #4a4a4a !important;
		font-size: 13px !important;
		font-weight: 600 !important;
		justify-content: center !important;
		line-height: 30px !important;
		padding: 0 10px !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}
}
/* NP SINGLE HERO ALT BAR 30PX NO GRAY FINAL END */

/* NP SINGLE HERO TITLE SLIGHTLY SMALLER FINAL START */
.np-single-hero__title {
	font-size: clamp(1.42rem, 3vw, 3rem) !important;
}

@media (max-width: 980px) {
	.np-single-hero__title {
		font-size: clamp(1.22rem, 5.9vw, 2rem) !important;
	}
}
/* NP SINGLE HERO TITLE SLIGHTLY SMALLER FINAL END */

/* NP SINGLE READER + CONTENT RESPONSIVE FINAL START */
.single-post .np-single-reading-layout {
	align-items: start;
	display: grid;
	gap: 14px;
	grid-template-columns: 48px minmax(0, 1fr);
}

.single-post .np-single-reading-tools {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: sticky;
	top: 108px;
}

.single-post .np-single-reading-tool {
	align-items: center;
	background: #ffffff;
	border: 1px solid #3e434a;
	border-radius: 10px;
	color: #2f343a;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background-color 0.18s ease, border-color 0.18s ease;
	width: 40px;
}

.single-post .np-single-reading-tool:hover {
	background: #f6f7f8;
	border-color: #2f343a;
}

.single-post .np-single-reading-tool--line span {
	font-size: 1rem;
	font-weight: 700;
}

.single-post .np-single-readable-content {
	--np-reader-font-scale: 1;
	--np-reader-line-scale: 1;
	font-size: 1rem;
	min-width: 0;
}

.single-post .np-single-readable-content p,
.single-post .np-single-readable-content li,
.single-post .np-single-readable-content blockquote,
.single-post .np-single-readable-content td,
.single-post .np-single-readable-content th {
	font-size: calc(1.02rem * var(--np-reader-font-scale, 1)) !important;
	line-height: calc(1.62 * var(--np-reader-line-scale, 1)) !important;
}

.single-post .np-single-readable-content h2 {
	font-size: calc(1.62rem * var(--np-reader-font-scale, 1)) !important;
	line-height: calc(1.26 * var(--np-reader-line-scale, 1)) !important;
}

.single-post .np-single-readable-content h3 {
	font-size: calc(1.34rem * var(--np-reader-font-scale, 1)) !important;
	line-height: calc(1.3 * var(--np-reader-line-scale, 1)) !important;
}

.single-post .np-single-readable-content h4 {
	font-size: calc(1.18rem * var(--np-reader-font-scale, 1)) !important;
	line-height: calc(1.34 * var(--np-reader-line-scale, 1)) !important;
}

.single-post .np-single-readable-content figure,
.single-post .np-single-readable-content .wp-caption,
.single-post .np-single-readable-content .wp-block-image {
	margin: 1.15em 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.single-post .np-single-readable-content img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
	width: 100% !important;
}

.single-post .np-single-table-wrap {
	margin: 1.2em 0;
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.single-post .np-single-table-wrap table {
	border-collapse: collapse;
	min-width: 640px;
	width: 100%;
}

@media (max-width: 760px) {
	.single-post .np-single-table-wrap table {
		min-width: 560px;
	}
}

.single-post .np-single-image-alt-text {
	color: #4a4a4a;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.35;
	margin: 6px 0 14px;
	text-align: left;
	text-transform: uppercase;
}

@media (max-width: 980px) {
	.single-post .np-single-reading-layout {
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.single-post .np-single-reading-tools {
		flex-direction: row;
		position: static;
		top: auto;
	}

	.single-post .np-single-reading-tool {
		height: 38px;
		width: 38px;
	}
}
/* NP SINGLE READER + CONTENT RESPONSIVE FINAL END */

/* NP SINGLE HIDE LEGACY CAPTION INFO BTN START */
.single-post .np-single-readable-content .info-toggle-btn {
	display: none !important;
}
/* NP SINGLE HIDE LEGACY CAPTION INFO BTN END */

/* NP SINGLE FIGCAPTION OFFSET FINAL START */
.single-post .np-single-readable-content figcaption,
.single-post .np-single-readable-content .wp-caption-text {
	box-sizing: border-box !important;
	display: block !important;
	margin-top: 3px !important;
	padding-left: 10px !important;
	text-align: left !important;
}
/* NP SINGLE FIGCAPTION OFFSET FINAL END */
/* NP COMMENTS ENHANCED START */
.single-post .np-comments {
	border-top: 1px solid #e0e4ea;
	margin-top: 40px;
	padding-top: 28px;
}

.np-comments__header {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.np-comments__title {
	color: #121923;
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.np-comments__subtitle {
	color: #616a78;
	font-size: 0.92rem;
	line-height: 1.45;
	margin: 0;
}

.np-comments__closed {
	background: #f4f6f9;
	border: 1px solid #d8dee7;
	border-radius: 10px;
	color: #4a5361;
	font-size: 0.92rem;
	margin: 0 0 20px;
	padding: 12px 14px;
}

.np-comments__list,
.np-comments__list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-comments__list > .comment {
	margin: 0 0 14px;
}

.np-comments__list .comment-body {
	background: #ffffff;
	border: 1px solid #d6dce6;
	border-radius: 14px;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.05);
	padding: 14px 16px;
}

.np-comments__list .comment-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin: 0 0 10px;
}

.np-comments__list .comment-author {
	align-items: center;
	display: inline-flex;
	font-size: 0.95rem;
	font-style: normal;
	gap: 10px;
	line-height: 1.2;
	margin: 0;
}

.np-comments__list .comment-author .avatar {
	border-radius: 999px;
	height: 42px;
	width: 42px;
}

.np-comments__list .comment-author .fn,
.np-comments__list .comment-author .url {
	color: #111827;
	font-weight: 700;
	text-decoration: none;
}

.np-comments__list .comment-author .says {
	display: none;
}

.np-comments__list .comment-metadata {
	font-size: 0.82rem;
	line-height: 1.2;
	margin: 0;
}

.np-comments__list .comment-metadata a {
	color: #6b7280;
	text-decoration: none;
}

.np-comments__list .comment-content {
	color: #1f2937;
	font-size: 0.98rem;
	line-height: 1.62;
	margin: 0 0 10px;
}

.np-comments__list .comment-content p {
	margin: 0 0 0.75em;
}

.np-comments__list .reply {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.np-comments__list .reply .comment-reply-link,
.np-comments__list .reply .np-comment-thread-toggle,
.np-comments__list .reply .np-comment-quote {
	align-items: center;
	background: #ffffff;
	border: 1px solid #c9d0db;
	border-radius: 999px;
	color: #1f2937;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 7px 11px;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.np-comments__list .reply .comment-reply-link:hover,
.np-comments__list .reply .np-comment-thread-toggle:hover,
.np-comments__list .reply .np-comment-quote:hover {
	background: #383838;
	border-color: #383838;
	color: #ffffff;
}

.np-comments__list .children {
	border-left: 2px solid #d3dae4;
	margin-left: 18px;
	margin-top: 10px;
	padding-left: 14px;
}

.np-comments__nav {
	margin: 16px 0 0;
}

.np-comments__nav .page-numbers {
	align-items: center;
	border: 1px solid #cfd6e1;
	border-radius: 999px;
	color: #1f2937;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	margin: 0 6px 0 0;
	min-width: 32px;
	padding: 0 10px;
	text-decoration: none;
}

.np-comments__nav .page-numbers.current,
.np-comments__nav .page-numbers:hover {
	background: #383838;
	border-color: #383838;
	color: #ffffff;
}

.np-comments .comment-respond {
	background: #f7f9fc;
	border: 1px solid #d8dee8;
	border-radius: 16px;
	margin-top: 24px;
	padding: 18px;
}

.np-comments .comment-reply-title {
	color: #111827;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 10px;
}

.np-comments .comment-reply-title #cancel-comment-reply-link {
	color: #5e6675;
	font-size: 0.8rem;
	font-weight: 600;
	margin-left: 8px;
	text-decoration: none;
}

.np-comments .comment-reply-title #cancel-comment-reply-link:hover {
	color: #111827;
}

.np-comments .comment-notes,
.np-comments .logged-in-as,
.np-comments .must-log-in {
	color: #667085;
	font-size: 0.85rem;
	line-height: 1.45;
	margin: 0 0 12px;
}

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

.np-comment-form > * {
	grid-column: 1 / -1;
	margin: 0;
}

.np-comment-form .comment-form-author,
.np-comment-form .comment-form-email {
	grid-column: span 1;
}

.np-comment-form label {
	color: #1e293b;
	display: inline-block;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.np-comment-form input[type='text'],
.np-comment-form input[type='email'],
.np-comment-form input[type='url'],
.np-comment-form textarea {
	background: #ffffff;
	border: 1px solid #cfd6e2;
	border-radius: 10px;
	box-shadow: none;
	color: #111827;
	font-family: inherit;
	font-size: 0.98rem;
	line-height: 1.45;
	padding: 10px 12px;
	width: 100%;
}

.np-comment-form textarea {
	min-height: 170px;
	resize: vertical;
}

.np-comment-form input:focus,
.np-comment-form textarea:focus {
	border-color: #383838;
	outline: none;
}

.np-comment-form .required {
	color: #e11d48;
}

.np-comment-form__tools {
	background: #ffffff;
	border: 1px solid #d7deea;
	border-radius: 12px;
	display: grid;
	gap: 8px;
	padding: 10px;
}

.np-comment-prompts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.np-comment-prompt {
	background: #f4f6fb;
	border: 1px solid #c8cfdb;
	border-radius: 999px;
	color: #1f2937;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	padding: 8px 12px;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.np-comment-prompt:hover {
	background: #383838;
	border-color: #383838;
	color: #ffffff;
}

.np-comment-counter {
	color: #5f6b7a;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	text-align: right;
}

.np-comment-counter.is-warning {
	color: #b42318;
}

.np-comment-draft-restore {
	background: #ffffff;
	border: 1px solid #c9d2df;
	border-radius: 999px;
	color: #1f2937;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 700;
	justify-self: start;
	padding: 7px 10px;
}

.np-comment-draft-restore:hover {
	background: #eff3f8;
}

.np-comment-shortcut {
	color: #6b7280;
	font-size: 0.72rem;
	line-height: 1.35;
	margin: 0;
}

.np-comments .comment-form-cookies-consent {
	align-items: flex-start;
	display: flex;
	gap: 8px;
}

.np-comments .comment-form-cookies-consent input {
	margin-top: 2px;
}

.np-comments .form-submit {
	margin-top: 2px;
}

.np-comments .np-comment-submit,
.np-comments input.submit,
.np-comments button.submit {
	background: #383838;
	border: 1px solid #383838;
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1;
	padding: 12px 18px;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.np-comments .np-comment-submit:hover,
.np-comments input.submit:hover,
.np-comments button.submit:hover {
	background: #1f1f1f;
	border-color: #1f1f1f;
}

@media (max-width: 900px) {
	.np-comment-form {
		grid-template-columns: 1fr;
	}

	.np-comment-form .comment-form-author,
	.np-comment-form .comment-form-email {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.single-post .np-comments {
		margin-top: 30px;
		padding-top: 22px;
	}

	.np-comments__list .comment-body {
		padding: 12px;
	}

	.np-comments__list .children {
		margin-left: 10px;
		padding-left: 10px;
	}

	.np-comments .comment-respond {
		padding: 14px;
	}

	.np-comment-form textarea {
		min-height: 150px;
	}
}
/* NP COMMENTS ENHANCED END */

/* NP COMMENTS FORM EDGE FIX START */
.np-comments .comment-respond,
.np-comments .np-comment-form,
.np-comments .np-comment-form * {
	box-sizing: border-box;
}

.np-comments .np-comment-form {
	max-width: 100%;
	overflow-x: clip;
}

.np-comments .np-comment-form > * {
	max-width: 100%;
	min-width: 0;
}

.np-comments .np-comment-form .comment-form-author,
.np-comments .np-comment-form .comment-form-email,
.np-comments .np-comment-form .comment-form-comment,
.np-comments .np-comment-form .form-submit,
.np-comments .np-comment-form .comment-form-cookies-consent {
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: auto !important;
}

.np-comments .np-comment-form input[type=text],
.np-comments .np-comment-form input[type=email],
.np-comments .np-comment-form input[type=url],
.np-comments .np-comment-form textarea {
	max-width: 100%;
}
/* NP COMMENTS FORM EDGE FIX END */

/* NP SINGLE HERO AUTHOR LINK HOVER START */
.np-single-hero__author-link {
	color: inherit;
	text-decoration: none;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.14em;
}

.np-single-hero__author-link:hover,
.np-single-hero__author-link:focus-visible {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: currentColor;
}
/* NP SINGLE HERO AUTHOR LINK HOVER END */
/* NP SINGLE AUTOLOAD START */
.single-post .np-single-autoload {
	margin-top: clamp(26px, 3vw, 40px);
}

.single-post .np-single-autoload__items {
	display: grid;
	gap: clamp(34px, 4vw, 54px);
}

.single-post .np-single-autoload__sentinel {
	height: 1px;
	width: 100%;
}

.single-post .np-single-autoload.is-loading .np-single-autoload__sentinel::before {
	color: #6b7280;
	content: 'Kraunama...';
	display: block;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1;
	padding: 16px 0 4px;
	text-align: center;
}

.single-post .np-single--autoload-item {
	border-top: 1px solid #d9dee7;
	padding-top: clamp(24px, 2.8vw, 34px);
}

.single-post .np-single--autoload-item .np-single-hero {
	border-radius: 12px;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	min-height: clamp(300px, 36vw, 560px);
	width: 100%;
}

.single-post .np-single--autoload-item .np-single-hero__top {
	margin-bottom: clamp(12px, 1.8vw, 20px);
}

.single-post .np-single--autoload-item .np-single-hero__title {
	font-size: clamp(1.42rem, 3.2vw, 2.6rem);
	max-width: 16ch;
}

.single-post .np-single--autoload-item .np-single-hero__title a {
	color: inherit;
	text-decoration: none;
}

.single-post .np-single--autoload-item .np-single-hero__title a:hover,
.single-post .np-single--autoload-item .np-single-hero__title a:focus-visible {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: currentColor;
}

.single-post .np-single-body-section--autoload {
	padding-top: clamp(18px, 2.8vw, 30px);
}

.single-post .np-single-readable-content--autoload > *:first-child {
	margin-top: 0;
}

@media (max-width: 980px) {
	.single-post .np-single--autoload-item .np-single-hero {
		border-radius: 10px;
		min-height: 0;
	}
}
/* NP SINGLE AUTOLOAD END */
/* NP SINGLE AUTOLOAD LAYOUT RESET START */
.single-post .np-single-autoload {
	margin-top: clamp(38px, 4.4vw, 64px);
}

.single-post .np-single-autoload__items {
	display: grid;
	gap: clamp(46px, 5.4vw, 82px);
}

.single-post .np-single--autoload-item {
	border-top: 0;
	padding-top: 0;
}

.single-post .np-single--autoload-item .np-single-hero {
	border-radius: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: clamp(420px, 52vw, 760px);
	overflow: visible;
	width: 100vw;
}

.single-post .np-single--autoload-item .np-single-hero__panel {
	padding: clamp(28px, 4vw, 60px);
}

.single-post .np-single--autoload-item .np-single-hero__top {
	margin-bottom: clamp(18px, 2.6vw, 34px);
}

.single-post .np-single--autoload-item .np-single-hero__title {
	font-size: clamp(1.42rem, 3vw, 3rem);
	max-width: 13ch;
}

.single-post .np-single--autoload-item .np-single-hero__title a {
	color: inherit;
	text-decoration: none;
}

.single-post .np-single--autoload-item .np-single-hero__title a:hover,
.single-post .np-single--autoload-item .np-single-hero__title a:focus-visible {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: currentColor;
}

.single-post .np-single-body-section--autoload {
	padding-top: clamp(28px, 4vw, 52px);
}

.single-post .np-single-body-section--autoload .np-single__content {
	border: 1px solid var(--np-border);
	padding: clamp(16px, 2.2vw, 30px);
}

@media (max-width: 980px) {
	.single-post .np-single--autoload-item .np-single-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.single-post .np-single--autoload-item .np-single-hero__image,
	.single-post .np-single--autoload-item .np-single-hero__placeholder {
		aspect-ratio: 16 / 10;
		height: auto;
	}

	.single-post .np-single--autoload-item .np-single-hero__panel {
		padding: 24px 16px 22px;
	}

	.single-post .np-single--autoload-item .np-single-hero__title {
		font-size: clamp(1.22rem, 5.9vw, 2rem);
		max-width: none;
	}

	.single-post .np-single--autoload-item .np-single-hero__top {
		margin-bottom: 16px;
	}
}
/* NP SINGLE AUTOLOAD LAYOUT RESET END */
/* NP SINGLE AUTOLOAD COMMENTS START */
.single-post .np-comments--autoload {
	margin-top: clamp(26px, 3vw, 40px);
}

.single-post .np-comments--autoload .np-comments__title {
	font-size: clamp(1.08rem, 1.8vw, 1.34rem);
}

.single-post .np-comments__autoload-link-wrap {
	margin: 14px 0 0;
}

.single-post .np-comments__autoload-link {
	align-items: center;
	background: #383838;
	border: 1px solid #383838;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	padding: 10px 14px;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}

.single-post .np-comments__autoload-link:hover,
.single-post .np-comments__autoload-link:focus-visible {
	background: #1f1f1f;
	border-color: #1f1f1f;
	color: #ffffff;
}
/* NP SINGLE AUTOLOAD COMMENTS END */
/* NP CATEGORY ARCHIVE START */
.category .np-category-archive-page {
	background: #ffffff;
}

.category .np-category-hero {
	background: #e9e9eb;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: clamp(34px, 5vw, 70px) 0 0;
	width: 100vw;
}

.category .np-category-hero__panel {
	align-items: start;
	column-gap: clamp(28px, 4vw, 90px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
	row-gap: 18px;
}

.category .np-category-hero__title {
	color: #0a8935;
	font-size: clamp(1.7rem, 4.8vw, 3.8rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 0.94;
	margin: 0;
	text-transform: none;
}

.category .np-category-hero__description {
	color: #181d21;
	font-size: clamp(0.98rem, 1.1vw, 1.28rem);
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
	max-width: 64ch;
}

.category .np-category-hero__description > *:first-child {
	margin-top: 0;
}

.category .np-category-hero__description > *:last-child {
	margin-bottom: 0;
}

.category .np-category-hero__subnav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.category .np-category-hero__subnav-link {
	background: #ffffff;
	border: 1px solid #cfd6de;
	border-radius: 999px;
	color: #1b242c;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1;
	padding: 9px 14px;
	text-decoration: none;
	transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.category .np-category-hero__subnav-link:hover,
.category .np-category-hero__subnav-link:focus-visible {
	border-color: #0a8935;
	color: #0a8935;
	transform: translateY(-1px);
}

.category .np-category-hero__strip {
	margin-top: clamp(26px, 3.2vw, 42px);
	position: relative;
}

.category .np-category-hero__strip-main {
	background: #0a8935;
	display: block;
	height: 38px;
	width: 100%;
}

.category .np-category-hero__strip-accent {
	background: #10a442;
	display: block;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	width: min(34vw, 520px);
}

.category .np-category-hero__strip-shadow {
	background: rgba(22, 133, 60, 0.25);
	display: block;
	height: 38px;
	position: absolute;
	right: 0;
	top: 38px;
	width: min(34vw, 520px);
}

.category .np-category-posts-section {
	padding-top: clamp(26px, 3.8vw, 52px);
}

.category .np-category-posts .navigation.pagination {
	margin-top: 20px;
}

.category .np-category-posts .nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.category .np-category-posts .page-numbers {
	border: 1px solid #d7dde6;
	border-radius: 999px;
	color: #1f2a34;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1;
	padding: 10px 14px;
	text-decoration: none;
}

.category .np-category-posts .page-numbers.current {
	background: #0a8935;
	border-color: #0a8935;
	color: #ffffff;
}

@media (max-width: 1080px) {
	.category .np-category-hero__panel {
		grid-template-columns: 1fr;
	}

	.category .np-category-hero__description {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.category .np-category-hero {
		padding-top: 28px;
	}

	.category .np-category-hero__strip-main,
	.category .np-category-hero__strip-accent {
		height: 28px;
	}

	.category .np-category-hero__strip-shadow {
		height: 28px;
		top: 28px;
	}

	.category .np-category-hero__strip-accent,
	.category .np-category-hero__strip-shadow {
		width: min(46vw, 260px);
	}

	.category .np-category-hero__subnav {
		gap: 8px;
	}
}
/* NP CATEGORY ARCHIVE END */
/* NP STATIC PAGE START */
.page .np-page-basic {
	background: #ffffff;
}

.page .np-page-basic__section {
	padding: clamp(22px, 3.2vw, 42px) 0 clamp(32px, 4.4vw, 64px);
}

.page .np-page-basic__inner {
	margin: 0 auto;
	max-width: min(100%, 980px);
}

.page .np-page--basic {
	margin: 0;
}

.page .np-page--basic .np-page__title {
	color: #1b2228;
	font-size: clamp(1.9rem, 3.9vw, 3.45rem);
	font-weight: 700;
	letter-spacing: -0.022em;
	line-height: 1.05;
	margin: 0 0 clamp(20px, 3vw, 34px);
}

.page .np-page--basic .np-page__content {
	background: transparent;
	border: 0;
	padding: 0;
}

.page .np-page--basic .np-page__content > *:first-child {
	margin-top: 0;
}

.page .np-page--basic .np-page__content > *:last-child {
	margin-bottom: 0;
}

.page .np-page--basic .np-page__content p,
.page .np-page--basic .np-page__content li {
	color: #1f272e;
	font-size: clamp(1.02rem, 1.14vw, 1.24rem);
	line-height: 1.52;
}

.page .np-page--basic .np-page__content h2 {
	color: #1c2329;
	font-size: clamp(1.56rem, 2.3vw, 2.46rem);
	letter-spacing: -0.02em;
	line-height: 1.12;
	margin: clamp(26px, 3.5vw, 46px) 0 14px;
}

.page .np-page--basic .np-page__content h3 {
	color: #1f272e;
	font-size: clamp(1.28rem, 1.85vw, 1.8rem);
	letter-spacing: -0.014em;
	line-height: 1.18;
	margin: clamp(22px, 3vw, 36px) 0 12px;
}

.page .np-page--basic .np-page__content a {
	color: #0b6f38;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

@media (max-width: 767px) {
	.page .np-page-basic__section {
		padding-top: 18px;
	}

	.page .np-page--basic .np-page__title {
		margin-bottom: 18px;
	}
}
/* NP STATIC PAGE END */
/* NP AUTHOR ARCHIVE START */
.author .np-author-page {
	background: #ffffff;
}

.author .np-author-hero {
	background-color: #383838;
	background-image: linear-gradient(120deg, rgba(14, 15, 16, 0.82) 0%, rgba(27, 29, 31, 0.66) 42%, rgba(56, 56, 56, 0.54) 100%), url('https://www.kaipkada.lt/wp-content/uploads/bgauthor.webp');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: clamp(24px, 4vw, 52px) 0;
	position: relative;
	width: 100vw;
}

.author .np-author-hero::before {
	background: linear-gradient(90deg, rgba(16, 17, 18, 0.36) 0%, rgba(16, 17, 18, 0.18) 50%, rgba(16, 17, 18, 0.52) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.author .np-author-hero .np-container {
	position: relative;
	z-index: 1;
}

.author .np-author-hero__card {
	background: rgba(22, 24, 26, 0.74);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.24);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	display: grid;
	gap: clamp(20px, 3vw, 42px);
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: min(100%, 940px);
	padding: clamp(18px, 2.3vw, 30px);
	width: 100%;
}

.author .np-author-hero__name {
	color: #ffffff;
	font-size: clamp(1.75rem, 3.8vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.06;
	margin: 0;
}

.author .np-author-hero__subtitle {
	color: #d5d9dd;
	font-size: clamp(0.92rem, 1.2vw, 1.12rem);
	font-weight: 500;
	line-height: 1.28;
	margin: 10px 0 0;
}

.author .np-author-hero__description {
	color: #eef2f4;
	font-size: clamp(0.92rem, 1vw, 1.06rem);
	font-weight: 500;
	line-height: 1.44;
	margin: 14px 0 0;
	max-width: 56ch;
}

.author .np-author-hero__stats {
	color: #c7ccd1;
	font-size: clamp(0.84rem, 0.95vw, 0.96rem);
	font-weight: 600;
	line-height: 1.34;
	margin: 14px 0 0;
}

.author .np-author-hero__badge {
	align-items: center;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 100%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 20px;
	display: inline-flex;
	height: clamp(84px, 10vw, 112px);
	justify-content: center;
	min-width: clamp(84px, 10vw, 112px);
	padding: 8px;
}

.author .np-author-hero__initials {
	color: #ffffff;
	display: block;
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
}

.author .np-author-hero__media {
	display: flex;
	justify-content: flex-end;
}

.author .np-author-hero__avatar {
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.author .np-author-posts {
	padding-top: clamp(28px, 3.6vw, 52px);
}

.author .np-author-posts .np-container--narrow {
	max-width: min(94vw, 1360px);
}

.author .np-author-posts__inner {
	max-width: min(100%, 980px);
}

.author .np-author-posts__heading {
	margin-bottom: clamp(20px, 2.2vw, 28px);
}

.author .np-author-posts__list {
	display: grid;
	gap: 18px;
}

.author .np-author-post {
	align-items: start;
	border-bottom: 1px solid #dde3ec;
	display: grid;
	gap: 16px;
	grid-template-columns: clamp(120px, 16vw, 220px) minmax(0, 1fr);
	padding-bottom: 18px;
}

.author .np-author-post:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.author .np-author-post__thumb-link {
	display: block;
	line-height: 0;
	text-decoration: none;
}

.author .np-author-post__thumb {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.author .np-author-post__category {
	color: #0a8935;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.author .np-author-post__title {
	font-size: clamp(1.28rem, 2vw, 2.1rem);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.2;
	margin: 0;
}

.author .np-author-post__title a {
	color: #111827;
	text-decoration: none;
}

.author .np-author-post__title a:hover,
.author .np-author-post__title a:focus-visible {
	text-decoration: underline;
	text-decoration-color: #111827;
}

.author .np-author-post__meta {
	color: #5c6674;
	font-size: 0.88rem;
	line-height: 1.3;
	margin: 8px 0 0;
}

.author .np-author-post__excerpt {
	color: #303843;
	font-size: 1rem;
	line-height: 1.56;
	margin: 10px 0 0;
}

.author .np-author-posts__empty {
	color: #4f5a67;
	font-size: 1rem;
	line-height: 1.45;
	margin: 0;
}

.author .np-author-posts__controls {
	display: flex;
	justify-content: flex-start;
	margin-top: 24px;
}

.author .np-author-posts__next {
	align-items: center;
	background: #ffffff;
	border: 1px solid #3f464f;
	border-radius: 999px;
	color: #252d36;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 0.92rem;
	font-weight: 700;
	gap: 10px;
	line-height: 1;
	padding: 12px 20px;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.author .np-author-posts__next:hover,
.author .np-author-posts__next:focus-visible {
	background: #f7f8fa;
	border-color: #2c333a;
	color: #171d24;
	text-decoration: none;
}

.author .np-author-posts__next.is-loading {
	opacity: 0.84;
	pointer-events: none;
}

.author .np-author-posts__next-arrow {
	font-size: 1rem;
	line-height: 1;
}

@media (max-width: 980px) {
	.author .np-author-hero__card {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.author .np-author-hero__badge {
		height: 72px;
		min-width: 72px;
		width: 72px;
	}

	.author .np-author-post {
		grid-template-columns: 1fr;
	}

	.author .np-author-post__thumb {
		max-width: 300px;
	}
}
/* NP AUTHOR ARCHIVE END */


/* NP RELATED POSTS START */
.single-post .np-related-posts {
	background: #fafcfd;
	border: 1px solid #e2e5e8;
	border-left: 3px solid #0a8935;
	border-radius: 10px;
	margin-top: 30px;
	padding: 16px 16px 12px;
}

.single-post .np-related-posts__title {
	color: #101820;
	font-size: clamp(0.96rem, 1.06vw, 1.08rem);
	font-weight: 700;
	line-height: 1.34;
	margin: 0 0 10px;
}

.single-post .np-related-posts__list {
	display: grid;
	gap: 0;
	list-style: disc;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 20px;
}

.single-post .np-related-posts__item {
	border-bottom: 1px solid #e5eaee;
	line-height: 1.42;
	margin: 0;
	padding: 10px 0 12px;
}

.single-post .np-related-posts__item:last-child {
	border-bottom: 0;
	padding-bottom: 4px;
}

.single-post .np-related-posts__item::marker {
	color: #0a8935;
}

.single-post .np-related-posts__link {
	border-bottom: 1px solid transparent;
	color: #1c252d;
	display: inline;
	font-size: clamp(0.9rem, 0.98vw, 1rem);
	font-weight: 600;
	line-height: 1.42;
	text-decoration: none;
	transition: color .2s ease, border-color .2s ease;
}

.single-post .np-related-posts__link:hover,
.single-post .np-related-posts__link:focus-visible {
	border-bottom-color: #0a8935;
	color: #0a8935;
}

.single-post .np-single--autoload-item .np-related-posts {
	margin-top: 24px;
}
/* NP RELATED POSTS END */

/* NP HOMEPAGE SUBCATEGORY SPACING + MOBILE VISIBILITY START */
.np-home-topic__header-actions {
	gap: 18px;
}

.np-home-topic__subnav {
	margin-right: 6px;
	max-width: min(56vw, 740px);
}

@media (max-width: 980px) {
	.np-home-topic__header {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 10px;
	}

	.np-home-topic__header-actions {
		gap: 14px;
		justify-content: flex-start;
		width: 100%;
	}

	.np-home-topic__subnav {
		flex: 1 1 auto;
		margin-right: 0;
		max-width: 100%;
		min-width: 0;
	}

	.np-home-topic__header-actions > a {
		flex: 0 0 auto;
		margin-left: auto;
		white-space: nowrap;
	}
}

@media (max-width: 640px) {
	.np-home-topic__header-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.np-home-topic__subnav {
		padding-bottom: 2px;
		width: 100%;
	}

	.np-home-topic__header-actions > a {
		margin-left: 0;
	}
}
/* NP HOMEPAGE SUBCATEGORY SPACING + MOBILE VISIBILITY END */

/* NP HOMEPAGE SUBCATEGORY FINAL MOBILE FIX START */
.np-home-topic__header-actions {
	column-gap: 16px;
}

.np-home-topic__subnav {
	margin-right: 12px;
}

.np-home-topic--lime .np-home-topic__subnav-link {
	color: #1b242c !important;
}

@media (max-width: 760px) {
	.np-home-topic__header-actions {
		align-items: flex-start;
		column-gap: 10px;
		display: flex;
		flex-wrap: wrap;
		row-gap: 10px;
		width: 100%;
	}

	.np-home-topic__subnav {
		flex: 1 1 100%;
		flex-wrap: wrap;
		gap: 8px;
		margin-right: 0;
		max-width: 100%;
		overflow: visible;
	}

	.np-home-topic__header-actions > a {
		margin-left: 0;
		order: 2;
	}

	.np-home-topic__subnav-link {
		font-size: 0.8rem;
		padding: 8px 12px;
	}
}
/* NP HOMEPAGE SUBCATEGORY FINAL MOBILE FIX END */

/* NP HOMEPAGE SUBCATEGORY MOBILE HOTFIX START */
.np-home-topic__subnav {
	margin-right: 14px !important;
}

@media (max-width: 760px) {
	.np-home-topic__header-actions {
		align-items: flex-start !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		gap: 10px !important;
		width: 100% !important;
	}

	.np-home-topic__subnav {
		display: flex !important;
		flex: 1 1 100% !important;
		flex-wrap: wrap !important;
		max-width: 100% !important;
		overflow: visible !important;
		padding-bottom: 0 !important;
		width: 100% !important;
	}

	.np-home-topic__header-actions > a {
		align-self: flex-start !important;
		margin-left: 0 !important;
		order: 3 !important;
	}
}
/* NP HOMEPAGE SUBCATEGORY MOBILE HOTFIX END */

/* NP HOMEPAGE SUBNAV LIME FIX + ALIGN START */
@media (min-width: 761px) {
	.np-home-topic__header-actions {
		align-items: center !important;
		column-gap: 22px !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		min-width: 0;
	}

	.np-home-topic__subnav {
		margin-right: 0 !important;
		max-width: 100% !important;
		min-width: 0;
	}

	.np-home-topic__header-actions > a {
		justify-self: end;
		margin-left: 0 !important;
		white-space: nowrap;
	}
}

.np-home-topic--lime .np-home-topic__header .np-home-topic__subnav-link {
	background: #ffffff !important;
	border-color: #d0d8e1 !important;
	color: #1b242c !important;
}

.np-home-topic--lime .np-home-topic__header .np-home-topic__subnav-link:hover,
.np-home-topic--lime .np-home-topic__header .np-home-topic__subnav-link:focus-visible {
	border-color: #0a8935 !important;
	color: #0a8935 !important;
}

@media (max-width: 760px) {
	.np-home-topic__header-actions {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.np-home-topic__subnav {
		order: 1;
	}

	.np-home-topic__header-actions > a {
		order: 2 !important;
	}
}
/* NP HOMEPAGE SUBNAV LIME FIX + ALIGN END */

/* NP SINGLE HERO CATEGORY LINK START */
.np-single-hero__category-link {
	border-bottom: 1px solid transparent;
	color: inherit;
	text-decoration: none;
	transition: border-color 0.18s ease;
}

.np-single-hero__category-link:hover,
.np-single-hero__category-link:focus-visible {
	border-bottom-color: #ffffff;
	color: inherit;
	text-decoration: none;
}
/* NP SINGLE HERO CATEGORY LINK END */

/* NP BREADCRUMBS START */
.np-breadcrumbs {
	margin: 0 0 12px;
}

.np-breadcrumbs__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-breadcrumbs__item {
	align-items: center;
	color: #6a7480;
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.32;
	max-width: 100%;
}

.np-breadcrumbs__item + .np-breadcrumbs__item::before {
	color: currentColor;
	content: '/';
	display: inline-block;
	opacity: 0.58;
	padding-right: 10px;
}

.np-breadcrumbs__link,
.np-breadcrumbs__current {
	border-bottom: 1px solid transparent;
	color: inherit;
	display: inline;
	text-decoration: none;
}

.np-breadcrumbs__link:hover,
.np-breadcrumbs__link:focus-visible {
	border-bottom-color: currentColor;
	color: inherit;
	text-decoration: none;
}

.np-breadcrumbs--hero {
	margin-bottom: 14px;
}

.np-breadcrumbs--hero .np-breadcrumbs__item {
	color: rgba(255, 255, 255, 0.78);
}

.np-breadcrumbs--hero .np-breadcrumbs__link:hover,
.np-breadcrumbs--hero .np-breadcrumbs__link:focus-visible {
	border-bottom-color: #ffffff;
	color: #ffffff;
}

.np-breadcrumbs--section {
	margin-bottom: 16px;
}

.page .np-page--basic .np-breadcrumbs {
	margin-bottom: 14px;
}

.category .np-category-posts-section .np-breadcrumbs {
	margin-bottom: 16px;
}

.author .np-author-hero .np-breadcrumbs {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.np-breadcrumbs {
		margin-bottom: 10px;
	}

	.np-breadcrumbs__list {
		gap: 3px 8px;
	}

	.np-breadcrumbs__item {
		font-size: 0.62rem;
	}

	.np-breadcrumbs__item + .np-breadcrumbs__item::before {
		padding-right: 8px;
	}
}
/* NP BREADCRUMBS END */

/* NP SINGLE FEATURED ALT MOBILE SIZE FIX START */
@media (max-width: 980px) {
	.np-single-hero__alt-text {
		color: #6f7479 !important;
		display: block;
		font-size: 10px !important;
		font-weight: 600 !important;
		letter-spacing: 0.035em;
		line-height: 1.22 !important;
		margin: 8px 0 0 !important;
		padding: 0 10px !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}
}
/* NP SINGLE FEATURED ALT MOBILE SIZE FIX END */

/* NP SEARCH TEMPLATE START */
.search .np-search-page {
	background: #ffffff;
}

.search .np-search-page__section {
	padding: clamp(18px, 2.9vw, 34px) 0 clamp(30px, 4vw, 54px);
}

.search .np-search-page__header {
	margin-bottom: clamp(18px, 2.2vw, 30px);
}

.search .np-search-page__title {
	margin: 0;
}

.search .np-search-page__query {
	color: #0a8935;
	display: inline;
	font-weight: 700;
}

.search .np-search-page__form {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-top: 14px;
	max-width: 640px;
}

.search .np-search-page__input {
	background: #ffffff;
	border: 1px solid #ccd4de;
	border-radius: 9px;
	color: #131b24;
	flex: 1 1 auto;
	font-size: 0.95rem;
	line-height: 1.2;
	padding: 11px 12px;
}

.search .np-search-page__input:focus {
	border-color: #0a8935;
	outline: 2px solid rgba(10, 137, 53, 0.18);
	outline-offset: 1px;
}

.search .np-search-page__submit {
	background: #1f2933;
	border: 1px solid #1f2933;
	border-radius: 9px;
	color: #ffffff;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 12px 14px;
	text-transform: uppercase;
}

.search .np-search-page__submit:hover,
.search .np-search-page__submit:focus-visible {
	background: #141a21;
	border-color: #141a21;
}

.search .np-search-page__count {
	color: #596473;
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 11px 0 0;
}

.search .np-search-results {
	display: grid;
	gap: 18px;
}

.search .np-search-result {
	align-items: start;
	border-bottom: 1px solid #dde3ec;
	display: grid;
	gap: 16px;
	grid-template-columns: clamp(120px, 16vw, 220px) minmax(0, 1fr);
	padding-bottom: 18px;
}

.search .np-search-result:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.search .np-search-result__thumb-link {
	display: block;
	line-height: 0;
	text-decoration: none;
}

.search .np-search-result__thumb {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.search .np-search-result__category {
	color: #0a8935;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.search .np-search-result__title {
	font-size: clamp(1.22rem, 1.9vw, 1.88rem);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.2;
	margin: 0;
}

.search .np-search-result__title a {
	color: #111827;
	text-decoration: none;
}

.search .np-search-result__title a:hover,
.search .np-search-result__title a:focus-visible {
	text-decoration: underline;
	text-decoration-color: #111827;
}

.search .np-search-result__meta {
	color: #5c6674;
	font-size: 0.88rem;
	line-height: 1.3;
	margin: 8px 0 0;
}

.search .np-search-result__excerpt {
	color: #303843;
	font-size: 0.96rem;
	line-height: 1.52;
	margin: 10px 0 0;
}

.search .np-search-pagination {
	margin-top: 20px;
}

.search .np-search-pagination .nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.search .np-search-pagination .page-numbers {
	border: 1px solid #d7dde6;
	border-radius: 999px;
	color: #1f2a34;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1;
	padding: 10px 14px;
	text-decoration: none;
}

.search .np-search-pagination .page-numbers.current {
	background: #0a8935;
	border-color: #0a8935;
	color: #ffffff;
}

.search .np-search-empty {
	background: #f8fafc;
	border: 1px solid #dde3ec;
	border-radius: 12px;
	padding: 16px;
}

.search .np-search-empty__text {
	color: #36404d;
	font-size: 0.96rem;
	line-height: 1.42;
	margin: 0;
}

@media (max-width: 980px) {
	.search .np-search-result {
		grid-template-columns: 1fr;
	}

	.search .np-search-result__thumb {
		max-width: 320px;
	}
}

@media (max-width: 720px) {
	.search .np-search-page__form {
		align-items: stretch;
		flex-direction: column;
		max-width: 100%;
	}

	.search .np-search-page__submit {
		width: 100%;
	}

	.search .np-search-result__thumb {
		max-width: 100%;
	}
}
/* NP SEARCH TEMPLATE END */

/* NP CATEGORY + AUTHOR TITLE SIZE TUNE START */
.category .np-category-hero__title {
	font-size: clamp(1.4rem, 3.6vw, 2.75rem) !important;
	line-height: 1.02;
}

.author .np-author-hero__name {
	font-size: clamp(1.45rem, 3vw, 2.25rem) !important;
	line-height: 1.08;
}

.author .np-author-post__title,
.category .np-author-post__title {
	font-size: clamp(1.06rem, 1.55vw, 1.5rem) !important;
	line-height: 1.24;
}
/* NP CATEGORY + AUTHOR TITLE SIZE TUNE END */

/* NP LIME HERO MAIN TITLE MATCH OTHER MAIN CARDS START */
.np-home-garden-hero__main-title {
	font-size: clamp(1.2rem, 2vw, 1.58rem) !important;
	line-height: 1.2 !important;
}
/* NP LIME HERO MAIN TITLE MATCH OTHER MAIN CARDS END */

/* NP LIME HERO MAIN TITLE MATCH SIDEBARVIOLET MAIN SIZE START */
.np-home-garden-hero__main-title {
	font-size: clamp(1rem, 1.45vw, 1.4rem) !important;
	line-height: 1.18 !important;
}
/* NP LIME HERO MAIN TITLE MATCH SIDEBARVIOLET MAIN SIZE END */

/* NP DRAWER DESKTOP WIDTH/SUBMENU FIT FIX */
@media (min-width: 992px) {
	.np-menu-drawer {
		width: min(460px, 92vw) !important;
	}

	.np-menu-drawer__menu {
		max-width: 190px !important;
	}

	.np-menu-drawer__menu > li > .sub-menu {
		left: 100% !important;
		width: 250px !important;
	}
}

/* NP DRAWER DESKTOP SUBMENU VISIBILITY FIX */
@media (min-width: 992px) {
	.np-menu-drawer,
	.np-menu-drawer__nav {
		overflow: visible !important;
	}
}

/* NP SIDEBAR ADSENSE 300x250 HARD FIX START */
.np-sidebar .widget_custom_html,
.np-sidebar .widget_custom_html .textwidget {
	box-sizing: border-box !important;
	overflow: hidden !important;
	width: 100% !important;
}

.np-sidebar .widget_custom_html .textwidget {
	align-items: flex-start !important;
	display: flex !important;
	justify-content: center !important;
}

.np-sidebar .adsbygoogle,
.np-sidebar .adsbygoogle-noablate {
	display: block !important;
	height: 250px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-height: 250px !important;
	max-width: 300px !important;
	min-height: 250px !important;
	min-width: 300px !important;
	overflow: hidden !important;
	width: 300px !important;
}

.np-sidebar .adsbygoogle > div,
.np-sidebar .adsbygoogle iframe,
.np-sidebar iframe[id^="aswift_"],
.np-sidebar iframe[id^="google_ads_iframe"] {
	height: 250px !important;
	max-height: 250px !important;
	max-width: 300px !important;
	min-height: 250px !important;
	min-width: 300px !important;
	width: 300px !important;
}

@media (max-width: 360px) {
	.np-sidebar .adsbygoogle,
	.np-sidebar .adsbygoogle-noablate {
		transform: scale(0.92);
		transform-origin: top center;
	}
}
/* NP SIDEBAR ADSENSE 300x250 HARD FIX END */

/* NP DRAWER DESKTOP CLEAN LAYOUT FINAL */
@media (min-width: 992px) {
	.np-menu-drawer {
		width: min(520px, 94vw) !important;
	}

	.np-menu-drawer__menu {
		max-width: 230px !important;
		width: 230px !important;
	}

	.np-menu-drawer__menu > li > .sub-menu {
		border-left: 0 !important;
		left: calc(100% - 2px) !important;
		margin-left: 0 !important;
		padding-left: 10px !important;
		width: 280px !important;
	}

	.np-menu-drawer,
	.np-menu-drawer__nav {
		overflow: visible !important;
	}
}

/* NP DRAWER DESKTOP FINAL OVERRIDE: WIDE + NO BLACK SUBMENU BG */
@media (min-width: 992px) {
	.np-menu-drawer {
		width: min(620px, 95vw) !important;
	}

	.np-menu-drawer__menu {
		max-width: 270px !important;
		width: 270px !important;
	}

	.np-menu-drawer__menu > li > .sub-menu {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		left: 100% !important;
		margin-left: 0 !important;
		padding: 4px 0 4px 10px !important;
		top: -1px !important;
		width: 320px !important;
	}

	.np-menu-drawer__menu > li > .sub-menu li + li {
		border-top: 0 !important;
		margin-top: 2px !important;
	}

	.np-menu-drawer__menu > li > .sub-menu a {
		background: #1d2732 !important;
		border: 1px solid #33475c !important;
		border-radius: 999px !important;
		display: inline-block !important;
		line-height: 1.25 !important;
		max-width: 100% !important;
		padding: 8px 12px !important;
		white-space: normal !important;
		width: auto !important;
	}

	.np-menu-drawer,
	.np-menu-drawer__nav {
		overflow: visible !important;
	}
}

/* NP DRAWER DESKTOP FINAL SIMPLE SUBMENU (NO BLACK PANEL) */
@media (min-width: 992px) {
	.np-menu-drawer {
		width: min(390px, 92vw) !important;
	}

	.np-menu-drawer__menu {
		max-width: 100% !important;
		padding-right: 6px !important;
		width: 100% !important;
	}

	.np-menu-drawer__menu > li > .sub-menu {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		left: calc(100% + 6px) !important;
		margin: 0 !important;
		max-width: 320px !important;
		min-width: 220px !important;
		overflow: visible !important;
		padding: 0 !important;
		top: -1px !important;
		width: max-content !important;
	}

	.np-menu-drawer__menu > li > .sub-menu li + li {
		border-top: 1px solid #283542 !important;
		margin-top: 0 !important;
	}

	.np-menu-drawer__menu > li > .sub-menu a {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		color: #f2f6fa !important;
		display: block !important;
		font-size: 0.8rem !important;
		font-weight: 600 !important;
		letter-spacing: 0.015em !important;
		line-height: 1.3 !important;
		padding: 10px 3px !important;
		text-decoration: none !important;
		white-space: normal !important;
		width: 100% !important;
	}

	.np-menu-drawer__menu > li > .sub-menu a:hover,
	.np-menu-drawer__menu > li > .sub-menu a:focus-visible {
		color: #ffffff !important;
		text-decoration: underline !important;
	}

	.np-menu-drawer,
	.np-menu-drawer__nav {
		overflow: visible !important;
	}
}

/* NP DRAWER DESKTOP SUBMENU HOVER STABILITY + BLACK LINKS */
@media (min-width: 992px) {
	.np-menu-drawer__menu > li {
		padding-right: 300px;
	}

	.np-menu-drawer__menu > li > .sub-menu {
		left: 100% !important;
		top: 0 !important;
		width: 280px !important;
	}

	.np-menu-drawer__menu > li > .sub-menu a {
		background: #0a0d12 !important;
		border: 1px solid #222c38 !important;
		border-radius: 8px !important;
		margin: 4px 0 !important;
		padding: 9px 10px !important;
	}
}

/* NP DRAWER DESKTOP TECHNO FINAL */
@media (min-width: 992px) {
	.np-menu-drawer {
		padding-right: 14px !important;
		width: min(560px, 95vw) !important;
	}

	.np-menu-drawer__nav,
	.np-menu-drawer__menu {
		overflow: visible !important;
	}

	.np-menu-drawer__menu {
		max-width: 250px !important;
		padding-right: 0 !important;
		width: 250px !important;
	}

	.np-menu-drawer__menu > li {
		padding-right: 0 !important;
	}

	.np-menu-drawer__toggle {
		display: none !important;
	}

	.np-menu-drawer__menu > li > .sub-menu {
		background: #0f141a !important;
		border: 1px solid #283542 !important;
		border-radius: 10px !important;
		box-shadow: 0 14px 28px rgba(2, 7, 13, 0.45) !important;
		left: calc(100% + 1px) !important;
		margin: 0 !important;
		max-width: 290px !important;
		min-width: 250px !important;
		padding: 6px 10px !important;
		top: -1px !important;
		width: 280px !important;
		z-index: 30 !important;
	}

	.np-menu-drawer__menu > li > .sub-menu li + li {
		border-top: 1px solid #283542 !important;
		margin-top: 0 !important;
	}

	.np-menu-drawer__menu > li > .sub-menu a {
		background: #0f141a !important;
		border: 0 !important;
		border-radius: 0 !important;
		color: #f2f6fa !important;
		display: block !important;
		font-size: 0.8rem !important;
		font-weight: 600 !important;
		letter-spacing: 0.015em !important;
		line-height: 1.3 !important;
		margin: 0 !important;
		padding: 10px 4px !important;
		text-decoration: none !important;
		width: 100% !important;
	}

	.np-menu-drawer__menu > li > .sub-menu a:hover,
	.np-menu-drawer__menu > li > .sub-menu a:focus-visible {
		background: #141c25 !important;
		color: #ffffff !important;
		text-decoration: underline !important;
	}
}

/* NP DRAWER DESKTOP NO GAP HOTFIX */
@media (min-width: 992px) {
	.np-menu-drawer__menu > li > .sub-menu {
		left: 100% !important;
	}
}

/* NP DRAWER DESKTOP FINAL CONSISTENCY FIX */
@media (min-width: 992px) {
	.np-menu-drawer__toggle {
		display: inline-flex !important;
		opacity: 0.9 !important;
		pointer-events: none !important;
	}

	.np-menu-drawer__menu > li > .sub-menu {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		left: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.np-menu-drawer__menu > li > .sub-menu a,
	.np-menu-drawer__menu > li > .sub-menu a:hover,
	.np-menu-drawer__menu > li > .sub-menu a:focus-visible {
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		color: #f2f6fa !important;
		text-decoration: underline !important;
		text-decoration-color: transparent !important;
	}

	.np-menu-drawer__menu > li > .sub-menu a:hover,
	.np-menu-drawer__menu > li > .sub-menu a:focus-visible {
		color: #ffffff !important;
		text-decoration-color: currentColor !important;
	}
}

/* NP DRAWER DESKTOP WIDTH TRIM FINAL */
@media (min-width: 992px) {
	.np-menu-drawer {
		width: min(340px, 92vw) !important;
	}

	.np-menu-drawer__menu {
		max-width: 100% !important;
		width: 100% !important;
	}

	.np-menu-drawer__menu > li {
		padding-right: 0 !important;
	}
}

/* NP DRAWER SUBMENU DARK PANEL FINAL */
@media (min-width: 992px) {
	.np-menu-drawer__menu > li > .sub-menu {
		background: #0f141a !important;
		border: 1px solid #283542 !important;
		border-radius: 10px !important;
		box-shadow: 0 12px 24px rgba(2, 7, 13, 0.42) !important;
		padding: 6px 10px !important;
	}

	.np-menu-drawer__menu > li > .sub-menu a {
		background: transparent !important;
		color: #f2f6fa !important;
	}
}

/* NP 404 PAGE START */
.np-404-page {
	background: #ffffff;
}

.np-404-page__section {
	padding: clamp(28px, 5vw, 72px) 0;
}

.np-404-page__card {
	background: #ffffff;
	border: 1px solid #dde4ec;
	border-radius: 14px;
	box-shadow: 0 18px 38px rgba(9, 18, 29, 0.07);
	padding: clamp(18px, 3.6vw, 34px);
}

.np-404-page__eyebrow {
	color: #0a8935;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.np-404-page__title {
	color: #141c25;
	font-size: clamp(1.65rem, 3vw, 2.3rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.08;
	margin: 0;
}

.np-404-page__text {
	color: #445364;
	font-size: 1rem;
	line-height: 1.55;
	margin: 14px 0 0;
	max-width: 66ch;
}

.np-404-page__search {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 18px;
	max-width: 620px;
}

.np-404-page__search-input {
	background: #ffffff;
	border: 1px solid #cdd7e2;
	border-radius: 10px;
	color: #162231;
	font-family: inherit;
	font-size: 0.95rem;
	line-height: 1.2;
	padding: 12px 13px;
	width: 100%;
}

.np-404-page__search-input:focus {
	border-color: #0a8935;
	outline: 2px solid rgba(10, 137, 53, 0.18);
	outline-offset: 1px;
}

.np-404-page__search-submit {
	background: #0f141a;
	border: 1px solid #0f141a;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 12px 14px;
	text-transform: uppercase;
}

.np-404-page__search-submit:hover,
.np-404-page__search-submit:focus-visible {
	background: #1b2531;
	border-color: #1b2531;
}

.np-404-page__actions {
	margin-top: 16px;
}

.np-404-page__btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 11px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.np-404-page__btn--primary {
	background: #0a8935;
	border: 1px solid #0a8935;
	color: #ffffff;
}

.np-404-page__btn--primary:hover,
.np-404-page__btn--primary:focus-visible {
	background: #0c7430;
	border-color: #0c7430;
}

@media (max-width: 720px) {
	.np-404-page__search {
		grid-template-columns: 1fr;
	}

	.np-404-page__search-submit {
		width: 100%;
	}
}
/* NP 404 PAGE END */

/* NP MOBILE + ADS FIXES 2026-03-12 */
html,
body,
#page,
.site {
	max-width: 100%;
	overflow-x: hidden !important;
}

body {
	width: 100%;
}

.np-header-wrap {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.np-auth-modal__dialog {
	box-sizing: border-box;
	max-width: calc(100vw - 12px);
}

.np-auth-modal__dialog * {
	box-sizing: border-box;
}

@media (max-width: 620px) {
	.np-header--container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.np-header__brand-logo-link {
		display: inline-flex !important;
		min-width: 0;
	}

	.np-header__brand-logo {
		display: block !important;
		max-width: 140px;
		opacity: 1 !important;
		visibility: visible !important;
		width: min(140px, 44vw) !important;
	}

	.np-auth-modal__dialog {
		left: 50%;
		max-width: calc(100vw - 10px);
		padding: 16px 14px;
	}
}

.np-top-site-ad {
	background: #ffffff;
	border-bottom: 1px solid #e0e5ec;
	padding: 12px 10px;
	text-align: center;
}

.np-top-site-ad__description {
	color: #707983;
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.np-top-site-ad img,
.np-top-site-ad iframe,
.np-top-site-ad ins,
.np-top-site-ad .adsbygoogle {
	max-width: 100% !important;
}

.np-top-site-ad img {
	height: auto;
}

.np-sidebar ins.adsbygoogle,
.np-sidebar .adsbygoogle {
	display: block !important;
	margin: 0 auto !important;
	max-width: 300px !important;
	min-width: 0 !important;
	width: 100% !important;
}

#np-footer-slideup {
	background: #ffffff;
	border: 1px solid #d6dce4;
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	box-shadow: 0 -12px 30px rgba(10, 17, 24, 0.2);
	bottom: 0;
	left: 50%;
	max-width: min(1000px, calc(100vw - 16px));
	padding: 12px 12px 10px;
	position: fixed;
	transform: translate(-50%, calc(100% - 42px));
	transition: transform 0.24s ease;
	width: calc(100vw - 16px);
	z-index: 400;
}

#np-footer-slideup.is-open {
	transform: translate(-50%, 0);
}

#np-footer-slideup .np-footer-slideup__toggle {
	align-items: center;
	background: #f0f3f7;
	border: 1px solid #d0d8e2;
	border-radius: 999px;
	color: #243244;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	gap: 8px;
	line-height: 1;
	padding: 8px 12px;
}

#np-footer-slideup .np-footer-slideup__inner {
	max-height: min(55vh, 400px);
	overflow: auto;
	padding-top: 10px;
}

#np-footer-slideup .np-footer-slideup__toggle-icon {
	display: inline-flex;
	font-size: 1rem;
	line-height: 1;
	transform: rotate(180deg);
	transition: transform 0.18s ease;
}

#np-footer-slideup.is-open .np-footer-slideup__toggle-icon {
	transform: rotate(0deg);
}

@media (max-width: 767px) {
	#np-footer-slideup {
		max-width: calc(100vw - 10px);
		padding: 10px 10px 8px;
		transform: translate(-50%, calc(100% - 38px));
		width: calc(100vw - 10px);
	}

	#np-footer-slideup .np-footer-slideup__inner {
		max-height: 45vh;
	}
}

.np-inline-single-ad {
	margin: 22px 0;
	text-align: center;
}

.np-inline-single-ad__description {
	color: #7b8692;
	display: block;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.np-inline-single-ad img,
.np-inline-single-ad iframe,
.np-inline-single-ad ins,
.np-inline-single-ad .adsbygoogle {
	max-width: 100% !important;
}

.np-inline-single-ad img {
	height: auto;
}

/* NP top ad dismiss-on-scroll */
.np-top-site-ad {
	max-height: 460px;
	opacity: 1;
	overflow: hidden;
	transform: translateY(0);
	transition: max-height 0.26s ease, opacity 0.22s ease, padding 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
	will-change: max-height, opacity, transform;
}

.np-top-site-ad.is-dismissed {
	border-bottom-color: transparent;
	max-height: 0;
	opacity: 0;
	padding-bottom: 0;
	padding-top: 0;
	pointer-events: none;
	transform: translateY(-100%);
}

/* NP footer slide-up ad (overlay-like, centered) */
#np-footer-slideup {
	background: rgba(236, 240, 245, 0.9);
	backdrop-filter: saturate(130%) blur(2px);
	border: 1px solid rgba(146, 156, 169, 0.35);
	border-radius: 14px;
	bottom: 12px;
	box-shadow: 0 10px 28px rgba(7, 14, 22, 0.26);
	left: 50%;
	opacity: 0;
	overflow: hidden;
	padding: 16px 16px 14px;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, calc(100% + 22px));
	transition: transform 0.28s ease, opacity 0.2s ease;
	width: min(980px, calc(100vw - 20px));
	z-index: 420;
}

#np-footer-slideup.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

#np-footer-slideup.is-dismissed {
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, calc(100% + 24px));
}

#np-footer-slideup .np-footer-slideup__close {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: #000000;
	cursor: pointer;
	display: inline-flex;
	font-size: 26px;
	height: 30px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 6px;
	width: 30px;
}

#np-footer-slideup .np-footer-slideup__close:hover,
#np-footer-slideup .np-footer-slideup__close:focus-visible {
	background: rgba(0, 0, 0, 0.08);
	outline: none;
}

#np-footer-slideup .np-footer-slideup__content {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
}

#np-footer-slideup .np-footer-slideup__content > * {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100%;
}

#np-footer-slideup .np-footer-slideup__content ins,
#np-footer-slideup .np-footer-slideup__content iframe,
#np-footer-slideup .np-footer-slideup__content img,
#np-footer-slideup .np-footer-slideup__content .adsbygoogle {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
}

@media (max-width: 767px) {
	#np-footer-slideup {
		border-radius: 12px;
		bottom: 8px;
		padding: 14px 10px 12px;
		width: calc(100vw - 10px);
	}

	#np-footer-slideup .np-footer-slideup__close {
		right: 6px;
		top: 4px;
	}
}

/* NP FINAL MOBILE FIXES 2026-03-12 */
html,
body {
	max-width: 100%;
	overflow-x: hidden !important;
	overscroll-behavior-x: none;
	width: 100%;
}

body {
	position: relative;
}

#page,
.site,
.np-main {
	max-width: 100%;
	overflow-x: clip;
}

.np-header-bar__right {
	gap: 12px !important;
}

.np-header__search-toggle {
	margin-right: 4px;
}

.np-single-hero__alt-text {
	color: #2d333a !important;
}

@media (max-width: 980px) {
	.np-header-wrap,
	.np-single-hero,
	.single-post .np-single--autoload-item .np-single-hero,
	.category .np-category-hero,
	.author .np-author-hero {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.np-single-hero__alt-text {
		background: #ffffff !important;
		color: #2d333a !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		line-height: 1.35 !important;
	}

	.np-footer__social {
		margin-left: 0 !important;
	}
}

#np-footer-slideup {
	left: 5px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	right: 5px !important;
	transform: translateY(calc(100% + 22px)) !important;
	width: auto !important;
}

#np-footer-slideup.is-open {
	transform: translateY(0) !important;
}

#np-footer-slideup.is-dismissed {
	transform: translateY(calc(100% + 24px)) !important;
}

/* NP FINAL TOP AD + SIDEBAR STICKY REPAIR 2026-03-12 */
.np-top-site-ad {
	position: sticky;
	top: 60px;
	z-index: 255;
}

/* NP ALT INFO OVERLAY START */
.single-post .np-single-hero__media {
	background: transparent !important;
	display: block !important;
	grid-template-rows: none !important;
	position: relative;
}

.single-post .np-single-hero__alt-text,
.single-post .np-single-image-alt-text {
	display: none !important;
}

.single-post .np-single-readable-content .np-alt-host {
	display: block;
	position: relative;
	width: 100%;
}

.single-post .np-single-readable-content .np-alt-host--inline {
	display: block;
}

.single-post .np-single-readable-content .np-alt-host img {
	display: block;
	width: 100%;
}

.single-post .np-alt-info {
	bottom: 12px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	z-index: 8;
}

.single-post .np-alt-info__toggle {
	align-items: center;
	background: rgba(10, 12, 16, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 0.96rem;
	font-style: italic;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	pointer-events: auto;
	width: 30px;
}

.single-post .np-alt-info__toggle:hover,
.single-post .np-alt-info__toggle:focus-visible {
	background: rgba(11, 14, 20, 0.94);
	outline: none;
}

.single-post .np-alt-info__panel {
	background: rgba(12, 15, 22, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 10px;
	bottom: 0;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
	margin: 0;
	max-width: min(72vw, 320px);
	opacity: 0;
	padding: 8px 10px;
	pointer-events: none;
	position: absolute;
	right: calc(100% + 8px);
	transform: translateX(10px);
	transition: opacity 0.22s ease, transform 0.22s ease;
	width: max-content;
}

.single-post .np-alt-info.is-open .np-alt-info__panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.single-post .np-alt-info__text {
	color: #ffffff;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.35;
	margin: 0;
	text-align: left;
	text-transform: none;
}

@media (max-width: 980px) {
	.single-post .np-alt-info {
		bottom: 10px;
		right: 10px;
	}

	.single-post .np-alt-info__panel {
		max-width: min(76vw, 280px);
		padding: 7px 9px;
		right: calc(100% + 7px);
	}

	.single-post .np-alt-info__text {
		font-size: 0.68rem;
		line-height: 1.32;
	}
}
/* NP ALT INFO OVERLAY END */


@media (max-width: 620px) {
	.np-top-site-ad {
		top: 56px;
	}
}

#page,
.site,
.np-main {
	overflow-x: visible !important;
}

@media (max-width: 980px) {
	#page,
	.site,
	.np-main {
		overflow-x: hidden !important;
	}
}

@media (min-width: 1041px) {
	.np-home-latest-news__layout.has-sidebar,
	.single-post .np-content-layout {
		overflow: visible !important;
	}

	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		align-self: start !important;
		position: sticky !important;
		top: 96px !important;
		z-index: 8;
	}
}

/* NP TOP AD STICKY TO VIEWPORT TOP 2026-03-12 */
.np-top-site-ad {
	position: sticky !important;
	top: 0 !important;
	z-index: 360 !important;
}

/* NP TOP AD FIXED-PIN MODE 2026-03-12 */
.np-top-site-ad {
	position: relative !important;
	top: auto !important;
	z-index: 255 !important;
}

.np-top-site-ad.is-fixed {
	left: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	width: 100% !important;
	z-index: 370 !important;
}

.np-top-site-ad__placeholder {
	display: none;
	height: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* NP SIDEBAR STICKY BREAKPOINT ADJUST 2026-03-12 */
@media (min-width: 992px) {
	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		align-self: start !important;
		position: sticky !important;
		top: 96px !important;
		z-index: 8 !important;
	}
}

@media (max-width: 991px) {
	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		position: static !important;
		top: auto !important;
	}
}

/* NP TOP AD + SIDEBAR STICKY HARD OVERRIDE 2026-03-12 */
.np-top-site-ad {
	position: relative !important;
	top: auto !important;
	transform: none !important;
	z-index: 255 !important;
}

.np-top-site-ad.is-fixed {
	left: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	transform: none !important;
	width: 100% !important;
	z-index: 380 !important;
}

.np-top-site-ad__placeholder {
	display: none;
	height: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media (min-width: 1041px) {
	.np-home-latest-news__layout.has-sidebar,
	.single-post .np-content-layout,
	.single-post .np-content-layout__main {
		overflow: visible !important;
	}

	.np-home-latest-news__custom-sidebar,
	.single-post .np-sidebar--main {
		align-self: start !important;
		height: max-content !important;
		max-height: none !important;
		overflow: visible !important;
		position: sticky !important;
		top: 96px !important;
		z-index: 9 !important;
	}
}

/* NP SINGLE HEADING BOLD START */
.single-post .np-single-readable-content h2,
.single-post .np-single-readable-content h3,
.single-post .np-single-readable-content h4,
.single-post .np-single-readable-content h5 {
	font-weight: 700 !important;
}
/* NP SINGLE HEADING BOLD END */

/* NP ALT TEXT SIZE FORCE START */
.single-post .np-single-hero__media .np-alt-info__text,
.single-post .np-single-readable-content .np-alt-info__text {
	font-size: 0.62rem !important;
	font-weight: 700 !important;
	line-height: 1.28 !important;
}

@media (max-width: 980px) {
	.single-post .np-single-hero__media .np-alt-info__text,
	.single-post .np-single-readable-content .np-alt-info__text {
		font-size: 0.58rem !important;
		line-height: 1.26 !important;
	}
}
/* NP ALT TEXT SIZE FORCE END */
