:root {
	--nn-blue: #15518a;
	--nn-blue-dark: #0d355c;
	--nn-blue-soft: #e9f2fa;
	--nn-red: #c82333;
	--nn-red-dark: #9f1b28;
	--nn-ink: #18212f;
	--nn-text: #263241;
	--nn-muted: #697586;
	--nn-line: #dfe5ec;
	--nn-bg: #f5f7fa;
	--nn-card: #ffffff;
	--nn-shadow: 0 10px 28px rgba(17,34,51,0.08);
	--nn-shadow-soft: 0 4px 14px rgba(17,34,51,0.06);
	--nn-radius: 8px;
	--nn-radius-sm: 6px;
	--red: var(--nn-red);
	--nn-secondary: #e63946;
	--nn-secondary-dark: #c42a35;
	--nn-primary: #1a5490;
	--nn-primary-dark: #0f3a5f;
	--nn-primary-light: #2a7bc8;
	--nn-secondary: #e63946;
	--nn-secondary-dark: #c42a35;
	--nn-bg-white: #ffffff;
	--nn-bg-light: #f8f9fa;
	--nn-bg-lighter: #f5f7f9;
	--nn-bg-dark: #1f2937;
	--nn-bg-darker: #111827;
	--nn-text-primary: #1f2937;
	--nn-text-secondary: #4b5563;
	--nn-text-muted: #6b7280;
	--nn-text-light: #9ca3af;
	--nn-text-white: #ffffff;
	--nn-border-color: #e5e7eb;
	--nn-border-color-dark: #d1d5db;
	--nn-border-radius: 8px;
	--nn-border-radius-sm: 6px;
	--nn-border-radius-lg: 12px;
	--nn-border-radius-xl: 16px;
	--nn-shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
	--nn-shadow-md: 0 4px 12px rgba(0,0,0,0.08);
	--nn-shadow-lg: 0 10px 25px rgba(0,0,0,0.1);
	--nn-shadow-xl: 0 20px 40px rgba(0,0,0,0.15);
	--nn-transition: all 0.3s ease;
	--nn-transition-fast: all 0.15s ease;
	--nn-transition-slow: all 0.5s ease;
	--nn-header-height: 90px;
	--nn-mobile-header-height: 70px;
	--nn-footer-height: auto;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--nn-bg);
	color: var(--nn-text);
	font-family: "Tajawal" !important;
	line-height: 1.8;
	text-align: right;
}

body, button, input, select, textarea, .btn, .dropdown-menu, .form-control, .serif-font {
	font-family: "Tajawal" !important;
}

a {
	color: var(--nn-blue);
	text-decoration: none;
}

a:focus, a:hover {
	color: var(--nn-red);
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	max-width: 1400px;
}

.sw-fixed-top-margin {
	padding-top: 0;
}

.sw-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.sw-topbar {
	background: var(--nn-ink);
	color: #fff;
	border-bottom: 3px solid var(--nn-red);
	font-size: 0.9rem;
}

.sw-header-inner, .sw-topbar-in {
	max-width: 1180px;
	margin: 0 auto;
	padding-inline: 18px;
}

.sw-topbar-in {
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.sw-topbar a {
	color: rgba(255,255,255,0.9);
	margin-inline-end: 18px;
	font-weight: 600;
}

.sw-topbar a:hover {
	color: #fff;
}

.sw-tdate {
	color: rgba(255,255,255,0.8);
	white-space: nowrap;
}

.sw-site-header {
	position: sticky;
	top: 0;
	z-index: 1030;
	background: rgba(255,255,255,0.97);
	border-bottom: 1px solid rgba(21,81,138,0.12);
	box-shadow: 0 8px 24px rgba(15,34,52,0.08);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.sw-header-inner {
	min-height: 82px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 22px;
}

.sw-logo {
	display: inline-flex;
	align-items: center;
}

.sw-logo-img {
	max-height: 64px;
	width: auto;
	display: block;
}

.sw-main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 0;
}

.sw-main-nav a {
	color: var(--nn-ink);
	font-weight: 800;
	font-size: 0.98rem;
	line-height: 1.2;
	padding: 12px 13px;
	border-radius: var(--nn-radius-sm);
	white-space: nowrap;
}

.sw-main-nav a.sw-active, .sw-main-nav a:hover {
	background: var(--nn-blue);
	color: #fff;
}

.sw-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sw-close-btn, .sw-mobile-toggle, .sw-search-close, .sw-search-submit, .sw-search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: var(--nn-radius-sm);
	cursor: pointer;
}

.sw-search-toggle {
	width: 42px;
	height: 42px;
	background: var(--nn-blue);
	color: #fff;
	font-size: 1rem;
}

.sw-search-toggle:hover {
	background: var(--nn-red);
}

.sw-mobile-toggle {
	width: 44px;
	height: 42px;
	flex-direction: column;
	gap: 5px;
	background: var(--nn-ink);
	display: none;
}

.sw-mobile-toggle span {
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 10px;
}

.btn-pdf-download-large, .sw-btn-download, .sw-btn-home, .sw-lang-btn, .sw-read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: var(--nn-radius-sm);
	font-weight: 800;
}

.sw-lang-btn {
	color: var(--nn-blue);
	background: var(--nn-blue-soft);
	padding: 8px 12px;
}

.sw-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(14,25,38,0.92);
}

.sw-search-overlay.is-open {
	display: flex;
}

.sw-search-container {
	width: min(780px,100%);
	position: relative;
}

.sw-search-form {
	display: flex;
	gap: 10px;
	padding: 12px;
	background: #fff;
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow);
}

.sw-search-form input {
	flex: 1;
	min-width: 0;
	border: 1px solid var(--nn-line);
	border-radius: var(--nn-radius-sm);
	padding: 13px 14px;
	font-size: 1.05rem;
}

.sw-search-submit {
	min-width: 52px;
	background: var(--nn-red);
	color: #fff;
}

.sw-search-close {
	position: absolute;
	top: -54px;
	left: 0;
	width: 42px;
	height: 42px;
	color: #fff;
	background: var(--nn-red);
}

.sw-mobile-nav {
	position: fixed;
	inset-block: 0;
	right: 0;
	z-index: 1190;
	width: min(340px,88vw);
	overflow-y: auto;
	background: #fff;
	box-shadow: -18px 0 40px rgba(0,0,0,0.22);
	transform: translateX(105%);
	transition: transform 0.25s ease;
}

.sw-mobile-nav.is-open {
	transform: translateX(0);
}

.sw-mobile-nav-header {
	min-height: 76px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 18px;
	background: var(--nn-blue);
}

.sw-close-btn {
	width: 38px;
	height: 38px;
	background: rgba(255,255,255,0.16);
	color: #fff;
}

.sw-mobile-menu {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.sw-mobile-menu-item a {
	display: block;
	padding: 14px 22px;
	color: var(--nn-ink);
	font-weight: 800;
	border-bottom: 1px solid var(--nn-line);
}

.sw-mobile-menu-item a:hover {
	color: var(--nn-red);
	background: var(--nn-blue-soft);
}

.sw-mobile-overlay {
	position: fixed;
	inset: 0;
	z-index: 1180;
	display: none;
	background: rgba(14,25,38,0.55);
}

.sw-mobile-overlay.is-open {
	display: block;
}

body.sw-menu-open, body.sw-search-open {
	overflow: hidden;
}

.sw-breadcrumbs {
	background: transparent;
	padding: 18px 0 0;
}

.sw-breadcrumbs-wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding-inline: 18px;
}

.sw-archive-name, .sw-page-title, .sw-publication-title, .sw-search-title, .sw-section-title {
	color: var(--nn-ink);
	letter-spacing: 0;
}

.sw-section-title {
	font-size: 1.35rem;
	font-weight: 900;
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: 2px solid var(--nn-line);
	position: relative;
}

.sw-section-title::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 72px;
	height: 2px;
	background: var(--nn-red);
}

.sw-lines-deco {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-bottom: 12px;
	display: none;
}

.sw-line-black, .sw-line-gray, .sw-line-red {
	width: 36px;
	height: 3px;
	border-radius: 12px;
}

.sw-line-black {
	background: var(--nn-ink);
}

.sw-line-gray {
	background: var(--nn-line);
}

.sw-line-red {
	background: var(--nn-red);
}

.main-content, .split-section, .sw-dossier, .sw-hero-section, .sw-hero-wrap, .sw-nl-sec, .sw-salt, .sw-section {
	margin-block: 28px;
}

.sw-hero-stage, .sw-slider-main {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	border-radius: var(--nn-radius);
	background: var(--nn-ink);
	box-shadow: var(--nn-shadow);
}

.sw-slide, .sw-slide-img {
	position: absolute;
	inset: 0;
}

.sw-slide {
	opacity: 0;
	transition: opacity 0.35s ease;
}

.sw-slide.sw-active {
	opacity: 1;
}

.sw-slide img, .sw-slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-slide-ov, .sw-slide-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7,18,31,0.2), rgba(7,18,31,0.78));
}

.sw-slide-body, .sw-slide-caption {
	position: absolute;
	right: 32px;
	bottom: 34px;
	left: 32px;
	z-index: 2;
	max-width: 780px;
	color: #fff;
}

.sw-slide-title, .sw-slide-title a {
	color: #fff;
	font-size: clamp(1.55rem,3vw,2.55rem);
	font-weight: 900;
	line-height: 1.25;
}

.sw-slide-excerpt {
	max-width: 620px;
	margin-top: 12px;
	color: rgba(255,255,255,0.86);
	font-size: 1.05rem;
}

.sw-card-cat, .sw-slide-cat, .sw-tag, .sw-th-cat {
	display: inline-flex;
	background: var(--nn-red);
	color: #fff;
	border-radius: 999px;
	padding: 4px 12px;
	font-size: 0.8rem;
	font-weight: 900;
}

.sw-h-arrow, .sw-s-arr {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.88);
	color: var(--nn-ink);
}

.sw-prev, .sw-s-prev {
	right: 18px;
}

.sw-next, .sw-s-next {
	left: 18px;
}

.sw-hero-thumbs, .sw-thumb-strip {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 10px;
	margin-top: 12px;
}

.sw-th, .sw-thumb-item {
	position: relative;
	overflow: hidden;
	min-height: 92px;
	border-radius: var(--nn-radius-sm);
	cursor: pointer;
	background: var(--nn-ink);
	border: 2px solid transparent;
}

.sw-th.sw-active, .sw-thumb-item.sw-on {
	border-color: var(--nn-red);
}

.sw-th img, .sw-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-th-ov {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.68), transparent);
}

.sw-th-title {
	position: absolute;
	right: 10px;
	left: 10px;
	bottom: 8px;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.35;
}

.sw-h-dots {
	position: absolute;
	right: 34px;
	bottom: 18px;
	display: flex;
	gap: 6px;
	z-index: 5;
}

.sw-h-dot {
	width: 9px;
	height: 9px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,0.55);
}

.sw-h-dot.sw-on {
	width: 24px;
	border-radius: 999px;
	background: var(--nn-red);
}

.sw-news-hub {
	display: grid;
	grid-template-columns: minmax(0,2fr) minmax(300px,1fr);
	gap: 18px;
	align-items: stretch;
}

.sw-news-hub__main {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	border-radius: var(--nn-radius);
	background: var(--nn-ink);
	box-shadow: var(--nn-shadow);
	isolation: isolate;
}

.sw-news-hub__carousel, .sw-news-hub__inner, .sw-news-hub__slide {
	height: 100%;
	min-height: 430px;
}

.sw-news-hub__image, .sw-news-hub__image-link {
	display: block;
	width: 100%;
	height: 100%;
}

.sw-news-hub__image {
	object-fit: cover;
}

.sw-news-hub__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(7,18,31,0.18), rgba(7,18,31,0.82));
}

.sw-news-hub__caption {
	position: absolute;
	right: 32px;
	bottom: 20%;
	left: 32px;
	z-index: 2;
	max-width: 760px;
	color: #fff;
}

.sw-news-hub__badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 4px 12px;
	background: var(--nn-red);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 900;
}

.sw-news-hub__title {
	margin: 10px 0 0;
	color: #fff;
	font-size: 2.15rem;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.sw-news-hub__title a {
	color: inherit;
}

.sw-news-hub__title a:focus, .sw-news-hub__title a:hover {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

.sw-news-hub__excerpt {
	max-width: 640px;
	margin: 12px 0 0;
	color: rgba(255,255,255,0.86);
	font-size: 1rem;
	line-height: 1.8;
}

.sw-news-hub__date {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 12px;
	color: rgba(255,255,255,0.82);
	font-size: 0.92rem;
	font-weight: 700;
}

.sw-news-hub__indicators {
	right: 32px;
	bottom: 58px;
	left: auto;
	z-index: 5;
	justify-content: flex-start;
	gap: 6px;
	margin: 0;
}

.sw-news-hub__indicators [data-bs-target] {
	width: 9px;
	height: 9px;
	border: 0;
	border-radius: 50%;
	margin: 0;
	background: rgba(255,255,255,0.58);
	opacity: 1;
}

.sw-news-hub__indicators .active {
	width: 24px;
	border-radius: 999px;
	background: var(--nn-red);
}

.sw-news-hub__control {
	top: 50%;
	bottom: auto;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255,255,255,0.88);
	opacity: 1;
	transform: translateY(-50%);
}

.sw-news-hub__control:focus, .sw-news-hub__control:hover {
	background: #fff;
}

.sw-news-hub__control--prev {
	right: 18px;
	left: auto;
}

.sw-news-hub__control--next {
	right: auto;
	left: 18px;
}

.sw-news-hub__control .carousel-control-next-icon, .sw-news-hub__control .carousel-control-prev-icon {
	width: 1rem;
	height: 1rem;
	filter: invert(1) grayscale(1);
}

.sw-news-hub__ticker {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 6;
	display: flex;
	min-height: 52px;
	overflow: hidden;
	color: #fff;
	background: rgba(15,23,42,0.92);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(8px);
}

.sw-news-hub__ticker-label {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	min-height: 52px;
	padding-inline: 18px;
	background: var(--nn-red);
	color: #fff;
	font-weight: 900;
	white-space: nowrap;
	display: none;
}

.sw-news-hub__ticker-track {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	direction: ltr;
}

.sw-news-hub__ticker-content {
	--sw-news-hub-ticker-from: 0;
	--sw-news-hub-ticker-to: var(--sw-news-hub-ticker-offset,-50%);
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	width: max-content;
	min-width: max-content;
	white-space: nowrap;
	will-change: transform;
	transform: translate3d(var(--sw-news-hub-ticker-from),0,0);
	animation: sw-news-hub-ticker var(--sw-news-hub-ticker-duration,34s) linear infinite;
}

html[dir="rtl"] .sw-news-hub__ticker-content,
body[dir="rtl"] .sw-news-hub__ticker-content,
#swMain[data-lang="ar"] .sw-news-hub__ticker-content {
	--sw-news-hub-ticker-from: var(--sw-news-hub-ticker-offset,-50%);
	--sw-news-hub-ticker-to: 0;
}

.sw-news-hub__ticker-track:hover .sw-news-hub__ticker-content {
	animation-play-state: running;
}

@keyframes sw-news-hub-ticker {
	from {
		transform: translate3d(var(--sw-news-hub-ticker-from),0,0);
	}

	to {
		transform: translate3d(var(--sw-news-hub-ticker-to),0,0);
	}
}

.sw-news-hub__ticker-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	padding-inline: 24px;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	direction: rtl;
}

.sw-news-hub__ticker-item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--nn-red);
	transform: translateY(-50%);
}

.sw-news-hub__ticker-item:focus, .sw-news-hub__ticker-item:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.sw-news-hub__side, .sw-news-hub__side .card, .sw-news-hub__side .sidebar-section {
	height: 100%;
}

.sw-news-hub__side .sidebar-section {
	margin-bottom: 0 !important;
}

.sw-card, .sw-card-base, .sw-feature-card, .sw-opcard, .sw-opcard-v2, .sw-opcard-v3, .sw-portrait-card {
	height: 100%;
	overflow: hidden;
	background: var(--nn-card);
	border: 1px solid rgba(21,81,138,0.1);
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow-soft);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sw-archive-post-card:hover, .sw-card:hover, .sw-feature-card:hover, .sw-opcard:hover, .sw-portrait-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--nn-shadow);
}

.sw-card-img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.sw-card-link, .sw-related-title a, .sw-text-title a {
	color: var(--nn-ink);
	font-weight: 900;
}

.sw-card-author, .sw-card-date, .sw-card-meta, .sw-card-views {
	color: var(--nn-muted);
	font-size: 0.9rem;
}

.sw-section-more {
	color: var(--nn-red);
	font-weight: 900;
}

.content-section {
	padding: 22px;
	background: var(--nn-card);
	border: 1px solid rgba(21,81,138,0.1);
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow-soft);
}

.section-header-tabs {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--nn-line);
	border-bottom: 2px solid #dee2e6;
	padding-bottom: 15px;
	margin-bottom: 20px !important;
}

.section-title-main {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--nn-ink);
	font-size: 1.22rem;
	font-weight: 900;
	line-height: 1.35;
}

.category-box .card-header i, .section-title-main i, .sidebar-title i {
	color: var(--nn-red);
}

.category-box .card-header .nav-pills, .section-header-tabs .nav-pills, .sidebar-section .card-header .nav-pills {
	gap: 6px;
}

.category-box .card-header .nav-pills .nav-link, .section-header-tabs .nav-pills .nav-link, .sidebar-section .card-header .nav-pills .nav-link {
	min-height: 34px;
	padding: 7px 12px;
	color: var(--nn-muted);
	background: #f4f7fb;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.2;
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.category-box .card-header .nav-pills .nav-link:hover, .section-header-tabs .nav-pills .nav-link:hover, .sidebar-section .card-header .nav-pills .nav-link:hover {
	color: var(--nn-blue);
	border-color: rgba(21,81,138,0.18);
	transform: translateY(-1px);
}

.category-box .card-header .nav-pills .nav-link.active, .section-header-tabs .nav-pills .nav-link.active, .sidebar-section .card-header .nav-pills .nav-link.active {
	color: #fff;
background: var(--nn-red-dark);
  border-color: var(--nn-red);
}

.category-box .card-header .btn, .section-header-tabs .btn, .sidebar-section .btn, .sidebar-section .card-header .btn {
	border-radius: var(--nn-radius-sm);
	font-weight: 800;
}

.category-box .tab-pane, .content-section .tab-pane, .sidebar-section .tab-pane {
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.category-box, .sidebar-section .card {
	overflow: hidden;
	background: var(--nn-card);
	border: 1px solid rgba(21,81,138,0.1) !important;
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow-soft) !important;
}

.category-box .card-header, .sidebar-section .card>.card-header {
	padding: 0;
	color: #fff;
	background: var(--nn-ink);
	border: 0;
}

.category-box .card-header>.card-header, .sidebar-section .card>.card-header>.card-header {
	width: 100%;
	margin: 0;
	padding: 13px 16px;
	color: #fff;
	background: transparent;
	border: 0;
}

.category-box .card-header h5, .sidebar-section .card-header h5 {
	color: #100909;
	font-weight: 900;
}

.category-box .card-body, .sidebar-section .card-body {
	background: #fff;
}

.sidebar-title {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 14px;
	color: var(--nn-ink);
	font-size: 1.08rem;
	font-weight: 900;
}

.featured-vertical-card, .horizontal-small-card, .news-card {
	height: 100%;
	overflow: hidden;
	background: var(--nn-card);
	border: 1px solid rgba(21,81,138,0.1);
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow-soft);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.featured-vertical-card:hover, .horizontal-small-card:hover, .news-card:hover {
	transform: translateY(-3px);
	border-color: rgba(200,35,51,0.22);
	box-shadow: var(--nn-shadow);
}

.news-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--nn-blue-soft);
}

.featured-vertical-card>a>img, .horizontal-small-card img, .news-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.28s ease;
}

.featured-vertical-card:hover>a>img, .horizontal-small-card:hover img, .news-card:hover .news-image img {
	transform: scale(1.045);
}

.badge-category {
	position: absolute;
	inset-block-start: 12px;
	inset-inline-start: 12px;
	max-width: calc(100% - 24px);
	padding: 5px 10px;
	overflow: hidden;
	color: #fff;
	background: var(--nn-red) !important;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-content {
	padding: 14px 16px 16px;
}

.compact-news-card h6, .featured-vertical-card h5, .horizontal-small-card h6, .literature-item h6, .news-content h5, .numbered-item h6, .quick-news-item h6 {
	margin-bottom: 0;
	color: var(--nn-ink);
	font-weight: 900;
	line-height: 1.45;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.compact-news-card h6 a, .featured-vertical-card h5 a, .horizontal-small-card h6, .horizontal-small-card h6 a, .literature-item h6 a, .news-content h5 a, .numbered-item h6 a, .quick-news-item h6 a {
	color: var(--nn-ink) !important;
}

.compact-news-card h6 a:hover, .featured-vertical-card h5 a:hover, .horizontal-small-card:hover h6, .literature-item h6 a:hover, .news-content h5 a:hover, .numbered-item h6 a:hover, .quick-news-item h6 a:hover {
	color: var(--nn-red) !important;
}

.featured-vertical-card>a {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--nn-blue-soft);
}

.featured-vertical-card>div {
	padding: 13px 15px 15px;
}

.featured-vertical-card .badge {
	background: var(--nn-red) !important;
	border-radius: 999px;
	font-weight: 900;
}

.horizontal-small-card>a>div:first-child {
	height: auto !important;
	aspect-ratio: 16 / 10;
	background: var(--nn-blue-soft);
}

.horizontal-small-card>a>div:last-child {
	padding: 10px 12px 12px;
}

.category-box .list-group-item, .compact-news-card, .literature-item, .numbered-item, .quick-news-item, .sidebar-section .list-group-item {
	transition: background-color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.compact-news-card {
	padding: 9px;
	border: 1px solid transparent;
	border-radius: var(--nn-radius-sm);
	margin-bottom: 15px;
}

.category-box .list-group-item:hover, .compact-news-card:hover, .literature-item:hover, .numbered-item:hover, .quick-news-item:hover, .sidebar-section .list-group-item:hover {
	background: var(--nn-blue-soft) !important;
}

.compact-news-card:hover, .literature-item:hover, .quick-news-item:hover {
	transform: translateX(-3px);
}

.compact-news-card img {
	width: 96px;
	height: 68px;
	object-fit: cover;
	border-radius: var(--nn-radius-sm) !important;
	width: 100%;
	height: 80px;
	object-fit: cover;
}

.category-box .list-group-item, .sidebar-section .list-group-item {
	color: var(--nn-text);
	background: #fff;
	border-color: var(--nn-line) !important;
}

.category-box .list-group-item img, .quick-news-item img, .sidebar-section .list-group-item img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--nn-radius-sm) !important;
}

.quick-news-item .row {
	align-items: center;
}

.literature-item h6, .numbered-item h6, .quick-news-item h6 {
	font-size: 0.96rem;
}

.numbered-item.bg-light {
	background: linear-gradient(90deg, rgba(21,81,138,0.07), #fff) !important;
}

.rank-badge {
	display: inline-flex;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: var(--nn-blue-dark);
	background: var(--nn-blue-soft);
	border-radius: 50%;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1;
}

.rank-badge.top-rank {
	color: #fff;
	background: var(--nn-red);
	box-shadow: 0 8px 16px rgba(200,35,51,0.18);
}

.literature-item small a:hover {
	color: var(--nn-red) !important;
}

.sidebar-section .sw-opcard-v2 {
	display: grid;
	grid-template-columns: minmax(0,1fr) auto;
	gap: 12px;
	align-items: center;
	height: auto;
	padding: 14px 16px;
	border: 0;
	border-bottom: 1px solid var(--nn-line);
	border-radius: 0;
	box-shadow: none;
}

.sidebar-section .sw-opcard-title {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.45;
}

.sidebar-section .sw-opcard-title a {
	color: var(--nn-ink);
}

.sidebar-section .sw-opcard-title a:hover {
	color: var(--nn-red);
}

.sidebar-section .sw-opcard-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	text-align: center;
}

.sidebar-section .sw-opcard-av {
	width: 58px;
	height: 58px;
	object-fit: cover;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--nn-blue-soft);
}

.sidebar-section .sw-opcard-name {
	display: block;
	max-width: 84px;
	overflow: hidden;
	color: var(--nn-muted);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsletter-box {
	padding: 20px;
	overflow: hidden;
	background: linear-gradient(135deg, var(--nn-blue-dark), var(--nn-ink));
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow);
}

.newsletter-box .form-control {
	min-height: 44px;
	border: 0;
	border-radius: var(--nn-radius-sm);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.newsletter-box .btn {
	min-height: 44px;
	color: var(--nn-ink);
	background: #fff;
	border: 0;
}

.newsletter-box .btn:hover {
	color: #fff;
	background: var(--nn-red);
}

.social-feed {
	display: grid;
	gap: 9px;
}

.social-feed .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	margin-bottom: 0 !important;
	border: 0;
	border-radius: var(--nn-radius-sm);
	box-shadow: var(--nn-shadow-soft);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.social-feed .btn:hover {
	transform: translateY(-2px);
	box-shadow: var(--nn-shadow);
	filter: saturate(1.08);
}

.sw-topic-layout {
	display: grid;
	gap: 18px;
}

.sw-dossier, .sw-nl-sec {
	padding: 30px;
	border-radius: var(--nn-radius);
	background: #fff;
	box-shadow: var(--nn-shadow-soft);
}

.sw-nl-sec {
	background: linear-gradient(135deg, #fff, var(--nn-blue-soft));
}

.sw-nl-input {
	flex: 1;
	min-width: 220px;
	border: 1px solid var(--nn-line);
	border-radius: var(--nn-radius-sm);
	padding: 12px 14px;
}

.sw-nl-btn {
	border: 0;
	border-radius: var(--nn-radius-sm);
	padding: 12px 18px;
	background: var(--nn-red);
	color: #fff;
	font-weight: 900;
}

.sw-archive-page, .sw-static-page {
	padding-block: 28px 44px;
}

.sw-archive-header, .sw-search-header {
	padding: 30px;
	margin-bottom: 26px;
	border-radius: var(--nn-radius);
	background: #fff;
	box-shadow: var(--nn-shadow-soft);
}

.sw-archive-name, .sw-search-title {
	margin-bottom: 10px;
	font-size: clamp(1.6rem,3vw,2.35rem);
	font-weight: 900;
}

.sw-archive-description {
	color: var(--nn-muted);
	max-width: 780px;
	margin-inline: auto;
}

.sw-archive-stats, .sw-search-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.sw-archive-stats span, .sw-stat-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--nn-blue-soft);
	color: var(--nn-blue-dark);
	font-weight: 800;
}

.sw-archive-layout {
	display: grid;
	grid-template-columns: minmax(0,1fr) 310px;
	gap: 28px;
	align-items: start;
}

.sw-posts-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 18px;
}

.sw-archive-post {
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(21,81,138,0.1);
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow-soft);
}

.sw-archive-post-inner {
	display: grid;
	grid-template-columns: 180px minmax(0,1fr);
	gap: 16px;
	height: 100%;
}

.sw-archive-post-image {
	overflow: hidden;
	background: var(--nn-blue-soft);
	width: 100% !important;
	display: contents;
}

.sw-archive-post-image img {
	width: 100%;
	height: 100%;
	min-height: 150px;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.sw-archive-post-card:hover img, .sw-archive-post:hover .sw-archive-post-image img {
	transform: scale(1.04);
}

.sw-archive-post-content {
	padding: 16px;
}

.sw-archive-post-title {
	margin: 0 0 8px;
	font-weight: 900;
	line-height: 1.45;
}

.sw-archive-post-title a {
	color: var(--nn-ink);
}

.sw-archive-post-meta, .sw-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: var(--nn-muted);
	font-size: 0.88rem;
}

.sw-archive-post-excerpt {
	color: var(--nn-muted);
	margin: 10px 0 0;
	font-size: 0.95rem;
}

.sw-read-more {
	color: var(--nn-red);
	margin-inline-start: 6px;
}

.sw-child-items {
	margin-bottom: 22px;
}

.sw-child-items-scroll {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 6px;
}

.sw-child-item-link {
	flex: 0 0 auto;
	padding: 9px 14px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--nn-line);
	color: var(--nn-ink);
	font-weight: 800;
}

.sw-child-item-link.sw-active, .sw-child-item-link:hover {
	background: var(--nn-blue);
	color: #fff;
}

.sw-pagination-nav {
	margin-top: 30px;
}

.sw-pagination-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sw-pagination-dots, .sw-pagination-link {
	display: inline-flex;
	min-width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	padding-inline: 12px;
	border-radius: var(--nn-radius-sm);
	background: #fff;
	color: var(--nn-ink);
	border: 1px solid var(--nn-line);
	font-weight: 800;
}

.sw-pagination-link.sw-current, .sw-pagination-link:hover {
	background: var(--nn-red);
	border-color: var(--nn-red);
	color: #fff;
}

.sw-empty-state, .sw-no-posts-message {
	padding: 42px 24px;
	text-align: center;
	background: #fff;
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow-soft);
}

.sw-news-page__wrap, .sw-opinions-page__wrap {
	padding-block: 28px 46px;
}

.sw-news-page__hero, .sw-opinions-page__hero {
	margin-bottom: 24px;
}

.sw-news-page__hero-inner, .sw-opinions-page__hero-inner {
	padding: clamp(24px,4vw,40px);
	overflow: hidden;
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow);
}

.sw-news-page__hero-inner {
	background: linear-gradient(135deg, var(--nn-ink), var(--nn-blue-dark));
	color: #fff;
}

.sw-opinions-page__hero-inner {
	background: #fff;
	border: 1px solid rgba(21,81,138,0.12);
}

.sw-news-page__eyebrow, .sw-opinions-page__eyebrow {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 5px 11px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 900;
}

.sw-news-page__eyebrow {
	color: #fff;
	background: var(--nn-red);
}

.sw-opinions-page__eyebrow {
	color: var(--nn-red);
	background: rgba(200,35,51,0.08);
}

.sw-news-page__hero h1, .sw-opinions-page__hero h1 {
	margin: 0;
	font-size: clamp(1.8rem,4vw,2.75rem);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.sw-news-page__hero h1 {
	color: #fff;
}

.sw-opinions-page__hero h1 {
	color: var(--nn-ink);
}

.sw-news-page__hero p, .sw-opinions-page__hero p {
	max-width: 760px;
	margin: 12px 0 0;
	font-size: 1.05rem;
	line-height: 1.9;
}

.sw-news-page__hero p {
	color: rgba(255,255,255,0.82);
}

.sw-opinions-page__hero p {
	color: var(--nn-muted);
}

.sw-news-page__stats, .sw-opinions-page__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 18px;
}

.sw-news-page__stats span, .sw-opinions-page__stats span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border-radius: 999px;
	font-weight: 900;
}

.sw-news-page__stats span {
	color: #fff;
	background: rgba(255,255,255,0.12);
}

.sw-opinions-page__stats span {
	color: var(--nn-blue-dark);
	background: var(--nn-blue-soft);
}

.sw-news-page__topics, .sw-opinions-page__topics {
	display: flex;
	gap: 9px;
	margin-bottom: 22px;
	overflow-x: auto;
	padding-bottom: 6px;
}

.sw-news-page__topics a, .sw-opinions-page__topics a {
	flex: 0 0 auto;
	padding: 8px 13px;
	color: var(--nn-ink);
	background: #fff;
	border: 1px solid var(--nn-line);
	border-radius: 999px;
	font-weight: 900;
}

.sw-news-page__topics a:hover, .sw-opinions-page__topics a:hover {
	color: #fff;
	background: var(--nn-blue);
	border-color: var(--nn-blue);
}

.sw-news-page__layout, .sw-opinions-page__layout {
	display: grid;
	grid-template-columns: minmax(0,1fr) 310px;
	gap: 28px;
	align-items: start;
}

.sw-news-page__main, .sw-opinions-page__main {
	min-width: 0;
}

.sw-news-page__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 18px;
	margin-top: 18px;
}

.sw-news-page-card {
	height: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(21,81,138,0.1);
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow-soft);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sw-news-page-card:hover {
	transform: translateY(-3px);
	border-color: rgba(200,35,51,0.22);
	box-shadow: var(--nn-shadow);
}

.sw-news-page-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--nn-blue-soft);
}

.sw-news-page-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.28s ease;
}

.sw-news-page-card:hover .sw-news-page-card__media img {
	transform: scale(1.045);
}

.sw-news-page-card__placeholder {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: var(--nn-blue-dark);
	font-size: 2rem;
}

.sw-news-page-card__body {
	padding: 16px;
}

.sw-news-page-card__category, .sw-opinions-page-card__category {
	display: inline-flex;
	margin-bottom: 9px;
	color: var(--nn-red);
	font-size: 0.82rem;
	font-weight: 900;
}

.sw-news-page-card__title, .sw-opinions-page-card__title {
	margin: 0;
	color: var(--nn-ink);
	font-size: 1.06rem;
	font-weight: 900;
	line-height: 1.45;
}

.sw-news-page-card__title a, .sw-opinions-page-card__title a {
	color: inherit;
}

.sw-news-page-card__title a:hover, .sw-opinions-page-card__title a:hover {
	color: var(--nn-red);
}

.sw-news-page-card__excerpt, .sw-opinions-page-card__excerpt {
	margin: 10px 0 0;
	color: var(--nn-muted);
	font-size: 0.95rem;
	line-height: 1.8;
}

.sw-news-page-card__meta, .sw-opinions-page-card__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin-top: 14px;
	color: var(--nn-muted);
	font-size: 0.88rem;
	font-weight: 800;
}

.sw-news-page-card__meta a, .sw-opinions-page-card__meta a {
	color: var(--nn-red);
}

.sw-news-page-card--lead {
	display: grid;
	grid-template-columns: minmax(0,1.18fr) minmax(0,1fr);
	align-items: stretch;
}

.sw-news-page-card--lead .sw-news-page-card__media {
	aspect-ratio: auto;
	min-height: 320px;
}

.sw-news-page-card--lead .sw-news-page-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
}

.sw-news-page-card--lead .sw-news-page-card__title {
	font-size: clamp(1.35rem,2.6vw,2rem);
}

.sw-opinions-page__list {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.sw-opinions-page-card {
	display: grid;
	grid-template-columns: 104px minmax(0,1fr);
	gap: 18px;
	padding: 18px;
	background: #fff;
	border: 1px solid rgba(21,81,138,0.1);
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow-soft);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sw-opinions-page-card:hover {
	transform: translateY(-2px);
	border-color: rgba(200,35,51,0.2);
	box-shadow: var(--nn-shadow);
}

.sw-opinions-page-card__writer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 9px;
	min-width: 0;
	text-align: center;
}

.sw-opinions-page-card__avatar-placeholder, .sw-opinions-page-card__writer img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
}

.sw-opinions-page-card__writer img {
	object-fit: cover;
	border: 3px solid #fff;
	box-shadow: 0 0 0 2px var(--nn-blue-soft);
}

.sw-opinions-page-card__avatar-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--nn-blue-dark);
	background: var(--nn-blue-soft);
}

.sw-opinions-page-card__writer a, .sw-opinions-page-card__writer span {
	max-width: 100%;
	overflow: hidden;
	color: var(--nn-ink);
	font-size: 0.86rem;
	font-weight: 900;
	line-height: 1.4;
	text-overflow: ellipsis;
}

.sw-opinions-page-card--lead {
	grid-template-columns: 138px minmax(0,1fr);
	padding: 24px;
	background: linear-gradient(135deg, #fff, var(--nn-blue-soft));
}

.sw-opinions-page-card--lead .sw-opinions-page-card__avatar-placeholder, .sw-opinions-page-card--lead .sw-opinions-page-card__writer img {
	width: 94px;
	height: 94px;
}

.sw-opinions-page-card--lead .sw-opinions-page-card__title {
	font-size: clamp(1.3rem,2.4vw,1.9rem);
}

.sw-news-page__sidebar .sw-page-sidebar-tabs, .sw-news-page__sidebar .sw-post-sidebar, .sw-opinions-page__sidebar .sw-page-sidebar-tabs, .sw-opinions-page__sidebar .sw-post-sidebar {
	position: sticky;
	top: 112px;
}

.sw-single-post-content {
	padding-block: 26px 46px;
}

.sw-page-article, .sw-pdf-single, .sw-post-article, .sw-publication-card {
	background: #fff;
	border: 1px solid rgba(21,81,138,0.1);
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow);
}

.sw-post-article {
	padding: clamp(5px,4vw,10px);
}

.sw-post-article h1, .sw-post-title {
	color: var(--nn-ink);
	font-size: clamp(1.8rem,4vw,3rem);
	font-weight: 900;
	line-height: 1.28;
}

.sw-post-subtitle {
	color: var(--nn-muted);
	font-size: 1.25rem;
	font-weight: 600;
}

.sw-post-featured-image {
	margin: 24px 0;
	overflow: hidden;
	border-radius: var(--nn-radius);
	background: var(--nn-blue-soft);
}

.sw-featured-image {
	width: 100%;
	display: block;
	object-fit: cover;
}

.sw-article-content, .sw-page-body, .sw-post-content {
	color: #202936;
	font-size: 1.12rem;
	line-height: 2.05;
}

.sw-page-body p, .sw-post-content p {
	margin-bottom: 1.35em;
}

.sw-page-body h2, .sw-post-content h2 {
	margin-top: 1.6em;
	color: var(--nn-ink);
	font-weight: 900;
}

.sw-page-body blockquote, .sw-post-content blockquote {
	margin: 26px 0;
	padding: 18px 22px;
	border-right: 4px solid var(--nn-red);
	background: var(--nn-blue-soft);
	color: var(--nn-ink);
	border-radius: var(--nn-radius-sm);
}

.sw-post-footer {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid var(--nn-line);
}

.sw-post-tags h4 {
	font-size: 1rem;
	font-weight: 900;
}

.sw-share-buttons, .sw-tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sw-tag-link {
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--nn-blue-soft);
	color: var(--nn-blue-dark);
	font-weight: 800;
}

.sw-tag-link:hover {
	background: var(--nn-blue);
	color: #fff;
}

.sw-footer-social a, .sw-social-link, .sw-social-network a {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #15518a00;
	color: #fff;
}

.sw-social-link:hover, .sw-social-network a:hover {
	background: var(--nn-red);
	color: #fff;
}

.sw-related-posts {
	margin-top: 30px;
	padding: 24px;
	background: #fff;
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow-soft);
}

.sw-related-post-card {
	height: 100%;
}

.sw-related-post-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: var(--nn-radius-sm);
}

.sw-archive-sidebar, .sw-page-content, .sw-page-sidebar, .sw-post-sidebar {
	position: relative;
}

.sw-sidebar-widget {
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid rgba(21,81,138,0.1);
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow-soft);
}

.sw-rsidebar-widget-header, .sw-widget-header {
	padding: 16px 18px;
	background: var(--nn-ink);
	color: #fff;
}

.sw-rsidebar-widget-header h3, .sw-widget-header h3 {
	margin: 0;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 900;
}

.sw-sidebar-widget-content, .sw-widget-body {
	padding: 10px 0;
}

.sw-sidebar-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sw-sidebar-post-item {
	border-bottom: 1px solid var(--nn-line);
}

.sw-sidebar-post-item:last-child {
	border-bottom: 0;
}

.sw-sidebar-post-link {
	display: grid;
	grid-template-columns: 34px minmax(0,1fr);
	gap: 10px;
	padding: 13px 16px;
	color: var(--nn-ink);
}

.sw-sidebar-post-number {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--nn-blue-soft);
	color: var(--nn-blue-dark);
	font-weight: 900;
}

.sw-sidebar-post-title {
	font-weight: 800;
	line-height: 1.5;
}

.sw-sidebar-post-stats {
	color: var(--nn-muted);
}

.sw-page-sidebar-tabs .card {
	overflow: hidden;
	border: 1px solid rgba(21,81,138,0.1);
	border-radius: var(--nn-radius);
	box-shadow: var(--nn-shadow-soft);
}

.sw-page-sidebar-tabs .card-header {
	padding: 13px 14px;
	background: var(--nn-ink);
	border: 0;
	color: #fff;
}

.sw-page-sidebar-tabs__head {
	display: grid;
	gap: 10px;
}

.sw-page-sidebar-tabs__title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #fff;
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.3;
}

.sw-page-sidebar-tabs__title i {
	color: var(--nn-red);
}

.sw-page-sidebar-tabs .nav-pills {
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	overflow-x: auto;
	padding-bottom: 1px;
}

.sw-page-sidebar-tabs .nav-pills .nav-link {
	min-height: 32px;
	padding: 6px 10px;
	white-space: nowrap;
	color: rgba(255,255,255,0.84);
	background: rgba(255,255,255,0.1);
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 900;
}

.sw-page-sidebar-tabs .nav-pills .nav-link:hover {
	color: #fff;
	border-color: rgba(255,255,255,0.18);
}

.sw-page-sidebar-tabs .nav-pills .nav-link.active {
	color: var(--nn-ink);
	background: #fff;
	border-color: #fff;
}

.sw-page-sidebar-tabs__item {
	display: grid;
	grid-template-columns: 74px minmax(0,1fr);
	gap: 12px;
	align-items: center;
	padding: 13px 14px;
	border-bottom: 1px solid var(--nn-line);
	background: #fff;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.sw-page-sidebar-tabs__item:last-child {
	border-bottom: 0;
}

.sw-page-sidebar-tabs__item:hover {
	background: var(--nn-blue-soft);
	transform: translateX(-2px);
}

.sw-page-sidebar-tabs__item--opinion {
	grid-template-columns: 58px minmax(0,1fr);
}

.sw-page-sidebar-tabs__item--ranked {
	grid-template-columns: 38px minmax(0,1fr);
}

.sw-page-sidebar-tabs__avatar, .sw-page-sidebar-tabs__thumb {
	display: block;
	overflow: hidden;
	background: var(--nn-blue-soft);
	border-radius: var(--nn-radius-sm);
}

.sw-page-sidebar-tabs__thumb {
	aspect-ratio: 4 / 3;
}

.sw-page-sidebar-tabs__avatar img, .sw-page-sidebar-tabs__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-page-sidebar-tabs__avatar span, .sw-page-sidebar-tabs__thumb span {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: var(--nn-blue-dark);
}

.sw-page-sidebar-tabs__avatar, .sw-page-sidebar-tabs__avatar img, .sw-page-sidebar-tabs__avatar span {
	width: 52px;
	height: 52px;
	border-radius: 50%;
}

.sw-page-sidebar-tabs__avatar img {
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px var(--nn-blue-soft);
}

.sw-page-sidebar-tabs__rank {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #fff;
	background: var(--nn-red);
	border-radius: 50%;
	font-weight: 900;
}

.sw-page-sidebar-tabs__body {
	min-width: 0;
}

.sw-page-sidebar-tabs__body h4 {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--nn-ink);
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.sw-page-sidebar-tabs__body h4 a {
	color: inherit;
}

.sw-page-sidebar-tabs__body h4 a:hover {
	color: var(--nn-red);
}

.sw-page-sidebar-tabs__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 5px;
	color: var(--nn-muted);
	font-size: 0.78rem;
	font-weight: 800;
}

.sw-page-sidebar-tabs__meta a {
	color: var(--nn-muted);
}

.sw-page-sidebar-tabs__meta a:hover {
	color: var(--nn-red);
}

.sw-page-sidebar-tabs__empty {
	padding: 22px 14px;
	color: var(--nn-muted);
	text-align: center;
	font-weight: 800;
}

.sw-page-sidebar-tabs.sidebar-section .card>.card-header {
	padding: 13px 14px;
	color: #fff;
	background: var(--nn-ink);
	border: 0;
}

.sw-page-sidebar-tabs.sidebar-section .card>.card-header .nav-pills {
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	overflow-x: auto;
	padding-bottom: 1px;
}

.sw-page-sidebar-tabs.sidebar-section .card>.card-header .nav-pills .nav-link {
	min-height: 32px;
	padding: 6px 10px;
	color: rgba(255,255,255,0.84);
	background: rgba(255,255,255,0.1);
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

.sw-page-sidebar-tabs.sidebar-section .card>.card-header .nav-pills .nav-link:hover {
	color: #fff;
	border-color: rgba(255,255,255,0.18);
	transform: none;
}

.sw-page-sidebar-tabs.sidebar-section .card>.card-header .nav-pills .nav-link.active {
	color: var(--nn-ink);
	background: #fff;
	border-color: #fff;
}

.sw-archive-post-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sw-archive-post-card .sw-archive-post-image img, .sw-pdf-cover img, .sw-publication-cover-img {
	border-radius: var(--nn-radius-sm);
}

.sw-publication-cover-img {
	box-shadow: 0 14px 28px rgba(0,0,0,0.16);
}

.sw-pdf-description, .sw-publication-desc {
	font-size: 1.02rem;
	line-height: 1.9;
}

.btn-pdf-download-large, .sw-btn-download {
	background: var(--nn-red) !important;
	color: #fff !important;
}

.btn-pdf-download-large:hover, .sw-btn-download:hover {
	background: var(--nn-red-dark) !important;
	color: #fff !important;
}

.card {
	border-radius: var(--nn-radius);
}

.card-body {
	color: var(--nn-text);
}

#nd-footer, .sw-footer {
	margin-top: 42px;
	color: rgba(255,255,255,0.88);
	background: var(--nn-ink) !important;
}

.nd-footer-top, .sw-footer-top {
	padding: 42px 0 26px;
}

.nd-footer-title h4, .sw-footer-heading {
	color: #fff;
	font-size: 1.08rem;
	font-weight: 900;
	padding-bottom: 10px;
	margin-bottom: 14px;
	border-bottom: 2px solid rgba(255,255,255,0.12);
	position: relative;
}

.nd-footer-title h4::after, .sw-footer-heading::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 54px;
	height: 2px;
	background: var(--nn-red);
}

.nd-footer-links, .sw-footer-brand, .sw-footer-col {
	color: rgba(255,255,255,0.78);
}

.nd-footer-links a, .sw-footer a {
	color: rgba(255,255,255,0.82);
}

.nd-footer-links a:hover, .sw-footer a:hover {
	color: #fff;
}

.nd-social-links a, .sw-footer-social a {
	margin-inline: 3px;
}

.nd-footer-bottom, .sw-footer-bottom {
	background: rgba(0,0,0,0.25);
	border-top: 1px solid rgba(255,255,255,0.08);
}

.nd-copyright, .sw-footer-copyright {
	color: rgba(255,255,255,0.76);
}

.sw-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3,1fr);
	gap: 24px;
}

.nd-footer-links ul, .sw-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nd-footer-links li, .sw-footer li {
	margin-bottom: 8px;
}

.sw-footer-copyright {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 0;
}

.sw-scroll-progress {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1300;
	width: 0;
	height: 3px;
	background: var(--nn-red);
}

.sw-back-to-top {
	position: fixed;
	left: 22px;
	bottom: 22px;
	z-index: 1100;
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--nn-blue);
	color: #fff;
	box-shadow: var(--nn-shadow);
	cursor: pointer;
}

.sw-back-to-top.is-visible {
	display: flex;
}

.sw-back-to-top:hover {
	background: var(--nn-red);
}

.sw-support-btn {
	display: none;
}

.sw-news-hub__date, .sw-news-hub__excerpt {
	display: none;
}

p.text-muted.small.d-none.d-md-block {
	display: none !important;
}

.nn-archive-header {
	background: var(--nn-bg-white);
	border-radius: var(--nn-border-radius-lg);
	padding: 2rem 2.5rem;
	margin-bottom: 2.5rem;
	box-shadow: var(--nn-shadow-md);
	border: 1px solid var(--nn-border-color);
}

.nn-writer-header {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.nn-writer-avatar-large {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid var(--nn-primary);
	box-shadow: var(--nn-shadow-md);
	flex-shrink: 0;
}

.nn-writer-header-info {
	flex: 1;
}

.nn-archive-name {
	font-size: clamp(1.75rem,4vw,2.25rem);
	font-weight: 900;
	color: var(--nn-text-primary);
	margin-bottom: 0.5rem;
	line-height: 1.3;
}

.nn-archive-description {
	font-size: 1.0625rem;
	color: var(--nn-text-secondary);
	line-height: 1.7;
	margin-top: 0.5rem;
}

.nn-archive-title-box {
	margin-bottom: 1.5rem;
}

.nn-lines-deco {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
}

.nn-lines-deco span {
	height: 4px;
	border-radius: 2px;
}

.nn-line-black {
	width: 50px;
	background-color: var(--nn-bg-dark);
}

.nn-line-gray {
	width: 25px;
	background-color: var(--nn-text-muted);
}

.nn-line-red {
	width: 15px;
	background-color: var(--nn-secondary);
}

.nn-archive-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--nn-border-color);
}

.nn-archive-stats span {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	color: var(--nn-text-muted);
	font-weight: 600;
}

.nn-archive-stats i {
	color: var(--nn-primary);
	font-size: 1rem;
}

.nn-post-sidebar {
	margin-bottom: 2rem;
}

.nn-sidebar-widget {
	background: var(--nn-bg-white);
	border-radius: var(--nn-border-radius-lg);
	box-shadow: var(--nn-shadow-md);
	border: 1px solid var(--nn-border-color);
	overflow: hidden;
}

.nn-sidebar-widget-content {
	padding: 1.5rem;
}

.nn-sidebar-post-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nn-sidebar-post-item {
	border-bottom: 1px solid var(--nn-border-color);
}

.nn-sidebar-post-item:last-child {
	border-bottom: none;
}

.nn-sidebar-post-link {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 0.5rem;
	color: var(--nn-text-primary);
	text-decoration: none;
	border-radius: var(--nn-border-radius-sm);
	transition: var(--nn-transition-fast);
}

.nn-sidebar-post-link:hover {
	background: var(--nn-bg-light);
	color: var(--nn-primary);
	text-decoration: none;
}

.nn-sidebar-post-number {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	background: var(--nn-bg-light);
	color: var(--nn-primary);
	font-weight: 800;
	font-size: 1rem;
	border-radius: var(--nn-border-radius-sm);
	flex-shrink: 0;
	transition: var(--nn-transition-fast);
}

.nn-sidebar-post-link:hover .nn-sidebar-post-number {
	background: var(--nn-primary);
	color: var(--nn-text-white);
}

.nn-sidebar-post-content {
	flex: 1;
	min-width: 0;
}

.nn-sidebar-post-title {
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--nn-text-primary);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nn-sidebar-post-views {
	font-size: 0.8rem;
	color: var(--nn-text-muted);
	margin-top: 0.25rem;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.nn-sidebar-empty-message {
	text-align: center;
	padding: 2rem 1rem;
	color: var(--nn-text-muted);
	font-size: 0.9375rem;
}

.sw-title {
	margin: 0;
	font-weight: 700;
	line-height: 1.4;
	color: #1a1a1a;
}

.sw-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover .sw-title, .sw-title a:hover {
	color: #1a5490;
}

.sw-title-lg {
	font-size: 1.4rem;
	line-height: 1.45;
}

.sw-title-md {
	font-size: 1.2rem;
	line-height: 1.4;
}

.sw-title-sm {
	font-size: 1rem;
	line-height: 1.4;
}

.sw-title-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sw-card-meta {
	display: block;
	margin-top: 4px;
	font-size: 0.75rem;
	color: #8a8f98;
}

.sw-card-meta a {
	color: inherit;
	text-decoration: none;
}

.sw-card-meta i {
	margin-inline-end: 3px;
}

.sw-box-title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a1a1a;
}

.nav-pills {
	gap: 5px;
}

.nav-pills .nav-link {
	color: #6c757d;
	background: transparent;
	border: 1px solid #dee2e6;
	border-radius: 5px;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
	color: #1a5490;
	background: #f8f9fa;
	border-color: #1a5490;
}

.nav-pills .nav-link.active {
	color: #fff;
	background: #1a5490;
	border-color: #1a5490;
}

.nav-pills-sm .nav-link {
	padding: 5px 12px;
	font-size: 13px;
}

.section-header-tabs .section-title-main {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.section-header-tabs .section-title-main::after {
	display: none;
}

.tab-content {
	padding-top: 20px;
}

.tab-pane {
	min-height: 200px;
	animation: fadeIn 0.4s ease-in;
}

.category-box {
	border: none;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.category-box .card-header {
	background: #fff;
	border-bottom: 2px solid #dee2e6;
	padding: 15px 20px;
}

.category-box .card-body {
	padding: 20px;
}

.compact-news-card:last-child {
	margin-bottom: 0;
}

.compact-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 5px;
}

.compact-title a:hover {
	color: #1a5490 !important;
}

.literature-item, .opinion-item {
	transition: background 0.3s ease;
}

.literature-item:hover, .opinion-item:hover {
	background: #f8f9fa;
}

.literature-item:last-child, .opinion-item:last-child {
	border-bottom: none !important;
}

.author-avatar {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border: 2px solid #dee2e6;
}

.quick-news-item {
	transition: background 0.3s ease;
}

.quick-news-item:hover {
	background: #f8f9fa;
}

.quick-news-item:last-child {
	border-bottom: none !important;
}

.quick-news-item h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 5px;
}

.quick-news-item h6 a:hover {
	color: #1a5490 !important;
}

.split-section .category-box {
	height: 100%;
}

.nn-post-header {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--nn-border-color);
}

.nn-post-category {
	margin-bottom: 0.75rem;
}

.nn-post-category a {
	display: inline-block;
	background: var(--nn-secondary);
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 800;
	padding: 4px 16px;
	border-radius: 20px;
	text-decoration: none;
	letter-spacing: 0.3px;
	transition: background var(--nn-transition-fast);
}

.nn-post-category a:hover {
	background: var(--nn-secondary-dark);
	color: #fff;
	text-decoration: none;
}

.nn-post-title {
	font-size: clamp(1.75rem,5vw,2.5rem);
	font-weight: 900;
	color: var(--nn-text-primary);
	line-height: 1.35;
	margin-bottom: 1.25rem;
	word-break: break-word;
}

.nn-post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem;
	color: var(--nn-text-muted);
	font-size: 0.9rem;
}

.nn-post-authors {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}

.nn-post-authors.has-multiple-writers {
	gap: 0.75rem;
}

.nn-post-author {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	white-space: nowrap;
}

.nn-post-author a {
	color: var(--nn-text-primary);
	font-weight: 700;
	text-decoration: none;
	transition: color var(--nn-transition-fast);
}

.nn-post-author a:hover {
	color: var(--nn-secondary);
	text-decoration: underline;
}

.nn-author-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--nn-border-color);
	flex-shrink: 0;
	transition: border-color var(--nn-transition-fast);
}

.nn-post-author:hover .nn-author-avatar {
	border-color: var(--nn-secondary);
}

.nn-post-date, .nn-post-views {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--nn-text-muted);
}

.nn-post-date i, .nn-post-views i {
	font-size: 0.9rem;
	color: var(--nn-primary);
}

.nn-post-meta .edit-icon {
	margin-right: auto;
}

.nn-post-subtitle {
	font-size: 1.125rem;
	color: var(--nn-text-secondary);
	font-weight: 500;
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

@media print {
	.nav-pills, .section-header-tabs .nav-pills {
		display: none;
	}

	.tab-pane {
		display: block !important;
		opacity: 1 !important;
	}
}


.sw-footer-logo-img {
  filter: brightness(0) saturate(100%) invert(1);
}

.nn-lines-deco {
  display: none;
}

.sw-topbar {
  display: none;
}

.nn-archive-stats {
  display: none;
}

.sw-archive-post-excerpt {

  display: none;
}