/*
Theme Name: New Sarkari Result
Theme URI: https://newsarkariresults.com
Author: New Sarkari Result
Author URI: https://newsarkariresults.com
Description: Official theme of New Sarkari Result (newsarkariresults.com) — a modern, fast and accessible WordPress theme built for government job portals — Latest Jobs, Admit Cards, Results, Answer Keys, Syllabus, Admissions and Important Notifications. Clean white + indigo design, fully responsive, SEO friendly, schema ready, block editor compatible and translation ready.
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: new-sarkari-result
Tags: news, blog, government, education, custom-logo, custom-menu, custom-colors, featured-images, translation-ready, responsive-layout, wide-blocks, block-styles, accessibility-ready
Requires at least: 5.9
Requires PHP: 7.4
Tested up to: 6.8
*/

/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */
:root {
  --nsr-accent: #4f46e5;
  --nsr-accent-dark: #3730a3;
  --nsr-accent-darker: #312e81;
  --nsr-accent-soft: #eef2ff;
  --nsr-accent-ring: rgba(79, 70, 229, 0.18);

  --nsr-ink: #0f172a;
  --nsr-ink-2: #1e293b;
  --nsr-body: #475569;
  --nsr-muted: #64748b;
  --nsr-faint: #94a3b8;

  --nsr-bg: #ffffff;
  --nsr-bg-soft: #f8fafc;
  --nsr-bg-mute: #f1f5f9;
  --nsr-border: #e2e8f0;
  --nsr-border-soft: #eef2f7;

  --nsr-green: #15803d;
  --nsr-green-soft: #dcfce7;
  --nsr-amber: #b45309;
  --nsr-amber-soft: #fef3c7;
  --nsr-red: #b91c1c;
  --nsr-red-soft: #fee2e2;
  --nsr-sky: #0369a1;
  --nsr-sky-soft: #e0f2fe;

  --nsr-radius: 14px;
  --nsr-radius-sm: 9px;
  --nsr-radius-lg: 22px;
  --nsr-shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.04);
  --nsr-shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
  --nsr-shadow: 0 4px 16px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
  --nsr-shadow-md: 0 12px 32px rgba(15, 23, 42, 0.1);
  --nsr-shadow-accent: 0 10px 26px rgba(79, 70, 229, 0.28);

  --nsr-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --nsr-font-alt: "Manrope", var(--nsr-font);

  --nsr-container: 1200px;
  --nsr-header-h: 68px;
}

/* ==========================================================================
   2. RESET & BASE
   ========================================================================== */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  font-family: var(--nsr-font);
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--nsr-body);
  background: var(--nsr-bg-soft);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  color: var(--nsr-ink);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.35rem); }
h2 { font-size: clamp(1.35rem, 1.1rem + 1vw, 1.7rem); }
h3 { font-size: 1.15rem; }
h4 { font-size: 1.02rem; }
h5, h6 { font-size: 0.95rem; }

p { margin: 0 0 1em; }
a { color: var(--nsr-accent); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--nsr-accent-dark); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--nsr-accent);
  outline-offset: 2px;
  border-radius: 4px;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
hr { border: 0; border-top: 1px solid var(--nsr-border); margin: 2rem 0; }
input, button, textarea, select { font: inherit; color: inherit; }

table { width: 100%; border-collapse: collapse; margin: 0 0 1.5em; }
th, td { padding: 12px 14px; border: 1px solid var(--nsr-border); text-align: left; }
thead th { background: var(--nsr-accent-soft); color: var(--nsr-ink); font-weight: 700; }

::selection { background: var(--nsr-accent); color: #fff; }

/* ==========================================================================
   3. LAYOUT UTILITIES
   ========================================================================== */
.nsr-container {
  width: 100%;
  max-width: var(--nsr-container);
  margin: 0 auto;
  padding: 0 20px;
}

.nsr-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
  padding: 34px 0 56px;
}
.nsr-shell.no-sidebar { grid-template-columns: minmax(0, 1fr); max-width: 900px; }

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

.nsr-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--nsr-ink);
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 10px 0;
}
.nsr-skip-link:focus { left: 0; color: #fff; }

/* ==========================================================================
   4. BUTTONS / BADGES / CHIPS
   ========================================================================== */
.nsr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--nsr-accent);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}
.nsr-btn:hover { background: var(--nsr-accent-dark); color: #fff; transform: translateY(-1px); box-shadow: var(--nsr-shadow-accent); }
.nsr-btn svg { width: 16px; height: 16px; flex: none; }
.nsr-btn--sm { padding: 7px 14px; font-size: 0.8rem; }
.nsr-btn--lg { padding: 14px 26px; font-size: 0.95rem; }
.nsr-btn--block { width: 100%; }
.nsr-btn--ghost { background: #fff; color: var(--nsr-ink); border-color: var(--nsr-border); }
.nsr-btn--ghost:hover { background: var(--nsr-accent-soft); color: var(--nsr-accent-dark); border-color: var(--nsr-accent); box-shadow: var(--nsr-shadow-sm); transform: none; }
.nsr-btn--soft { background: var(--nsr-accent-soft); color: var(--nsr-accent-dark); }
.nsr-btn--soft:hover { background: #e0e7ff; color: var(--nsr-accent-darker); }
.nsr-btn--dark { background: var(--nsr-ink); }
.nsr-btn--dark:hover { background: #000; }

.nsr-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: var(--nsr-bg-mute);
  color: var(--nsr-muted);
  line-height: 1.7;
}
.nsr-badge--new { background: var(--nsr-green-soft); color: var(--nsr-green); }
.nsr-badge--hot { background: var(--nsr-red-soft); color: var(--nsr-red); }
.nsr-badge--today { background: var(--nsr-amber-soft); color: var(--nsr-amber); }
.nsr-badge--indigo { background: var(--nsr-accent-soft); color: var(--nsr-accent-dark); }
.nsr-badge--sky { background: var(--nsr-sky-soft); color: var(--nsr-sky); }

.nsr-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--nsr-border);
  background: #fff;
  font-size: 0.8rem;
  color: var(--nsr-body);
  transition: all .16s ease;
}
.nsr-chip:hover { border-color: var(--nsr-accent); color: var(--nsr-accent-dark); background: var(--nsr-accent-soft); }
.nsr-chip svg { width: 14px; height: 14px; }

/* Card base */
.nsr-card {
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius);
  box-shadow: var(--nsr-shadow-xs);
}

/* Section head */
.nsr-sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.nsr-sec-head__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 1.3rem;
}
.nsr-sec-head__title::before {
  content: "";
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: var(--nsr-accent);
}
.nsr-sec-head__sub { margin: 4px 0 0; font-size: 0.875rem; color: var(--nsr-muted); }
.nsr-sec-head__link { font-size: 0.85rem; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }

/* ==========================================================================
   5. TOP BAR
   ========================================================================== */
.nsr-topbar {
  background: var(--nsr-accent-darker);
  color: #d7dcff;
  font-size: 0.8rem;
}
.nsr-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 38px;
  flex-wrap: wrap;
}
.nsr-topbar__tag { display: flex; align-items: center; gap: 8px; }
.nsr-topbar__tag svg { width: 15px; height: 15px; opacity: .85; }
.nsr-topbar nav ul {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nsr-topbar a { color: #d7dcff; }
.nsr-topbar a:hover { color: #fff; }
.nsr-topbar__date {
  padding: 2px 10px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-weight: 600;
}

/* ==========================================================================
   6. HEADER
   ========================================================================== */
.nsr-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--nsr-border);
  transition: box-shadow .2s ease;
}
.nsr-header.is-stuck { box-shadow: var(--nsr-shadow-sm); }
.nsr-header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: var(--nsr-header-h);
}

.nsr-logo { display: flex; align-items: center; gap: 11px; flex: none; }
.nsr-logo__mark {
  width: 40px; height: 40px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--nsr-accent), #7c3aed);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -.04em;
  box-shadow: var(--nsr-shadow-accent);
}
.nsr-logo__mark img { width: 40px; height: 40px; border-radius: 11px; object-fit: contain; }
.nsr-logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.nsr-logo__name {
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--nsr-ink);
  letter-spacing: -.02em;
}
.nsr-logo__name em { font-style: normal; color: var(--nsr-accent); }
.nsr-logo__tag { font-size: 0.68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--nsr-faint); font-weight: 600; }
a.nsr-logo:hover .nsr-logo__name { color: var(--nsr-accent-dark); }

.nsr-nav { margin-left: auto; }
.nsr-nav > ul {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nsr-nav a {
  display: block;
  padding: 9px 13px;
  border-radius: 8px;
  color: var(--nsr-ink-2);
  font-size: 0.9rem;
  font-weight: 600;
}
.nsr-nav a:hover { background: var(--nsr-accent-soft); color: var(--nsr-accent-dark); }
.nsr-nav .current-menu-item > a,
.nsr-nav .current-menu-ancestor > a { color: var(--nsr-accent); background: var(--nsr-accent-soft); }
.nsr-nav .menu-item-has-children { position: relative; }
.nsr-nav .sub-menu {
  position: absolute;
  top: 106%;
  left: 0;
  min-width: 210px;
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius-sm);
  box-shadow: var(--nsr-shadow-md);
  padding: 7px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all .18s ease;
}
.nsr-nav .menu-item-has-children:hover > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.nsr-nav .sub-menu a { font-weight: 500; font-size: 0.86rem; padding: 8px 11px; }

.nsr-header__actions { display: flex; align-items: center; gap: 10px; flex: none; }
.nsr-burger {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid var(--nsr-border);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  padding: 0;
  place-items: center;
}
.nsr-burger span {
  display: block;
  width: 18px; height: 2px;
  background: var(--nsr-ink);
  border-radius: 2px;
  margin: 3px auto;
  transition: transform .2s ease, opacity .2s ease;
}
.nsr-burger.is-open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nsr-burger.is-open span:nth-child(2) { opacity: 0; }
.nsr-burger.is-open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* Mobile drawer */
.nsr-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(88%, 340px);
  background: #fff;
  z-index: 120;
  padding: 20px;
  overflow-y: auto;
  transform: translateX(102%);
  transition: transform .26s ease;
  box-shadow: var(--nsr-shadow-md);
}
.nsr-drawer.is-open { transform: none; }
.nsr-drawer ul { list-style: none; margin: 0; padding: 0; }
.nsr-drawer a {
  display: block;
  padding: 12px 10px;
  border-bottom: 1px solid var(--nsr-border-soft);
  color: var(--nsr-ink);
  font-weight: 600;
  border-radius: 8px;
}
.nsr-drawer a:hover { background: var(--nsr-accent-soft); color: var(--nsr-accent-dark); }
.nsr-drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.nsr-drawer__close { background: none; border: 0; font-size: 1.6rem; line-height: 1; cursor: pointer; color: var(--nsr-muted); }
.nsr-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, .45);
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: opacity .24s ease;
}
.nsr-backdrop.is-open { opacity: 1; visibility: visible; }
body.nsr-locked { overflow: hidden; }

/* ==========================================================================
   7. TICKER
   ========================================================================== */
.nsr-ticker {
  background: #fff;
  border-bottom: 1px solid var(--nsr-border);
  overflow: hidden;
}
.nsr-ticker__inner { display: flex; align-items: center; min-height: 46px; gap: 14px; }
.nsr-ticker__label {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--nsr-red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: 999px;
}
.nsr-ticker__label::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #fff;
  animation: nsr-pulse 1.4s infinite;
}
@keyframes nsr-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
.nsr-ticker__view { position: relative; flex: 1; overflow: hidden; height: 22px; }
.nsr-ticker__track {
  display: flex;
  gap: 46px;
  position: absolute;
  white-space: nowrap;
  animation: nsr-marquee 46s linear infinite;
}
.nsr-ticker__view:hover .nsr-ticker__track { animation-play-state: paused; }
.nsr-ticker__track a { color: var(--nsr-ink-2); font-size: 0.875rem; font-weight: 500; }
.nsr-ticker__track a:hover { color: var(--nsr-accent); }
.nsr-ticker__track a::before { content: "•"; color: var(--nsr-accent); margin-right: 10px; }
@keyframes nsr-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ==========================================================================
   8. HERO + SEARCH
   ========================================================================== */
.nsr-hero {
  position: relative;
  background: #fff;
  border-bottom: 1px solid var(--nsr-border);
  overflow: hidden;
  padding: 46px 0 40px;
}
.nsr-hero::before {
  content: "";
  position: absolute;
  width: 620px; height: 620px;
  right: -220px; top: -320px;
  background: radial-gradient(circle, rgba(99, 102, 241, .13), transparent 62%);
  pointer-events: none;
}
.nsr-hero::after {
  content: "";
  position: absolute;
  width: 460px; height: 460px;
  left: -200px; bottom: -300px;
  background: radial-gradient(circle, rgba(124, 58, 237, .09), transparent 62%);
  pointer-events: none;
}
.nsr-hero__inner { position: relative; text-align: center; max-width: 780px; margin: 0 auto; }
.nsr-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--nsr-accent-soft);
  color: var(--nsr-accent-dark);
  border: 1px solid #dfe3ff;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.nsr-hero h1 { margin-bottom: 12px; }
.nsr-hero h1 span { color: var(--nsr-accent); }
.nsr-hero__sub { font-size: 1rem; color: var(--nsr-muted); margin-bottom: 26px; }

.nsr-search {
  display: flex;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: 999px;
  padding: 7px;
  box-shadow: var(--nsr-shadow);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.nsr-search:focus-within { border-color: var(--nsr-accent); box-shadow: 0 0 0 4px var(--nsr-accent-ring), var(--nsr-shadow); }
.nsr-search__field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  min-width: 0;
}
.nsr-search__field svg { width: 18px; height: 18px; color: var(--nsr-faint); flex: none; }
.nsr-search input[type="text"],
.nsr-search input[type="search"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: none;
  padding: 8px 0;
  font-size: 0.95rem;
  outline: none;
}
.nsr-search input::placeholder { color: var(--nsr-faint); }
.nsr-search select {
  border: 0;
  border-left: 1px solid var(--nsr-border);
  background: #fff;
  padding: 6px 12px;
  font-size: 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  max-width: 180px;
}
.nsr-search button { border: 0; }

.nsr-hero__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 18px; }
.nsr-hero__chips-label { font-size: 0.82rem; color: var(--nsr-muted); align-self: center; }

.nsr-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 34px;
  position: relative;
}
.nsr-stat {
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius);
  padding: 16px 18px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 13px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.nsr-stat:hover { transform: translateY(-2px); box-shadow: var(--nsr-shadow); }
.nsr-stat__icon {
  width: 42px; height: 42px;
  flex: none;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--nsr-accent-soft);
  color: var(--nsr-accent);
}
.nsr-stat__icon svg { width: 20px; height: 20px; }
.nsr-stat__num { font-size: 1.35rem; font-weight: 800; color: var(--nsr-ink); line-height: 1.1; }
.nsr-stat__label { font-size: 0.78rem; color: var(--nsr-muted); font-weight: 600; letter-spacing: .01em; }

/* ==========================================================================
   9. CATEGORY GRID
   ========================================================================== */
.nsr-cats { padding: 34px 0 4px; }
.nsr-cats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}
.nsr-cat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius);
  color: var(--nsr-ink);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.nsr-cat:hover { transform: translateY(-3px); box-shadow: var(--nsr-shadow); border-color: var(--nsr-accent); color: var(--nsr-ink); }
.nsr-cat__icon {
  width: 40px; height: 40px;
  flex: none;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--nsr-accent-soft);
  color: var(--nsr-accent);
}
.nsr-cat__icon svg { width: 20px; height: 20px; }
.nsr-cat__name { font-weight: 700; font-size: 0.9rem; line-height: 1.2; display: block; }
.nsr-cat__count { font-size: 0.75rem; color: var(--nsr-faint); font-weight: 600; }

/* ==========================================================================
   10. FILTER TABS
   ========================================================================== */
.nsr-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 5px;
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: 999px;
  margin-bottom: 16px;
  scrollbar-width: none;
}
.nsr-tabs::-webkit-scrollbar { display: none; }
.nsr-tabs button {
  flex: none;
  border: 0;
  background: none;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--nsr-muted);
  cursor: pointer;
  white-space: nowrap;
  transition: all .16s ease;
}
.nsr-tabs button:hover { color: var(--nsr-ink); background: var(--nsr-bg-mute); }
.nsr-tabs button.is-active { background: var(--nsr-accent); color: #fff; box-shadow: var(--nsr-shadow-accent); }

/* ==========================================================================
   11. JOB LIST
   ========================================================================== */
.nsr-jobs { display: flex; flex-direction: column; gap: 12px; }
.nsr-job {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius);
  padding: 16px 18px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.nsr-job:hover { transform: translateY(-2px); box-shadow: var(--nsr-shadow); border-color: #cdd3ff; }
.nsr-job__top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 5px; }
.nsr-job__title {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.35;
}
.nsr-job__title a { color: var(--nsr-ink); }
.nsr-job__title a:hover { color: var(--nsr-accent); }
.nsr-job__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  font-size: 0.82rem;
  color: var(--nsr-muted);
  margin: 0;
}
.nsr-job__meta span { display: inline-flex; align-items: center; gap: 5px; }
.nsr-job__meta svg { width: 14px; height: 14px; color: var(--nsr-faint); }
.nsr-job__meta b { color: var(--nsr-ink-2); font-weight: 600; }
.nsr-job__cta { display: flex; flex-direction: column; gap: 7px; min-width: 148px; }

.nsr-jobs--grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.nsr-jobs--grid .nsr-job { grid-template-columns: 1fr; align-items: flex-start; }
.nsr-jobs--grid .nsr-job__cta { flex-direction: row; min-width: 0; }

.nsr-empty {
  background: #fff;
  border: 1px dashed var(--nsr-border);
  border-radius: var(--nsr-radius);
  padding: 46px 24px;
  text-align: center;
  color: var(--nsr-muted);
}

/* ==========================================================================
   12. SIDEBAR / WIDGETS
   ========================================================================== */
.nsr-sidebar { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 88px; }
.nsr-widget {
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius);
  overflow: hidden;
}
.nsr-widget__head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--nsr-border-soft);
  background: linear-gradient(180deg, #fff, var(--nsr-bg-soft));
}
.nsr-widget__head h3 { margin: 0; font-size: 0.95rem; letter-spacing: -.01em; }
.nsr-widget__head svg { width: 17px; height: 17px; color: var(--nsr-accent); flex: none; }
.nsr-widget__body { padding: 10px 16px 14px; }
.nsr-widget ul { list-style: none; margin: 0; padding: 0; }
.nsr-widget ul li { border-bottom: 1px dashed var(--nsr-border-soft); }
.nsr-widget ul li:last-child { border-bottom: 0; }
.nsr-widget ul li a {
  display: block;
  padding: 9px 0;
  color: var(--nsr-ink-2);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
}
.nsr-widget ul li a:hover { color: var(--nsr-accent); padding-left: 4px; }
.nsr-widget select, .nsr-widget input[type="text"], .nsr-widget input[type="search"] {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius-sm);
  background: #fff;
  font-size: 0.875rem;
}
.nsr-widget .search-field { margin-bottom: 8px; }

.nsr-links-num { counter-reset: sn; }
.nsr-links-num li a { display: flex; gap: 10px; align-items: baseline; }
.nsr-links-num li a::before {
  counter-increment: sn;
  content: counter(sn, decimal-leading-zero);
  color: var(--nsr-accent);
  font-weight: 800;
  font-size: 0.78rem;
  flex: none;
}

.nsr-mini-list li a { display: flex; flex-direction: column; gap: 2px; }
.nsr-mini-list .nsr-mini-date { font-size: 0.72rem; color: var(--nsr-faint); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }

.nsr-social-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.nsr-social-btns .nsr-btn { font-size: 0.82rem; padding: 9px 10px; }
.nsr-wa { background: #16a34a; }
.nsr-wa:hover { background: #15803d; box-shadow: 0 10px 22px rgba(22, 163, 74, .28); }
.nsr-tg { background: #0284c7; }
.nsr-tg:hover { background: #0369a1; box-shadow: 0 10px 22px rgba(2, 132, 199, .28); }

.nsr-adbox {
  border: 1px dashed var(--nsr-border);
  border-radius: var(--nsr-radius);
  background: var(--nsr-bg-soft);
  color: var(--nsr-faint);
  display: grid;
  place-items: center;
  min-height: 220px;
  font-size: 0.8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

/* ==========================================================================
   13. CTA BAND
   ========================================================================== */
.nsr-cta {
  background: linear-gradient(120deg, var(--nsr-accent-darker), var(--nsr-accent) 55%, #7c3aed);
  color: #fff;
  border-radius: var(--nsr-radius-lg);
  padding: 34px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin: 8px 0 0;
}
.nsr-cta h2 { color: #fff; margin: 0 0 6px; }
.nsr-cta p { margin: 0; color: #e0e7ff; font-size: 0.925rem; }
.nsr-cta__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.nsr-cta__actions .nsr-btn { background: #fff; color: var(--nsr-accent-darker); }
.nsr-cta__actions .nsr-btn:hover { background: #eef2ff; }
.nsr-cta__actions .nsr-btn--outline { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.nsr-cta__actions .nsr-btn--outline:hover { background: rgba(255, 255, 255, .15); color: #fff; }

/* ==========================================================================
   14. SINGLE JOB
   ========================================================================== */
.nsr-breadcrumb {
  font-size: 0.8rem;
  color: var(--nsr-muted);
  padding: 14px 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.nsr-breadcrumb a { color: var(--nsr-muted); }
.nsr-breadcrumb a:hover { color: var(--nsr-accent); }
.nsr-breadcrumb span { color: var(--nsr-faint); }

.nsr-article {
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius);
  overflow: hidden;
}
.nsr-article__head { padding: 26px 28px 22px; border-bottom: 1px solid var(--nsr-border-soft); }
.nsr-article__head h1 { font-size: clamp(1.4rem, 1.1rem + 1.2vw, 1.9rem); margin-bottom: 12px; }
.nsr-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 0.8rem;
  color: var(--nsr-muted);
  margin: 0;
}
.nsr-article__meta span { display: inline-flex; align-items: center; gap: 6px; }
.nsr-article__meta svg { width: 15px; height: 15px; }
.nsr-article__body { padding: 24px 28px 28px; }
.nsr-article__body h2 { font-size: 1.2rem; margin-top: 1.6em; }
.nsr-article__body h3 { font-size: 1.03rem; margin-top: 1.4em; }
.nsr-article__body ul { padding-left: 1.1em; }
.nsr-article__body li { margin-bottom: 6px; }
.nsr-article__body a { text-decoration: underline; text-underline-offset: 2px; }

.nsr-infotable { border-radius: var(--nsr-radius-sm); overflow: hidden; border: 1px solid var(--nsr-border); margin: 0 0 24px; }
.nsr-infotable table { margin: 0; border: 0; }
.nsr-infotable th, .nsr-infotable td { border: 0; border-bottom: 1px solid var(--nsr-border-soft); }
.nsr-infotable tr:last-child th, .nsr-infotable tr:last-child td { border-bottom: 0; }
.nsr-infotable th { width: 34%; background: var(--nsr-bg-soft); font-size: 0.86rem; }
.nsr-infotable td { font-size: 0.9rem; color: var(--nsr-ink-2); font-weight: 500; }
.nsr-infotable tr:hover td { background: #fcfcff; }

.nsr-linkgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; margin: 0 0 24px; }
.nsr-linkgrid a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius-sm);
  background: #fff;
  color: var(--nsr-ink);
  font-size: 0.875rem;
  font-weight: 600;
  transition: all .16s ease;
}
.nsr-linkgrid a:hover { border-color: var(--nsr-accent); background: var(--nsr-accent-soft); color: var(--nsr-accent-dark); transform: translateY(-1px); }
.nsr-linkgrid svg { width: 18px; height: 18px; color: var(--nsr-accent); flex: none; }

.nsr-notice {
  border-left: 4px solid var(--nsr-accent);
  background: var(--nsr-accent-soft);
  border-radius: 0 var(--nsr-radius-sm) var(--nsr-radius-sm) 0;
  padding: 14px 18px;
  font-size: 0.88rem;
  color: var(--nsr-ink-2);
  margin: 0 0 24px;
}
.nsr-notice--warn { border-left-color: var(--nsr-amber); background: var(--nsr-amber-soft); }
.nsr-notice--danger { border-left-color: var(--nsr-red); background: var(--nsr-red-soft); }
.nsr-notice--success { border-left-color: var(--nsr-green); background: var(--nsr-green-soft); }

.nsr-share { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding-top: 20px; border-top: 1px solid var(--nsr-border-soft); margin-top: 26px; }
.nsr-share__label { font-size: 0.82rem; font-weight: 700; color: var(--nsr-ink); margin-right: 2px; }

.nsr-related { margin-top: 30px; }

/* ==========================================================================
   15. PAGINATION / ARCHIVE HEADER
   ========================================================================== */
.nsr-archive-head {
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius);
  padding: 22px 26px;
  margin-bottom: 20px;
}
.nsr-archive-head h1 { font-size: clamp(1.3rem, 1.1rem + 1vw, 1.7rem); margin-bottom: 6px; }
.nsr-archive-head p { margin: 0; color: var(--nsr-muted); font-size: 0.9rem; }

.nsr-pagination { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.nsr-pagination .page-numbers {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nsr-border);
  border-radius: 10px;
  background: #fff;
  color: var(--nsr-ink-2);
  font-size: 0.875rem;
  font-weight: 600;
}
.nsr-pagination .page-numbers:hover { border-color: var(--nsr-accent); color: var(--nsr-accent); }
.nsr-pagination .page-numbers.current { background: var(--nsr-accent); border-color: var(--nsr-accent); color: #fff; }

/* ==========================================================================
   16. FOOTER
   ========================================================================== */
.nsr-footer { background: #0b1220; color: #94a3b8; margin-top: 52px; font-size: 0.875rem; }
.nsr-footer a { color: #cbd5e1; }
.nsr-footer a:hover { color: #fff; }
.nsr-footer__top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.05fr;
  gap: 22px;
  padding: 34px 0 22px;
}
.nsr-footer__col h4 {
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 14px;
}
.nsr-footer__col ul { list-style: none; margin: 0; padding: 0; }
.nsr-footer__col li { margin-bottom: 8px; }
.nsr-footer__col li a { font-size: 0.86rem; }
.nsr-footer__about p { font-size: 0.86rem; line-height: 1.7; }
.nsr-footer .nsr-logo__name { color: #fff; }
.nsr-footer .nsr-logo__tag { color: #64748b; }
.nsr-footer__social { display: flex; gap: 8px; margin-top: 16px; }
.nsr-footer__social a {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .07);
  display: grid;
  place-items: center;
  transition: all .16s ease;
}
.nsr-footer__social a:hover { background: var(--nsr-accent); transform: translateY(-2px); }
.nsr-footer__social svg { width: 17px; height: 17px; fill: #fff; }

.nsr-footer__disclaimer {
  border-top: 1px solid rgba(255, 255, 255, .09);
  padding: 20px 0;
  font-size: 0.79rem;
  line-height: 1.7;
  color: #7c8899;
}
.nsr-footer__disclaimer strong { color: #cbd5e1; }
.nsr-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .09);
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 0.8rem;
}

/* ------------------------------------------- collapsible footer columns */
.nsr-fcol { min-width: 0; }

.nsr-fcol > summary {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  user-select: none;
}
.nsr-fcol > summary::-webkit-details-marker { display: none; }
.nsr-fcol > summary::after {
  content: '';
  width: 7px; height: 7px;
  margin-right: 3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: .55;
  transition: transform .2s ease;
  flex: 0 0 auto;
}
.nsr-fcol > ul { list-style: none; margin: 0; padding: 0; }
.nsr-fcol li { margin-bottom: 8px; }
.nsr-fcol li a { font-size: 0.86rem; }

/* Desktop: always open, summary is just a heading */
@media (min-width: 781px) {
  .nsr-fcol > summary { cursor: default; pointer-events: none; }
  .nsr-fcol > summary::after { display: none; }
  .nsr-fcol > ul,
  .nsr-fcol > div {
    display: block !important;
    content-visibility: visible !important;
  }
}

/* Mobile: accordion */
@media (max-width: 780px) {
  .nsr-fcol > summary::after { opacity: .8; }
  .nsr-fcol[open] > summary::after { transform: rotate(-135deg); }
  .nsr-fcol { border-bottom: 1px solid rgba(255, 255, 255, .08); padding: 10px 0; }
  .nsr-fcol > summary { margin-bottom: 0; padding: 4px 0; }
  .nsr-fcol > ul { margin-top: 10px; }
}

/* Compact disclaimer (collapsible on mobile) */
.nsr-footer__disclaimer > summary {
  color: #cbd5e1;
  font-size: 0.79rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nsr-footer__disclaimer > summary::-webkit-details-marker { display: none; }
.nsr-footer__disclaimer > summary::before {
  content: '';
  width: 7px; height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: .6;
  transition: transform .2s ease;
}
.nsr-footer__disclaimer > p {
  margin: 10px 0 0;
  font-size: 0.79rem;
  line-height: 1.7;
  color: #7c8899;
}
@media (min-width: 781px) {
  .nsr-footer__disclaimer { padding: 16px 0; }
  .nsr-footer__disclaimer > summary { pointer-events: none; cursor: default; }
  .nsr-footer__disclaimer > summary::before { display: none; }
  .nsr-footer__disclaimer > p {
    display: block !important;
    content-visibility: visible !important;
  }
}
@media (max-width: 780px) {
  .nsr-footer__disclaimer { padding: 12px 0; }
  .nsr-footer__disclaimer[open] > summary::before { transform: rotate(-135deg); }
}

.nsr-footer__bottom-links { display: inline-flex; gap: 14px; flex-wrap: wrap; }
.nsr-footer__bottom-links a { color: #94a3b8; }

/* Back to top */
.nsr-totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 0;
  background: var(--nsr-accent);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: var(--nsr-shadow-accent);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .22s ease;
  z-index: 80;
}
.nsr-totop.is-visible { opacity: 1; visibility: visible; transform: none; }
.nsr-totop:hover { background: var(--nsr-accent-dark); }
.nsr-totop svg { width: 20px; height: 20px; }

/* ==========================================================================
   17. PAGES / SEARCH / 404 / COMMENTS
   ========================================================================== */
.nsr-page { padding: 30px 0 50px; }
.nsr-404 { text-align: center; padding: 70px 20px; }
.nsr-404__code {
  font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(120deg, var(--nsr-accent), #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}
.nsr-404 form { max-width: 460px; margin: 24px auto 0; }

.nsr-comments { background: #fff; border: 1px solid var(--nsr-border); border-radius: var(--nsr-radius); padding: 26px 28px; margin-top: 26px; }
.nsr-comments .comment-list { list-style: none; padding: 0; margin: 0 0 22px; }
.nsr-comments .comment { padding: 16px 0; border-bottom: 1px solid var(--nsr-border-soft); }
.nsr-comments .comment-form input[type="text"],
.nsr-comments .comment-form input[type="email"],
.nsr-comments .comment-form input[type="url"],
.nsr-comments .comment-form textarea {
  width: 100%;
  padding: 10px 13px;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius-sm);
  margin-bottom: 10px;
  background: #fff;
}
.nsr-comments .comment-form input[type="submit"] { border: 0; }
.comment-reply-title { font-size: 1.15rem; }

/* ==========================================================================
   18. GUTENBERG BLOCKS
   ========================================================================== */
.nsr-article__body .wp-block-quote {
  border-left: 4px solid var(--nsr-accent);
  background: var(--nsr-accent-soft);
  padding: 16px 20px;
  border-radius: 0 var(--nsr-radius-sm) var(--nsr-radius-sm) 0;
  margin: 1.5em 0;
}
.nsr-article__body .wp-block-quote p:last-child { margin: 0; }
.nsr-article__body .wp-block-quote cite { font-size: 0.85rem; color: var(--nsr-muted); font-style: normal; }
.nsr-article__body .wp-block-table { margin: 1.5em 0; }
.nsr-article__body .wp-block-table table { border-radius: var(--nsr-radius-sm); overflow: hidden; }
.nsr-article__body .wp-block-button .wp-block-button__link {
  background: var(--nsr-accent);
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 600;
  color: #fff;
}
.nsr-article__body .wp-block-image img { border-radius: var(--nsr-radius-sm); }
.nsr-article__body .wp-block-separator { border-color: var(--nsr-border); margin: 2em 0; }
.nsr-article__body pre {
  background: var(--nsr-ink);
  color: #e2e8f0;
  padding: 16px 18px;
  border-radius: var(--nsr-radius-sm);
  overflow-x: auto;
  font-size: 0.85rem;
}
.nsr-article__body code { background: var(--nsr-bg-mute); padding: 2px 6px; border-radius: 5px; font-size: 0.88em; }
.has-nsr-accent-color { color: var(--nsr-accent) !important; }
.has-nsr-accent-background-color { background: var(--nsr-accent) !important; }
.has-nsr-soft-background-color { background: var(--nsr-accent-soft) !important; }

/* WP alignment */
.alignwide { max-width: 100%; }
.alignfull { max-width: 100%; }
.wp-caption-text, .screen-reader-text { font-size: 0.8rem; color: var(--nsr-muted); }
.alignleft { float: left; margin: 4px 20px 16px 0; }
.alignright { float: right; margin: 4px 0 16px 20px; }
.aligncenter { margin-left: auto; margin-right: auto; }
.sticky { position: relative; }
.bypostauthor { display: block; }

/* ==========================================================================
   19. RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .nsr-shell { grid-template-columns: minmax(0, 1fr); }
  .nsr-sidebar { position: static; }
  .nsr-footer__top { grid-template-columns: 1fr 1fr 1fr; }
}

@media (max-width: 900px) {
  .nsr-nav { display: none; }
  .nsr-burger { display: grid; margin-left: auto; }
  .nsr-topbar__date { display: none; }
  .nsr-hero { padding: 34px 0 30px; }
  .nsr-cta { padding: 26px 24px; }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  .nsr-search { flex-wrap: wrap; border-radius: var(--nsr-radius); padding: 10px; }
  .nsr-search__field { flex: 1 1 100%; }
  .nsr-search select { flex: 1 1 40%; border-left: 0; border: 1px solid var(--nsr-border); text-align: center; }
  .nsr-search .nsr-btn { flex: 1 1 40%; }
  .nsr-job { grid-template-columns: 1fr; }
  .nsr-job__cta { flex-direction: row; min-width: 0; }
  .nsr-job__cta .nsr-btn { flex: 1; }
  .nsr-article__head, .nsr-article__body, .nsr-comments { padding-left: 18px; padding-right: 18px; }
  .nsr-infotable th { width: 42%; }
  .nsr-footer__top { grid-template-columns: 1fr; gap: 26px; }
  .nsr-topbar__inner { justify-content: center; text-align: center; }
  .nsr-sidebar { display: grid; grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .nsr-logo__tag { display: none; }
  .nsr-stats { grid-template-columns: 1fr 1fr; }
  .nsr-sec-head__title { font-size: 1.15rem; }
  .nsr-cats__grid { grid-template-columns: 1fr 1fr; }
  .nsr-cat { flex-direction: column; text-align: center; gap: 8px; padding: 14px 10px; }
  .nsr-cat__name { font-size: 0.82rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* ==========================================================================
   20. PRINT
   ========================================================================== */
@media print {
  .nsr-header, .nsr-topbar, .nsr-ticker, .nsr-sidebar, .nsr-footer, .nsr-totop, .nsr-cta, .nsr-share { display: none !important; }
  .nsr-shell { display: block; }
  body { background: #fff; color: #000; }
}

/* ==========================================================================
   20. HOMEPAGE — PORTAL LAYOUT  (sarkariresult.com inspired)
   ====================================================================== */

/* ------------------------------------------------------------- hero portal */
.nsr-hero--portal { padding: 34px 0 26px; }

.nsr-hero--portal .nsr-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.nsr-hero--portal .nsr-hero__lead { min-width: 0; }

.nsr-hero--portal h1 {
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.14;
  letter-spacing: -0.028em;
  margin: 12px 0 10px;
}

.nsr-hero--portal .nsr-hero__sub { max-width: 62ch; }

.nsr-hero__side { padding-top: 4px; }

.nsr-hero__note {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 13px 15px;
  background: var(--nsr-amber-soft);
  border: 1px solid #fcd9a4;
  border-radius: var(--nsr-radius-sm);
  font-size: 0.82rem;
  line-height: 1.5;
  color: #7c4a03;
}
.nsr-hero__note svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; }
.nsr-hero__note p { margin: 0; }

@media (max-width: 980px) {
  .nsr-hero--portal .nsr-hero__inner { grid-template-columns: 1fr; gap: 22px; }
  .nsr-hero__side { order: -1; }
}

/* Stats column hidden -> single centred column, nothing empty */
.nsr-hero--solo .nsr-hero__inner {
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  margin: 0 auto;
  gap: 0;
}
.nsr-hero--solo .nsr-hero__lead { text-align: center; }
.nsr-hero--solo .nsr-hero__eyebrow { justify-content: center; }
.nsr-hero--solo .nsr-hero__sub { margin-left: auto; margin-right: auto; }
.nsr-hero--solo .nsr-search { justify-content: center; }
.nsr-hero--solo .nsr-hero__chips { justify-content: center; }
.nsr-hero--solo .nsr-join { justify-content: center; }
.nsr-hero--solo .nsr-hero__note {
  max-width: 620px;
  margin: 18px auto 0;
}

/* ------------------------------------------------------------- join buttons */
.nsr-join { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.nsr-join--stack { flex-direction: column; margin-top: 14px; }

.nsr-join__btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: 999px;
  box-shadow: var(--nsr-shadow-xs);
  text-decoration: none;
  color: var(--nsr-ink-2);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.nsr-join__btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--nsr-shadow);
  border-color: var(--nsr-accent);
  color: var(--nsr-ink);
}

.nsr-join__ico {
  width: 34px; height: 34px;
  flex: 0 0 auto;
  display: grid; place-items: center;
  border-radius: 50%;
  color: #fff;
}
.nsr-join__ico svg { width: 18px; height: 18px; }

.nsr-join__btn.is-wa .nsr-join__ico { background: linear-gradient(135deg, #25d366, #128c46); }
.nsr-join__btn.is-tg .nsr-join__ico { background: linear-gradient(135deg, #2aabee, #1976a5); }
.nsr-join__btn.is-ig .nsr-join__ico { background: linear-gradient(135deg, #f9ce34, #ee2a7b 55%, #6228d7); }

.nsr-join__txt { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.nsr-join__txt strong { font-size: 0.9rem; font-weight: 700; }
.nsr-join__txt span { font-size: 0.74rem; color: var(--nsr-muted); }

.nsr-join__go { margin-left: 4px; color: var(--nsr-faint); }
.nsr-join__go svg { width: 15px; height: 15px; }
.nsr-join__btn:hover .nsr-join__go { color: var(--nsr-accent); }

@media (max-width: 640px) {
  .nsr-join__btn { flex: 1 1 100%; }
  .nsr-join__txt strong { font-size: 0.86rem; }
}

/* ------------------------------------------------------------- portal boxes */
.nsr-boxes-wrap { padding-top: 8px; padding-bottom: 6px; }

.nsr-boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.nsr-box {
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius);
  box-shadow: var(--nsr-shadow-xs);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.nsr-box:hover { box-shadow: var(--nsr-shadow); border-color: #d8dee9; }

.nsr-box__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(180deg, var(--nsr-accent-soft), #fff);
  border-bottom: 1px solid var(--nsr-border-soft);
}

.nsr-box__icon {
  width: 30px; height: 30px;
  flex: 0 0 auto;
  display: grid; place-items: center;
  border-radius: 9px;
  background: var(--nsr-accent);
  color: #fff;
}
.nsr-box__icon svg { width: 16px; height: 16px; }
.nsr-box__icon--admit-card { background: var(--nsr-amber); }
.nsr-box__icon--result { background: var(--nsr-green); }
.nsr-box__icon--answer-key { background: var(--nsr-sky); }
.nsr-box__icon--syllabus { background: #7c3aed; }
.nsr-box__icon--admission { background: #db2777; }

.nsr-box__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.012em;
  color: var(--nsr-ink);
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nsr-box__more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--nsr-accent);
  text-decoration: none;
}
.nsr-box__more svg { width: 13px; height: 13px; }
.nsr-box__more:hover { text-decoration: underline; }

.nsr-box__list { list-style: none; margin: 0; padding: 6px; }
.nsr-box__list li { border-bottom: 1px dashed var(--nsr-border-soft); }
.nsr-box__list li:last-child { border-bottom: 0; }

.nsr-box__list a {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 8px 9px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--nsr-ink-2);
  font-size: 0.865rem;
  line-height: 1.4;
  transition: background 0.15s ease, color 0.15s ease, padding 0.15s ease;
}
.nsr-box__list a:hover {
  background: var(--nsr-accent-soft);
  color: var(--nsr-accent-dark);
  padding-left: 12px;
}

.nsr-box__date {
  flex: 0 0 auto;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--nsr-muted);
  background: var(--nsr-bg-mute);
  border-radius: 5px;
  padding: 2px 6px;
}

.nsr-box__linktext { flex: 1 1 auto; min-width: 0; }

.nsr-box__new {
  flex: 0 0 auto;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: var(--nsr-red);
  border-radius: 4px;
  padding: 2px 5px;
  animation: nsr-blink 1.8s ease-in-out infinite;
}
@keyframes nsr-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.55; } }

.nsr-box__list--empty a,
.nsr-box__list--empty li { padding: 8px 9px; color: var(--nsr-muted); font-size: 0.85rem; }

/* ------------------------------------------------------------- browse strip */
.nsr-browse { padding-top: 8px; }

.nsr-browse__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  background: var(--nsr-bg-soft);
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius);
  padding: 20px;
}

@media (max-width: 900px) { .nsr-browse__grid { grid-template-columns: 1fr; } }

.nsr-browse__title {
  display: flex; align-items: center; gap: 8px;
  margin: 0 0 12px;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--nsr-ink);
}
.nsr-browse__title svg { width: 17px; height: 17px; color: var(--nsr-accent); }

.nsr-browse__list { display: flex; flex-wrap: wrap; gap: 7px; }
.nsr-browse__list a {
  display: inline-block;
  padding: 5px 11px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--nsr-body);
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.16s ease;
}
.nsr-browse__list a:hover {
  background: var(--nsr-accent);
  border-color: var(--nsr-accent);
  color: #fff;
}

.nsr-browse__col--join p {
  margin: 0 0 4px;
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--nsr-body);
}

/* ------------------------------------------------------- home about + author */
.nsr-home-about { padding-top: 8px; }

.nsr-home-about__card {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 26px;
  padding: 26px;
  background: linear-gradient(135deg, #eef2ff, #f8fafc 60%);
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius-lg);
}

@media (max-width: 900px) { .nsr-home-about__card { grid-template-columns: 1fr; } }

.nsr-home-about__body h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.015em;
}
.nsr-home-about__body p {
  margin: 0 0 16px;
  font-size: 0.9rem;
  line-height: 1.72;
  color: var(--nsr-body);
}
.nsr-home-about__links { display: flex; flex-wrap: wrap; gap: 9px; }

.nsr-home-about__author {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius);
  box-shadow: var(--nsr-shadow-xs);
}
.nsr-home-about__avatar img {
  width: 66px; height: 66px;
  border-radius: 50%;
  border: 3px solid var(--nsr-accent-soft);
  display: block;
}
.nsr-home-about__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nsr-accent);
  margin-bottom: 3px;
}
.nsr-home-about__name {
  display: block;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--nsr-ink);
  text-decoration: none;
}
.nsr-home-about__name:hover { color: var(--nsr-accent); }
.nsr-home-about__role { display: block; font-size: 0.8rem; font-weight: 600; color: var(--nsr-body); }
.nsr-home-about__exp { display: block; font-size: 0.74rem; color: var(--nsr-muted); margin-top: 2px; }
.nsr-home-about__bio { margin: 9px 0 0; font-size: 0.8rem; line-height: 1.6; color: var(--nsr-muted); }

/* ---------------------------------------------------------------- logo image */
.nsr-logo__img { display: inline-flex; }
.nsr-logo__pic { width: 44px; height: 44px; display: block; }

/* ------------------------------------------------------------- author box */
.nsr-authorbox {
  margin-top: 26px;
  padding: 22px;
  background: var(--nsr-bg-soft);
  border: 1px solid var(--nsr-border);
  border-radius: var(--nsr-radius-lg);
}

.nsr-authorbox__head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.nsr-authorbox__avatar img {
  width: 78px; height: 78px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: var(--nsr-shadow-sm);
  display: block;
}

.nsr-authorbox__id { flex: 1 1 auto; min-width: 0; }
.nsr-authorbox__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nsr-accent);
  margin-bottom: 2px;
}
.nsr-authorbox__name {
  display: block;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--nsr-ink);
  text-decoration: none;
}
.nsr-authorbox__name:hover { color: var(--nsr-accent); }
.nsr-authorbox__role { display: block; font-size: 0.84rem; font-weight: 600; color: var(--nsr-body); margin-top: 1px; }

.nsr-authorbox__facts {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  font-size: 0.78rem;
  color: var(--nsr-muted);
}
.nsr-authorbox__facts li { display: inline-flex; align-items: center; gap: 6px; }
.nsr-authorbox__facts svg { width: 14px; height: 14px; color: var(--nsr-green); }

.nsr-authorbox__social { display: flex; gap: 8px; flex: 0 0 auto; }
.nsr-authorbox__social a {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--nsr-border);
  color: var(--nsr-body);
  transition: all 0.16s ease;
}
.nsr-authorbox__social a:hover { background: var(--nsr-accent); border-color: var(--nsr-accent); color: #fff; }
.nsr-authorbox__social svg { width: 16px; height: 16px; }

.nsr-authorbox__bio {
  margin-top: 14px;
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--nsr-body);
}
.nsr-authorbox__bio p { margin: 0 0 10px; }
.nsr-authorbox__bio p:last-child { margin-bottom: 0; }

.nsr-authorbox__foot {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--nsr-border);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--nsr-muted);
}
.nsr-authorbox__foot span { display: inline-flex; align-items: center; gap: 6px; }
.nsr-authorbox__foot svg { width: 14px; height: 14px; }
.nsr-authorbox__foot a {
  display: inline-flex; align-items: center; gap: 5px;
  font-weight: 700;
  color: var(--nsr-accent);
  text-decoration: none;
}
.nsr-authorbox__foot a:hover { text-decoration: underline; }

@media (max-width: 640px) {
  .nsr-authorbox__head { flex-wrap: wrap; }
  .nsr-authorbox__social { margin-left: 94px; }
}

/* ------------------------------------------------------------- footer legal */
.nsr-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: center;
}
.nsr-legal a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}
.nsr-legal a:hover { color: #fff; text-decoration: underline; }

/* Footer social chips: text label fallback for networks without a glyph. */
.nsr-footer__social a { width: auto; min-width: 36px; height: 36px; padding: 0 9px; border-radius: 99px; }
.nsr-footer__social a span { font-size: .68rem; font-weight: 600; white-space: nowrap; }

/* ==========================================================================
   UI REFINEMENTS  —  6-point review
   1. header overlap   2. verified badge in footer   3. hero smaller/prettier
   4. social only in footer   5. category boxes readable + colour-coded
   6. (sidebar search widget removed in PHP)
   ========================================================================== */

/* ---------- 1. HEADER — nav and actions must never overlap -------------- */
.nsr-header__inner { gap: 14px; }
.nsr-nav { min-width: 0; flex: 1 1 auto; display: flex; justify-content: flex-end; }
.nsr-nav > ul { flex-wrap: wrap; justify-content: flex-end; }
.nsr-header__actions { flex: 0 0 auto; margin-left: 2px; }
@media (max-width: 1200px) {
  .nsr-nav a { padding: 8px 10px; font-size: 0.86rem; }
  .nsr-header__inner { gap: 10px; }
}

/* ---------- 3. HERO — smaller, tighter and more attractive -------------- */
.nsr-hero--portal { padding: 24px 0 20px; }
.nsr-hero--portal .nsr-hero__inner {
  max-width: 900px;
  padding: 26px 28px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f7ff 100%);
  border: 1px solid #e4e8f8;
  border-radius: 22px;
  box-shadow: 0 14px 36px -22px rgba(79, 70, 229, 0.45);
}
.nsr-hero--portal h1 {
  font-size: clamp(1.5rem, 3.2vw, 2.05rem);
  line-height: 1.2;
  letter-spacing: -0.022em;
  margin-bottom: 10px;
}
.nsr-hero--portal .nsr-hero__sub { font-size: 0.93rem; margin-bottom: 18px; }
.nsr-hero--portal .nsr-hero__chips { margin-top: 14px; gap: 7px; }
.nsr-hero--portal .nsr-hero__note { margin-top: 14px; }
@media (max-width: 640px) {
  .nsr-hero--portal .nsr-hero__inner { padding: 20px 16px 18px; border-radius: 16px; }
}

/* ---------- 2. FOOTER — "Verified from official notifications" badge ---- */
.nsr-footer__verified {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 14px 0 0;
  padding: 6px 13px 6px 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #cbd5e1;
}
.nsr-footer__verified svg { width: 15px; height: 15px; flex: 0 0 auto; color: #4ade80; }

/* ---------- 4. FOOTER SOCIAL — now the only place social appears -------- */
.nsr-footer__social { margin-top: 18px; gap: 8px; }
.nsr-footer__social a {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}
.nsr-footer__social a:hover {
  background: var(--nsr-accent);
  border-color: var(--nsr-accent);
  color: #fff;
}
.nsr-footer__social svg { stroke: #fff; }

/* ---------- 5a. CATEGORY TILES — readable + one colour per job type ----- */
.nsr-cat {
  --nsr-cat: #4f46e5;
  position: relative;
  overflow: hidden;
  padding-left: 18px;
}
.nsr-cat::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--nsr-cat);
}
.nsr-cat__icon {
  background: var(--nsr-cat);
  color: #fff;
  box-shadow: 0 4px 12px -6px var(--nsr-cat);
}
.nsr-cat__name { color: var(--nsr-ink); font-size: 0.92rem; }
.nsr-cat__count { color: var(--nsr-muted); font-size: 0.76rem; }
.nsr-cat:hover { border-color: var(--nsr-cat); }
.nsr-cat:hover .nsr-cat__name { color: var(--nsr-cat); }
.nsr-cat:hover .nsr-cat__count { color: var(--nsr-cat); }
.nsr-cat__go { color: var(--nsr-cat); }

/* ---------- 5b. PORTAL BOXES — readable + one colour per job type ------- */
.nsr-box { --nsr-cat: #4f46e5; }
.nsr-box__icon { background: var(--nsr-cat); color: #fff; }
.nsr-box__head { border-bottom: 2px solid var(--nsr-cat); }
.nsr-box__title { color: var(--nsr-ink); }
.nsr-box__more { color: var(--nsr-cat); }
.nsr-box:hover { border-color: var(--nsr-cat); }
.nsr-box__date { color: var(--nsr-cat); }
.nsr-box__list a { color: var(--nsr-ink-2); font-size: 0.88rem; font-weight: 500; }
.nsr-box__list a:hover { color: var(--nsr-cat); }
.nsr-box__new { background: var(--nsr-cat); }

/* ---------- browse grid: now 2 columns after removing the join column --- */
.nsr-browse__grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

/* ==========================================================================
   UI REFINEMENTS — round 2
   1. header redesign   3. author full-width on mobile
   4. browse boxes      6. important links
   ========================================================================== */

/* ---------- 1. HEADER — logo row + full-width pill navigation row -------- */
.nsr-header__inner {
  flex-wrap: wrap;
  gap: 10px 16px;
  padding-top: 10px;
  padding-bottom: 8px;
  min-height: 0;
}
.nsr-logo { flex: 0 0 auto; }
.nsr-header__actions { flex: 0 0 auto; margin-left: auto; }
.nsr-nav {
  order: 3;
  flex: 1 1 100%;
  min-width: 0;
  margin-left: 0;
  padding-top: 9px;
  border-top: 1px solid var(--nsr-border-soft);
}
.nsr-nav > ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}
.nsr-nav a {
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--nsr-bg-soft);
  border: 1px solid var(--nsr-border);
  font-size: 0.855rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.nsr-nav a:hover {
  background: var(--nsr-accent-soft);
  border-color: var(--nsr-accent-ring);
  color: var(--nsr-accent-dark);
}
.nsr-nav .current-menu-item > a,
.nsr-nav .current-menu-ancestor > a {
  background: var(--nsr-accent);
  border-color: var(--nsr-accent);
  color: #fff;
}
@media (max-width: 1024px) { .nsr-nav { display: none; } }

/* ---------- 3. AUTHOR BLOCK — full width and centred on mobile ---------- */
@media (max-width: 640px) {
  .nsr-home-about__card { padding: 18px; gap: 18px; }
  .nsr-home-about__author {
    flex-direction: column;
    align-items: center;
    padding: 20px 16px;
    text-align: center;
  }
  .nsr-home-about__author > div { width: 100%; text-align: center; }
  .nsr-home-about__avatar { margin: 0 auto 6px; }
  .nsr-home-about__avatar img { width: 88px; height: 88px; }
  .nsr-home-about__bio { text-align: left; }
  .nsr-home-about__links { justify-content: center; }

  /* The author box at the bottom of a single article. */
  .nsr-authorbox { padding: 16px; }
  .nsr-authorbox__head {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .nsr-authorbox__id { width: 100%; text-align: center; }
}

/* ---------- 4. BROWSE BY STATE / QUALIFICATION — card design ------------ */
.nsr-browse__grid {
  gap: 16px;
  background: none;
  border: 0;
  padding: 0;
}
.nsr-browse__col {
  --bc: #4f46e5;
  background: #fff;
  border: 1px solid var(--nsr-border);
  border-radius: 16px;
  padding: 18px 18px 20px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.nsr-browse__col:nth-child(2) { --bc: #0f766e; }
.nsr-browse__title { font-size: 1rem; margin-bottom: 14px; }
.nsr-browse__title svg {
  width: 30px;
  height: 30px;
  padding: 6px;
  box-sizing: border-box;
  background: var(--bc);
  color: #fff;
  border-radius: 9px;
}
.nsr-browse__list { gap: 8px; }
.nsr-browse__list a {
  padding: 6px 13px;
  font-size: 0.82rem;
  color: var(--nsr-body);
  background: var(--nsr-bg-soft);
  border: 1px solid var(--nsr-border);
  border-radius: 999px;
  transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}
.nsr-browse__list a:hover {
  background: var(--bc);
  border-color: var(--bc);
  color: #fff;
  transform: translateY(-1px);
}

/* ---------- 6. IMPORTANT LINKS — coloured numbered chips --------------- */
.nsr-widget .nsr-links-num li { border-bottom: 0; }
.nsr-links-num li a {
  padding: 9px 10px;
  border-radius: 9px;
  transition: background .15s ease, color .15s ease;
}
.nsr-links-num li a:hover {
  background: var(--nsr-accent-soft);
  color: var(--nsr-accent-dark);
  padding-left: 10px;
}
.nsr-links-num li a::before {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: none;
  background: var(--nsr-accent-soft);
  color: var(--nsr-accent);
  border-radius: 7px;
  font-size: 0.72rem;
  font-weight: 800;
  counter-increment: sn;
  content: counter(sn, decimal-leading-zero);
}
.nsr-links-num li:nth-child(4n + 2) a::before { background: var(--nsr-green-soft); color: var(--nsr-green); }
.nsr-links-num li:nth-child(4n + 3) a::before { background: var(--nsr-amber-soft); color: var(--nsr-amber); }
.nsr-links-num li:nth-child(4n + 4) a::before { background: var(--nsr-sky-soft);   color: var(--nsr-sky); }
