/*
Theme Name: Newsarkari Results Pro
Theme URI: https://newsarkariresults.com
Author: Newsarkari Results
Author URI: https://newsarkariresults.com
Description: Fast, SEO-optimized SarkariResult-style WordPress theme. Category tables homepage, article layout with TOC/FAQ/dates tables, JSON-LD schema (Article, Breadcrumb, FAQ, WebSite), IndexNow fast indexing, news sitemap, lightweight no-jQuery build for maximum speed.
Version: 1.1.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nsr-pro
Tags: news, education, government-jobs, seo-friendly, fast-loading, responsive, custom-menu, custom-logo, featured-images
*/

/* Newsarkari Results Pro - Fast Lightweight Theme CSS */

:root {
	--nsr-primary: #1a4d80;
	--nsr-primary-dark: #12385c;
	--nsr-accent: #e65100;
	--nsr-red: #c62828;
	--nsr-green: #2e7d32;
	--nsr-bg: #f5f7fa;
	--nsr-text: #222;
	--nsr-muted: #666;
	--nsr-border: #e3e8ee;
	--nsr-white: #fff;
	--nsr-link: #1a4d80;
	--nsr-table-head: #1a4d80;
	--nsr-radius: 6px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Noto Sans Devanagari", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: var(--nsr-text);
	background: var(--nsr-bg);
}

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

a { color: var(--nsr-link); text-decoration: none; }
a:hover { text-decoration: underline; }

.nsr-container { max-width: 1100px; margin: 0 auto; padding: 0 12px; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 10px; top: 10px; z-index: 100; background: #fff; padding: 8px; }

/* ---------- Topbar ---------- */
.nsr-topbar {
	background: var(--nsr-primary-dark);
	color: #cfe3f5;
	font-size: 13px;
}
.nsr-topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 6px 12px;
	gap: 8px;
}
.nsr-topbar-date { font-weight: 500; }
.nsr-topbar-menu ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 14px; }
.nsr-topbar-menu a { color: #cfe3f5; font-size: 13px; }

/* ---------- Header ---------- */
.nsr-header { background: var(--nsr-white); box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.nsr-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding: 14px 12px;
}
.nsr-logo-text {
	font-size: 26px;
	font-weight: 800;
	color: var(--nsr-primary);
	letter-spacing: -0.5px;
}
.nsr-logo-img { max-height: 60px; width: auto; }

.nsr-search-form { display: flex; width: 100%; max-width: 420px; }
.nsr-search-form input[type="search"] {
	flex: 1;
	padding: 9px 12px;
	border: 2px solid var(--nsr-primary);
	border-right: 0;
	border-radius: var(--nsr-radius) 0 0 var(--nsr-radius);
	font-size: 14px;
	outline: none;
	min-width: 0;
}
.nsr-search-form input[type="search"]:focus { box-shadow: 0 0 0 3px rgba(26,77,128,.12); }
.nsr-search-btn {
	padding: 9px 18px;
	background: var(--nsr-primary);
	color: #fff;
	border: 0;
	border-radius: 0 var(--nsr-radius) var(--nsr-radius) 0;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}
.nsr-search-btn:hover { background: var(--nsr-primary-dark); }

/* ---------- Nav ---------- */
.nsr-mainnav { background: var(--nsr-primary); }
.nsr-menu-toggle {
	display: none;
	background: none;
	border: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 0;
	cursor: pointer;
}
.nsr-menu-toggle .bars, .nsr-menu-toggle .bars::before, .nsr-menu-toggle .bars::after {
	display: inline-block;
	width: 20px; height: 2px;
	background: #fff;
	margin-right: 8px;
	vertical-align: middle;
	border-radius: 2px;
	content: "";
	position: relative;
}
.nsr-menu-toggle .bars::before { position: absolute; top: -6px; left: 0; }
.nsr-menu-toggle .bars::after { position: absolute; top: 6px; left: 0; }
.nsr-primary-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.nsr-primary-menu > li > a {
	display: block;
	padding: 12px 16px;
	color: #fff;
	font-weight: 600;
	font-size: 14.5px;
}
.nsr-primary-menu > li > a:hover { background: var(--nsr-primary-dark); text-decoration: none; }
.nsr-primary-menu ul { list-style: none; margin: 0; padding: 0; }

/* ---------- Layout ---------- */
.nsr-site-content { padding: 18px 12px; }
.nsr-layout { display: grid; grid-template-columns: 1fr; gap: 20px; }
.nsr-layout.with-sidebar { grid-template-columns: minmax(0,1fr) 320px; }
.nsr-layout.with-sidebar.sidebar-left { grid-template-columns: 320px minmax(0,1fr); }
.nsr-layout.with-sidebar.sidebar-left .nsr-sidebar { order: -1; }

/* ---------- Sections & Tables (SarkariResult style) ---------- */
.nsr-section {
	background: var(--nsr-white);
	border: 1px solid var(--nsr-border);
	border-radius: var(--nsr-radius);
	margin-bottom: 18px;
	overflow: hidden;
}
.nsr-section-head {
	background: var(--nsr-primary);
	padding: 0 14px;
}
.nsr-section-title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 9px 0;
	text-transform: uppercase;
	letter-spacing: .4px;
}

.nsr-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--nsr-white);
}
.nsr-table a {
	display: block;
	padding: 9px 14px;
	font-weight: 500;
	font-size: 14.5px;
	line-height: 1.4;
}
.nsr-table td {
	border-bottom: 1px solid var(--nsr-border);
	padding: 0;
	vertical-align: middle;
}
.nsr-table tr:last-child td { border-bottom: 0; }
.nsr-table tr:hover td { background: #f0f6fc; }
.nsr-table thead th {
	background: var(--nsr-table-head);
	color: #fff;
	text-align: left;
	padding: 9px 14px;
	font-size: 14px;
}
.nsr-table-date {
	width: 92px;
	text-align: center;
	font-size: 12.5px;
	color: var(--nsr-muted);
	white-space: nowrap;
	padding: 9px 8px !important;
}
.nsr-table-wrap { margin: 22px 0; }
.nsr-table-wrap .nsr-table td { padding: 9px 14px; }
.nsr-table-title {
	font-size: 17px;
	margin: 0 0 8px;
	color: var(--nsr-primary);
	border-left: 4px solid var(--nsr-accent);
	padding-left: 10px;
}

.nsr-new {
	background: var(--nsr-red);
	color: #fff;
	font-size: 10.5px;
	font-weight: 700;
	padding: 1px 6px;
	border-radius: 3px;
	margin-left: 6px;
	vertical-align: middle;
	display: inline-block;
}

/* ---------- Home grid (SarkariResult style) ---------- */
.nsr-home-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}
.nsr-home-grid .nsr-section { margin-bottom: 14px; }

.nsr-apply-grid {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	gap: 3px;
	margin: 8px 0;
}
.nsr-apply-box {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	text-align: center;
}
.nsr-apply-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 72px;
	padding: 8px;
	color: #fff !important;
	font-weight: 700;
	font-size: 14.5px;
	line-height: 1.15;
	border: 2px solid #fff;
	transition: opacity .2s;
	text-decoration: none !important;
}
.nsr-apply-box a:hover { opacity: .88; }
.nsr-box-red    { background: #d32f2f; }
.nsr-box-blue   { background: #1565c0; }
.nsr-box-green  { background: #2e7d32; }
.nsr-box-orange { background: #e65100; }

.nsr-grid-section, .nsr-list-section {
	background: var(--nsr-white);
	border: 1px solid var(--nsr-border);
	border-radius: var(--nsr-radius);
	margin-bottom: 14px;
	overflow: hidden;
}
.nsr-grid-head, .nsr-list-head {
	background: var(--nsr-primary);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px;
}
.nsr-grid-title, .nsr-list-title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 9px 0;
	text-transform: uppercase;
	letter-spacing: .4px;
}
.nsr-view-more-link {
	color: #fff;
	font-size: 12.5px;
	font-weight: 700;
	background: rgba(255,255,255,.18);
	padding: 5px 10px;
	border-radius: 3px;
}
.nsr-view-more-link:hover { background: rgba(255,255,255,.3); text-decoration: none; }

.nsr-view-more {
	text-align: center;
	padding: 8px;
	border-top: 1px dashed var(--nsr-border);
}
.nsr-view-more a {
	font-weight: 700;
	color: var(--nsr-primary);
	font-size: 13.5px;
}

/* Quick lists (Result/Admit Card sections) */
.nsr-sections-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.nsr-quick-list {
	list-style: none;
	margin: 0;
	padding: 6px 0;
}
.nsr-quick-list li {
	border-bottom: 1px dashed #d8dee6;
}
.nsr-quick-list li:last-child { border-bottom: 0; }
.nsr-quick-list a {
	display: block;
	padding: 7px 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
.nsr-quick-list a:hover { color: var(--nsr-primary); background: #f0f6fc; }

/* Home SEO content */
.nsr-home-content {
	background: var(--nsr-white);
	border: 1px solid var(--nsr-border);
	border-radius: var(--nsr-radius);
	padding: 18px;
	margin-top: 14px;
}
.nsr-home-content-title { font-size: 19px; color: var(--nsr-primary); margin: 0 0 10px; }
.nsr-home-content-h3 { font-size: 16px; margin: 14px 0 6px; }
.nsr-home-content-p { font-size: 14.5px; margin: 0 0 10px; line-height: 1.7; }

/* ---------- Article content overrides (overlay fix - inline style cleanup) ---------- */
.nsr-entry-content span[style] { color: inherit !important; }
.nsr-entry-content p { clear: both; }

.nsr-welcome { margin-bottom: 16px; }
.nsr-h1 {
	font-size: 22px;
	color: var(--nsr-primary);
	margin: 0 0 6px;
}
.nsr-welcome-desc { color: var(--nsr-muted); margin: 0; font-size: 14.5px; }

/* ---------- Cards ---------- */
.nsr-posts-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	padding: 14px;
}
.nsr-card {
	background: var(--nsr-white);
	border: 1px solid var(--nsr-border);
	border-radius: var(--nsr-radius);
	overflow: hidden;
	transition: box-shadow .15s;
}
.nsr-card:hover { box-shadow: 0 3px 10px rgba(0,0,0,.08); }
.nsr-card-thumb img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.nsr-card-body { padding: 12px 14px; }
.nsr-card-title { margin: 0 0 6px; font-size: 15px; line-height: 1.4; }
.nsr-card-title a { color: var(--nsr-text); }
.nsr-card-title a:hover { color: var(--nsr-primary); }
.nsr-card-meta { font-size: 12px; color: var(--nsr-muted); margin-bottom: 6px; }
.nsr-card-excerpt { margin: 0; font-size: 13.5px; color: var(--nsr-muted); }

/* ---------- Single post ---------- */
.nsr-article { background: var(--nsr-white); border: 1px solid var(--nsr-border); border-radius: var(--nsr-radius); padding: 22px; }
.nsr-entry-title {
	font-size: 24px;
	color: #111;
	margin: 0 0 10px;
	line-height: 1.35;
}
.nsr-entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	font-size: 13px;
	color: var(--nsr-muted);
	border-bottom: 1px solid var(--nsr-border);
	padding-bottom: 12px;
	margin-bottom: 16px;
}
.nsr-updated { color: var(--nsr-green); font-weight: 600; }

.nsr-entry-content { font-size: 15.5px; line-height: 1.75; }
.nsr-entry-content h2 { font-size: 20px; margin: 26px 0 10px; color: var(--nsr-primary); }
.nsr-entry-content h3 { font-size: 17px; margin: 20px 0 8px; }
.nsr-entry-content h4 { font-size: 15.5px; margin: 16px 0 6px; }
.nsr-entry-content p { margin: 0 0 14px; }
.nsr-entry-content ul, .nsr-entry-content ol { margin: 0 0 14px; padding-left: 22px; }
.nsr-entry-content li { margin-bottom: 6px; }
.nsr-entry-content img { border-radius: var(--nsr-radius); }
.nsr-entry-content table { width: 100%; border-collapse: collapse; margin: 14px 0; }
.nsr-entry-content table td, .nsr-entry-content table th { border: 1px solid var(--nsr-border); padding: 8px 10px; }
.nsr-entry-content blockquote {
	border-left: 4px solid var(--nsr-accent);
	margin: 14px 0;
	padding: 10px 16px;
	background: #fff8f3;
	border-radius: 0 var(--nsr-radius) var(--nsr-radius) 0;
}

.nsr-summary-title { font-size: 16px; margin: 0 0 8px; }

/* ---------- Alerts ---------- */
.nsr-alert {
	border-radius: var(--nsr-radius);
	padding: 14px 16px;
	margin: 14px 0;
	font-size: 14.5px;
}
.nsr-alert-blue { background: #e8f1fb; border-left: 4px solid var(--nsr-primary); }
.nsr-alert-green { background: #e8f5e9; border-left: 4px solid var(--nsr-green); }
.nsr-alert-red { background: #fdecea; border-left: 4px solid var(--nsr-red); }
.nsr-alert-yellow { background: #fff8e1; border-left: 4px solid #f9a825; }

/* ---------- Buttons ---------- */
.nsr-btn-wrap { margin: 18px 0; }
.nsr-btn {
	display: inline-block;
	background: var(--nsr-green);
	color: #fff !important;
	font-weight: 700;
	padding: 11px 22px;
	border-radius: var(--nsr-radius);
	font-size: 15px;
}
.nsr-btn:hover { background: #1b5e20; text-decoration: none; }

/* ---------- FAQ ---------- */
.nsr-faq { margin-top: 26px; }
.nsr-faq-item {
	border: 1px solid var(--nsr-border);
	border-radius: var(--nsr-radius);
	margin-bottom: 10px;
	background: var(--nsr-white);
	overflow: hidden;
}
.nsr-faq-item summary {
	padding: 12px 14px;
	font-weight: 600;
	cursor: pointer;
	font-size: 14.5px;
	background: #f7f9fc;
	list-style: none;
	position: relative;
	padding-right: 36px;
}
.nsr-faq-item summary::-webkit-details-marker { display: none; }
.nsr-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 700;
	color: var(--nsr-primary);
}
.nsr-faq-item[open] summary::after { content: "−"; }
.nsr-faq-a { padding: 12px 14px; font-size: 14.5px; }

/* ---------- Share ---------- */
.nsr-share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 22px 0; }
.nsr-share a {
	background: var(--nsr-primary);
	color: #fff;
	padding: 7px 14px;
	border-radius: 4px;
	font-size: 13.5px;
	font-weight: 600;
}
.nsr-share a:hover { background: var(--nsr-primary-dark); text-decoration: none; }
.nsr-share span { font-weight: 700; font-size: 14px; }

/* ---------- Related ---------- */
.nsr-related ul { list-style: none; padding: 0; margin: 0; }
.nsr-related li { padding: 8px 0; border-bottom: 1px dashed var(--nsr-border); }
.nsr-related li:last-child { border-bottom: 0; }

/* ---------- Tags ---------- */
.nsr-tags { margin: 18px 0; font-size: 13.5px; }
.nsr-tags a {
	background: #eef2f7;
	padding: 4px 10px;
	border-radius: 3px;
	display: inline-block;
	margin: 3px 4px 3px 0;
}

/* ---------- Breadcrumb ---------- */
.nsr-breadcrumb { font-size: 12.5px; color: var(--nsr-muted); margin-bottom: 12px; }
.nsr-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; padding: 0; margin: 0; gap: 6px; }
.nsr-breadcrumb li + li::before { content: "›"; margin-right: 6px; color: #999; }
.nsr-breadcrumb .current { color: var(--nsr-text); font-weight: 600; }

/* ---------- Archive ---------- */
.nsr-archive-header { margin-bottom: 16px; }
.nsr-archive-desc { font-size: 14px; color: var(--nsr-muted); }

/* ---------- Pagination ---------- */
.nsr-pagination { margin: 18px 0; }
.nsr-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 6px; }
.nsr-pagination .page-numbers {
	display: inline-block;
	padding: 8px 13px;
	background: var(--nsr-white);
	border: 1px solid var(--nsr-border);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
}
.nsr-pagination .page-numbers.current { background: var(--nsr-primary); border-color: var(--nsr-primary); color: #fff; }

/* ---------- Sidebar ---------- */
.nsr-sidebar .widget {
	background: var(--nsr-white);
	border: 1px solid var(--nsr-border);
	border-radius: var(--nsr-radius);
	margin-bottom: 18px;
	padding: 16px;
}
.nsr-widget-title, .widget-title, .widget .widget-title {
	font-size: 15px;
	margin: 0 0 12px;
	color: var(--nsr-primary);
	border-left: 4px solid var(--nsr-accent);
	padding-left: 10px;
	text-transform: uppercase;
	letter-spacing: .3px;
}
.nsr-sidebar .widget ul { list-style: none; padding: 0; margin: 0; }
.nsr-sidebar .widget ul li { padding: 7px 0; border-bottom: 1px dashed var(--nsr-border); font-size: 14px; }
.nsr-sidebar .widget ul li:last-child { border-bottom: 0; }

/* ---------- 404 ---------- */
.nsr-404 { text-align: center; }
.nsr-404-search { max-width: 480px; margin: 18px auto 28px; }

/* ---------- Footer (SarkariResult style) ---------- */
.nsr-footer {
	background: var(--nsr-primary-dark);
	color: #bcd4ea;
	margin-top: 26px;
	font-size: 13.5px;
}
.nsr-footer-menu-bar {
	background: var(--nsr-primary);
	border-bottom: 1px solid rgba(255,255,255,.12);
}
.nsr-footer-nav, .nsr-footer-nav-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	gap: 4px 0;
}
.nsr-footer-nav li a, .nsr-footer-nav-menu li a {
	display: block;
	padding: 10px 14px;
	color: #fff;
	font-size: 13.5px;
	font-weight: 600;
	white-space: nowrap;
}
.nsr-footer-nav li a:hover, .nsr-footer-nav-menu li a:hover { background: var(--nsr-primary-dark); text-decoration: none; }

.nsr-footer-main { padding: 22px 12px 0; }
.nsr-footer-cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding: 4px 0 20px;
}
.nsr-footer-title { color: #fff; font-size: 15px; margin: 0 0 10px; }
.nsr-footer-desc { margin: 0 0 12px; }
.nsr-footer-links { list-style: none; padding: 0; margin: 0; }
.nsr-footer-links li { margin-bottom: 7px; }
.nsr-footer-links a { color: #bcd4ea; }
.nsr-footer-links a:hover { color: #fff; }
.nsr-social { display: flex; flex-wrap: wrap; gap: 8px; }
.nsr-social a {
	background: rgba(255,255,255,.1);
	color: #fff;
	padding: 6px 13px;
	border-radius: 4px;
	font-size: 12.5px;
	font-weight: 600;
}
.nsr-social a:hover { background: var(--nsr-primary); text-decoration: none; }
.nsr-footer-bottom {
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 14px 0 20px;
	text-align: center;
}
.nsr-footer-bottom p { margin: 4px 0; }
.nsr-footer-disclaimer { font-size: 11.5px; color: #8fb3d4; max-width: 820px; margin: 6px auto 0; }

/* ---------- Ads ---------- */
.nsr-ad { margin: 16px 0; text-align: center; overflow: hidden; }

/* ---------- Comments ---------- */
.comment-list { list-style: none; padding: 0; }
.comment-list .comment { border: 1px solid var(--nsr-border); border-radius: var(--nsr-radius); padding: 14px; margin-bottom: 12px; background: var(--nsr-white); }
.comment-form textarea, .comment-form input {
	width: 100%;
	padding: 10px;
	border: 1px solid var(--nsr-border);
	border-radius: 4px;
	font-size: 14px;
}
.comment-form input[type="submit"] {
	background: var(--nsr-primary);
	color: #fff;
	border: 0;
	padding: 10px 22px;
	font-weight: 700;
	cursor: pointer;
	width: auto;
}

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
	.nsr-layout.with-sidebar, .nsr-layout.with-sidebar.sidebar-left { grid-template-columns: 1fr; }
	.nsr-sidebar { order: 2; }
	.nsr-footer-cols { grid-template-columns: 1fr 1fr; }
	.nsr-sections-grid { grid-template-columns: 1fr; }
	.nsr-apply-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
	.nsr-header-inner { flex-direction: column; align-items: stretch; }
	.nsr-search-form { max-width: 100%; }
	.nsr-menu-toggle { display: block; width: 100%; text-align: left; }
	.nsr-primary-menu {
		display: none;
		flex-direction: column;
		padding-bottom: 8px;
	}
	.nsr-primary-menu-open .nsr-primary-menu { display: flex; }
	.nsr-primary-menu > li > a { padding: 11px 16px; border-top: 1px solid rgba(255,255,255,.12); }
	.nsr-posts-grid { grid-template-columns: 1fr; }
	.nsr-entry-title { font-size: 20px; }
	.nsr-footer-cols { grid-template-columns: 1fr; }
	.nsr-article { padding: 16px; }
	.nsr-table a { font-size: 13.5px; }
	.nsr-table-date { display: none; }
	.nsr-topbar-menu { display: none; }
	.nsr-topbar-inner { justify-content: center; }
	.nsr-footer-nav { justify-content: flex-start; overflow-x: auto; }
	.nsr-apply-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- TOC ---------- */
.nsr-toc {
	background: #f7f9fc;
	border: 1px solid var(--nsr-border);
	border-radius: var(--nsr-radius);
	padding: 14px 16px;
	margin-bottom: 18px;
}
.nsr-toc-title { font-weight: 700; font-size: 15px; color: var(--nsr-primary); margin-bottom: 8px; }
.nsr-toc ul { list-style: none; margin: 0; padding: 0; }
.nsr-toc li { margin: 5px 0; }
.nsr-toc a { font-size: 14px; font-weight: 500; }
.nsr-toc .nsr-toc-h3 { padding-left: 18px; }
.nsr-toc-sub { padding-left: 16px; }

/* ---------- Back to top ---------- */
.nsr-backtop {
	position: fixed;
	right: 16px;
	bottom: 16px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--nsr-primary);
	color: #fff;
	border: 0;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0,0,0,.25);
	z-index: 90;
}
.nsr-backtop:hover { background: var(--nsr-primary-dark); }

/* ---------- Print ---------- */
@media print {
	.nsr-topbar, .nsr-header, .nsr-mainnav, .nsr-sidebar, .nsr-footer, .nsr-ad, .nsr-share, .nsr-related, .nsr-pagination { display: none !important; }
	body { background: #fff; }
	.nsr-article { border: 0; padding: 0; }
}
