/*
Theme Name: Sarkari Portal Child Theme
Theme URI: https://sarkariyatra.in
Description: High-performance, pixel-accurate Sarkari recruitment portal child theme.
Author: Admin
Template: astra
Version: 4.3.0
*/

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

body { 
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif; 
  background-color: #f8fafc; 
  color: #1e293b; 
  margin: 0; 
  padding: 0; 
  line-height: 1.5; 
  -webkit-font-smoothing: antialiased;
}

.sue-wrap { 
  max-width: 1200px; 
  margin: 0 auto; 
  padding: 0 16px; 
}

a { 
  text-decoration: none; 
  color: inherit; 
}

/* =========================================================
   2. ADSENSE AUTO-ADS PROTECTION & SAFE CONTAINERS
   ========================================================= */
.google-auto-ads-ignore {
  contain: paint !important;
}

.google-anno-skip {
  display: none !important;
}

.sue-ad-slot {
  min-height: 90px;
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  margin: 18px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.sue-ad-home-top { max-width: 960px; }
.sue-ad-home-between { max-width: 1200px; margin-bottom: 22px; }
.sue-ad-post-top, .sue-ad-post-bottom { max-width: 980px; }

/* =========================================================
   3. CLEAN STICKY NAVBAR
   ========================================================= */
.sue-main-navbar { 
  background: #ffffff; 
  border-bottom: 1px solid #e2e8f0; 
  position: sticky; 
  top: 0; 
  z-index: 999; 
}

.sue-nav-flex { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  height: 68px; 
}

.sue-brand-logo { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
}

.sue-shield-icon { 
  font-size: 28px; 
}

.sue-logo-titles { 
  display: flex; 
  flex-direction: column; 
}

.sue-logo-main { 
  font-size: 22px; 
  font-weight: 800; 
  color: #0f172a; 
  letter-spacing: -0.5px; 
}

.sue-logo-accent { 
  color: #2563eb; 
}

.sue-logo-ext { 
  font-size: 15px; 
  color: #64748b; 
}

.sue-logo-tagline { 
  font-size: 9.5px; 
  font-weight: 600; 
  color: #64748b; 
  margin-top: -3px; 
}

.sue-nav-ul { 
  display: flex; 
  align-items: center; 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  gap: 4px; 
}

.sue-nav-ul li a { 
  font-size: 13.5px; 
  font-weight: 600; 
  color: #334155; 
  padding: 7px 12px; 
  border-radius: 6px; 
  display: inline-block; 
  transition: all 0.15s ease; 
}

.sue-nav-ul li a:hover { 
  color: #2563eb; 
  background: #f1f5f9; 
}

.sue-nav-ul li.current-menu-item a { 
  background: #e0f2fe; 
  color: #0284c7; 
}

.sue-header-search-icon button { 
  background: none; 
  border: none; 
  font-size: 18px; 
  cursor: pointer; 
  padding: 6px; 
  border-radius: 4px; 
}

.sue-header-search-icon button:hover { 
  background: #f1f5f9; 
}

.sue-popup-search-wrap { 
  display: none; 
  background: #f8fafc; 
  border-bottom: 1px solid #e2e8f0; 
  padding: 12px 0; 
}

.sue-popup-search-wrap.active { 
  display: block; 
}

.sue-quick-search-form { 
  display: flex; 
  gap: 8px; 
  max-width: 600px; 
  margin: 0 auto; 
}

.sue-quick-search-form input { 
  flex: 1; 
  padding: 8px 14px; 
  border: 1px solid #cbd5e1; 
  border-radius: 6px; 
  font-size: 14px; 
}

.sue-quick-search-form button { 
  background: #1d4ed8; 
  color: #fff; 
  border: none; 
  padding: 8px 20px; 
  font-weight: 700; 
  border-radius: 6px; 
  cursor: pointer; 
}

/* =========================================================
   4. HOMEPAGE SEARCH, 8-TILES & TRENDING SEARCHES
   ========================================================= */
.sue-search-categories-section { 
  margin: 20px 0 16px; 
}

.sue-direct-search-box {
  background: #ffffff;
  border: 2px solid #bfdbfe;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 6px 6px 6px 14px;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.05);
}

.sue-direct-search-box .sue-search-icon { 
  font-size: 18px; 
  margin-right: 10px; 
}

.sue-direct-search-box input { 
  flex: 1; 
  border: none; 
  outline: none; 
  font-size: 15px; 
  color: #0f172a; 
}

.sue-direct-search-box button { 
  background: #1d4ed8; 
  color: #ffffff; 
  border: none; 
  padding: 10px 28px; 
  font-size: 14px; 
  font-weight: 700; 
  border-radius: 6px; 
  cursor: pointer; 
}

.sue-direct-search-box button:hover { 
  background: #1e40af; 
}

/* 8 Quick Category Tiles */
.sue-quick-grid { 
  display: grid; 
  grid-template-columns: repeat(8, 1fr); 
  gap: 10px; 
}

.sue-quick-tile { 
  background: #ffffff; 
  border: 1px solid #e2e8f0; 
  border-radius: 8px; 
  padding: 14px 6px; 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  gap: 6px; 
  text-align: center; 
  transition: all 0.15s ease; 
}

.sue-quick-tile:hover { 
  transform: translateY(-2px); 
  border-color: #93c5fd; 
  box-shadow: 0 4px 10px rgba(37,99,235,0.08); 
}

.sue-quick-tile span { 
  font-size: 12px; 
  font-weight: 700; 
  color: #334155; 
}

/* Trending Searches Ticker */
.sue-trending-bar { 
  background: #ffffff; 
  border: 1px solid #e2e8f0; 
  border-radius: 8px; 
  padding: 10px 16px; 
  margin: 18px 0 24px; 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  font-size: 13px; 
  overflow-x: auto; 
  white-space: nowrap; 
}

.sue-trending-title { 
  font-weight: 700; 
  color: #2563eb; 
  display: flex; 
  align-items: center; 
  gap: 5px; 
}

.sue-trending-links a { 
  font-weight: 600; 
  color: #2563eb; 
}

.sue-trending-links .sep { 
  color: #cbd5e1; 
  margin: 0 4px; 
}

/* =========================================================
   5. DASHBOARD GRID & CARDS UI (IMAGE 88)
   ========================================================= */
.sue-dash-grid { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px; 
  margin: 0 0 28px; 
  align-items: start;
}

.sue-card { 
  background: #ffffff; 
  border: 1px solid #e5e9f0; 
  border-radius: 10px; 
  overflow: hidden; 
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

/* Colored Top Outer Border */
.sue-card.border-blue   { border-top: 3.5px solid #1a56db; }
.sue-card.border-red    { border-top: 3.5px solid #e02424; }
.sue-card.border-green  { border-top: 3.5px solid #057a55; }
.sue-card.border-purple { border-top: 3.5px solid #7e22ce; }
.sue-card.border-orange { border-top: 3.5px solid #d97706; }

/* Card Header */
.sue-card-head { 
  padding: 13px 18px; 
  border-bottom: 1px solid #edf2f7; 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  background: #ffffff;
}

.sue-card-head h3 { 
  margin: 0; 
  font-size: 15.5px; 
  font-weight: 800; 
  display: flex; 
  align-items: center; 
  gap: 8px; 
  letter-spacing: -0.2px;
}

.sue-card-head .sue-view-all { 
  font-size: 13px; 
  font-weight: 700; 
  text-decoration: none !important; 
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Header Text & Button Colors */
.border-blue .sue-card-head h3,
.border-blue .sue-card-head .sue-view-all { color: #1a56db; }

.border-red .sue-card-head h3,
.border-red .sue-card-head .sue-view-all { color: #e02424; }

.border-green .sue-card-head h3,
.border-green .sue-card-head .sue-view-all { color: #057a55; }

.border-purple .sue-card-head h3,
.border-purple .sue-card-head .sue-view-all { color: #7e22ce; }

.border-orange .sue-card-head h3,
.border-orange .sue-card-head .sue-view-all { color: #d97706; }

/* =========================================================
   6. EXACT COMPACT FEED ROW (IMAGE 1234 & DUAL-SIDE BADGE)
   ========================================================= */
.sjl-card-body {
  padding: 0 !important;
  background: #ffffff;
}

.sjl-feed-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Main Row Container */
.sjl-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 18px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  background: #ffffff;
  gap: 16px !important;
  transition: background 0.15s ease;
}

.sjl-row:last-child {
  border-bottom: none !important;
}

.sjl-row:hover {
  background: #f8fafc !important;
}

/* Left Section: Badge + Title */
.sjl-col-main {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

/* Status Pill Badges */
.sjl-badge {
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  border-radius: 4px !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  line-height: 1.2 !important;
  flex-shrink: 0 !important;
}

.sjl-badge.urgent {
  background: #fef2f2 !important;
  color: #b91c1c !important;
  border: 1px solid #fee2e2 !important;
}

.sjl-badge.urgent-normal {
  background: #fff7ed !important;
  color: #c2410c !important;
  border: 1px solid #ffedd5 !important;
}

.sjl-badge.active {
  background: #eff6ff !important;
  color: #1d4ed8 !important;
  border: 1px solid #dbeafe !important;
}

.sjl-badge.admit {
  background: #faf5ff !important;
  color: #7e22ce !important;
  border: 1px solid #f3e8ff !important;
}

.sjl-badge.result {
  background: #fefce8 !important;
  color: #a16207 !important;
  border: 1px solid #fef9c3 !important;
}

.sjl-badge.expired {
  background: #f1f5f9 !important;
  color: #64748b !important;
  border: 1px solid #e2e8f0 !important;
}

/* Flashing NEW tag */
.sjl-tag-new {
  background: #dc2626 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  padding: 1px 5px !important;
  border-radius: 3px !important;
  letter-spacing: 0.5px !important;
  flex-shrink: 0 !important;
  animation: pulseNew 1.5s infinite ease-in-out;
}

@keyframes pulseNew {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Title text */
.sjl-title {
  margin: 0 !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.sjl-title a {
  color: #0f172a !important;
  text-decoration: none !important;
}

.sjl-title a:hover {
  color: #2563eb !important;
}

/* Right Group (Meta, Right-Badge, and Button) */
.sjl-col-right-group {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-left: auto !important;
  flex-shrink: 0 !important;
}

.sjl-col-meta {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 13px !important;
  color: #64748b !important;
  white-space: nowrap !important;
}

.sjl-posts {
  font-weight: 600 !important;
  color: #334155 !important;
}

.sjl-qual {
  color: #64748b !important;
}

.sjl-col-badge-right {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}

/* Action Button */
.sjl-col-action {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}

.sjl-btn-view {
  background: #2563eb !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 6px 14px !important;
  border-radius: 6px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  transition: background 0.15s ease !important;
}

.sjl-btn-view:hover {
  background: #1d4ed8 !important;
}

/* =========================================================
   7. SINGLE POST MODULES & PANELS
   ========================================================= */
.sue-single-article { 
  max-width: 980px; 
  margin: 20px auto 40px; 
}

.post-header-card { 
  background: #ffffff; 
  border: 1px solid #e2e8f0; 
  border-radius: 12px; 
  padding: 24px 28px; 
  margin-bottom: 20px; 
  box-shadow: 0 1px 3px rgba(0,0,0,0.04); 
}

.post-breadcrumbs { 
  font-size: 13px; 
  color: #64748b; 
  margin-bottom: 12px; 
}

.post-breadcrumbs a { 
  color: #2563eb; 
}

.post-breadcrumbs .sep { 
  margin: 0 6px; 
  color: #cbd5e1; 
}

.post-title { 
  font-size: 26px; 
  font-weight: 800; 
  color: #0f172a; 
  line-height: 1.35; 
  margin-bottom: 14px; 
}

.post-meta-row { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 16px; 
  font-size: 13px; 
  color: #475569; 
  border-top: 1px solid #f1f5f9; 
  padding-top: 12px; 
}

.post-meta-item { 
  display: inline-flex; 
  align-items: center; 
  gap: 6px; 
}

.badge-cat { 
  background: #eff6ff; 
  color: #1d4ed8; 
  font-weight: 700; 
  padding: 2px 8px; 
  border-radius: 4px; 
  font-size: 12px; 
}

/* Post Panels */
.sue-panel { 
  background: #ffffff; 
  border: 1px solid #dce4ec; 
  border-radius: 10px; 
  padding: 22px 24px; 
  box-shadow: 0 1px 3px rgba(0,0,0,0.03); 
  margin-bottom: 22px; 
}

.sue-sec-title { 
  font-size: 18px; 
  font-weight: 700; 
  color: #0f172a; 
  margin-bottom: 14px; 
  display: flex; 
  align-items: center; 
  gap: 8px; 
}

.sue-sec-sub { 
  font-size: 13px; 
  color: #64748b; 
  margin-top: -8px; 
  margin-bottom: 16px; 
}

/* Dates & Fees */
.sue-df-grid { 
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); 
  gap: 20px; 
}

.sue-df-card { 
  background: #ffffff; 
  border: 1px solid #e2e8f0; 
  border-radius: 8px; 
  padding: 16px 18px; 
}

.sue-df-header-dates { 
  background: #e8f3fc; 
  border-left: 4px solid #0284c7; 
  padding: 10px 14px; 
  font-weight: 700; 
  font-size: 15px; 
  color: #0369a1; 
  border-radius: 4px; 
  margin-bottom: 14px; 
}

.sue-df-header-fee { 
  background: #fef8e7; 
  border-left: 4px solid #f59e0b; 
  padding: 10px 14px; 
  font-weight: 700; 
  font-size: 15px; 
  color: #b45309; 
  border-radius: 4px; 
  margin-bottom: 14px; 
}

.sue-df-list { 
  list-style: none; 
  padding: 0; 
  margin: 0; 
  display: flex; 
  flex-direction: column; 
  gap: 10px; 
}

.sue-df-row { 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  font-size: 13.5px; 
  padding-bottom: 8px; 
  border-bottom: 1px dashed #e2e8f0; 
}

.sue-df-row:last-child { 
  border-bottom: none; 
}

.sue-df-label { 
  color: #475569; 
  font-weight: 500; 
}

.sue-df-val { 
  font-weight: 700; 
  color: #0f172a; 
  text-align: right; 
}

.sue-df-val.green { color: #16a34a; }
.sue-df-val.red   { color: #dc2626; }
.sue-df-val.blue  { color: #0284c7; }

.sue-df-refund { 
  background: #f8fafc; 
  border: 1px solid #e2e8f0; 
  border-radius: 6px; 
  padding: 10px 12px; 
  margin-top: 14px; 
  font-size: 12px; 
  color: #475569; 
  line-height: 1.5; 
}

.sue-df-paymodes { 
  font-size: 12px; 
  color: #64748b; 
  font-style: italic; 
  margin-top: 8px; 
}

/* Age Calculator Box */
.sue-age-cards { 
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
  gap: 14px; 
  margin-bottom: 20px; 
}

.sue-age-stat { 
  background: #ffffff; 
  border: 1px solid #e2e8f0; 
  border-radius: 6px; 
  padding: 14px; 
  text-align: center; 
}

.sue-age-stat.border-orange { border-top: 3px solid #ea580c; }
.sue-age-stat.border-green  { border-top: 3px solid #16a34a; }

.sue-stat-label { 
  font-size: 11px; 
  font-weight: 700; 
  text-transform: uppercase; 
  color: #64748b; 
  margin-bottom: 6px; 
}

.sue-stat-val { 
  font-size: 22px; 
  font-weight: 800; 
  color: #0f172a; 
}

.sue-stat-val span { 
  font-size: 13px; 
  font-weight: 500; 
  color: #64748b; 
}

.sue-stat-note { 
  font-size: 11.5px; 
  color: #64748b; 
  margin-top: 4px; 
}

.sue-tool-box { 
  background: #ffffff; 
  border: 1px solid #bfdbfe; 
  border-radius: 8px; 
  padding: 18px; 
}

.sue-tool-badge { 
  display: inline-flex; 
  align-items: center; 
  gap: 4px; 
  background: #0284c7; 
  color: #fff; 
  font-size: 11px; 
  font-weight: 800; 
  text-transform: uppercase; 
  padding: 3px 8px; 
  border-radius: 4px; 
  margin-right: 8px; 
}

.sue-tool-inputs { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 14px; 
  align-items: flex-end; 
  margin-top: 12px; 
}

.sue-input-group { 
  display: flex; 
  flex-direction: column; 
  gap: 4px; 
}

.sue-input-group label { 
  font-size: 12px; 
  font-weight: 600; 
  color: #475569; 
}

.sue-input-group input { 
  border: 1px solid #cbd5e1; 
  padding: 9px 12px; 
  border-radius: 6px; 
  font-size: 13.5px; 
  background: #f8fafc; 
}

.sue-btn-calc { 
  background: #0284c7; 
  color: #ffffff; 
  border: none; 
  padding: 10px 22px; 
  font-weight: 700; 
  font-size: 13.5px; 
  border-radius: 6px; 
  cursor: pointer; 
}

.sue-btn-calc:hover { 
  background: #0369a1; 
}

.sue-age-result-banner { 
  margin-top: 14px; 
  padding: 14px 18px; 
  border-radius: 6px; 
  font-size: 13.5px; 
  font-weight: 600; 
  line-height: 1.6; 
  display: none; 
}

.sue-result-pass { 
  background: #ecfdf5; 
  color: #065f46; 
  border: 1px solid #a7f3d0; 
}

.sue-result-fail { 
  background: #fef2f2; 
  color: #991b1b; 
  border: 1px solid #fecaca; 
}

.sue-res-subtext { 
  display: block; 
  margin-top: 4px; 
  font-size: 12px; 
  font-weight: 500; 
  opacity: 0.9; 
}

/* Category Vacancy Table */
.sue-table-responsive { 
  overflow-x: auto; 
  width: 100%; 
  border: 1px solid #e2e8f0; 
  border-radius: 6px; 
}

.sue-table { 
  width: 100%; 
  border-collapse: collapse; 
  text-align: center; 
  font-size: 13.5px; 
}

.sue-table th { 
  background: #0b1e36; 
  color: #ffffff; 
  padding: 11px 10px; 
  font-weight: 700; 
  border: 1px solid #0b1e36; 
}

.sue-table td { 
  padding: 10px 8px; 
  border: 1px solid #e2e8f0; 
  color: #334155; 
}

.sue-table td:first-child, 
.sue-table th:first-child { 
  text-align: left; 
  font-weight: 600; 
  padding-left: 14px; 
}

.sue-grand-total td { 
  background: #fef8e7 !important; 
  font-weight: 800 !important; 
  color: #b45309 !important; 
  border-top: 2px solid #fcd34d !important; 
}

/* Post Eligibility */
.sue-badge-cen { 
  background: #0b1e36; 
  color: #fff; 
  font-size: 11px; 
  font-weight: 700; 
  padding: 3px 8px; 
  border-radius: 4px; 
  display: inline-block; 
  margin-bottom: 6px; 
}

.sue-elig-table th { 
  background: #1e3a8a; 
  color: #fff; 
  text-align: left; 
  padding: 10px 12px; 
  font-weight: 700; 
  font-size: 13.5px; 
}

.sue-elig-table td { 
  padding: 12px; 
  vertical-align: top; 
  border: 1px solid #e2e8f0; 
  font-size: 13px; 
  line-height: 1.5; 
}

.sue-post-title { 
  font-weight: 700; 
  font-size: 14px; 
  color: #0f172a; 
}

.sue-post-sub { 
  font-size: 12px; 
  color: #64748b; 
  margin-top: 2px; 
}

.sue-elig-qual { 
  font-weight: 600; 
  color: #1e293b; 
  margin-bottom: 4px; 
}

.sue-elig-extra { 
  color: #475569; 
  font-size: 12.5px; 
}

/* Syllabus Details */
.sue-syllabus-list { 
  display: flex; 
  flex-direction: column; 
  gap: 12px; 
}

.sue-syllabus-card { 
  background: #fdf2f8; 
  border: 1px solid #fce7f3; 
  border-radius: 8px; 
  padding: 14px 18px; 
}

.sue-syllabus-title { 
  font-size: 15px; 
  font-weight: 700; 
  color: #9d174d; 
  margin-bottom: 6px; 
}

.sue-syllabus-desc { 
  font-size: 13.5px; 
  color: #374151; 
  line-height: 1.6; 
}

/* Centers Chips */
.sue-centers-chips { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 8px; 
}

.sue-center-badge { 
  display: inline-flex; 
  align-items: center; 
  gap: 5px; 
  background: #f1f5f9; 
  border: 1px solid #e2e8f0; 
  padding: 6px 12px; 
  border-radius: 5px; 
  font-size: 13px; 
  font-weight: 500; 
  color: #334155; 
}

/* Checklist */
.sue-checklist-card { 
  background: #faf5ff; 
  border: 1px solid #f3e8ff; 
  border-radius: 8px; 
  padding: 16px 20px; 
}

.sue-check-header { 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  margin-bottom: 10px; 
}

.sue-check-title { 
  font-size: 14px; 
  font-weight: 700; 
  color: #6b21a8; 
}

.sue-progress-text { 
  font-size: 12px; 
  font-weight: 700; 
  color: #9333ea; 
}

.sue-progress-track { 
  width: 100%; 
  height: 6px; 
  background: #e9d5ff; 
  border-radius: 6px; 
  overflow: hidden; 
  margin-bottom: 14px; 
}

.sue-progress-bar { 
  height: 100%; 
  width: 0%; 
  background: #9333ea; 
  transition: width 0.3s ease; 
}

.sue-check-row { 
  display: flex; 
  align-items: flex-start; 
  gap: 10px; 
  font-size: 13px; 
  color: #334155; 
  margin-bottom: 8px; 
  cursor: pointer; 
}

.sue-check-row input[type='checkbox'] { 
  margin-top: 3px; 
  cursor: pointer; 
}

/* Useful Official Links */
.sue-access-pill { 
  background: #dc2626; 
  color: #ffffff; 
  font-size: 11px; 
  font-weight: 800; 
  padding: 3px 8px; 
  border-radius: 4px; 
  display: inline-block; 
  margin-bottom: 8px; 
  text-transform: uppercase; 
}

.sue-link-card { 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  padding: 12px 16px; 
  border: 1px solid #e2e8f0; 
  border-radius: 6px; 
  margin-bottom: 8px; 
  background: #ffffff; 
}

.sue-link-card:hover { 
  background: #f8fafc; 
}

.sue-link-text h4 { 
  margin: 0; 
  font-size: 14.5px; 
  font-weight: 700; 
  color: #0f172a; 
}

.sue-link-text p { 
  margin: 2px 0 0 0; 
  font-size: 12px; 
  color: #64748b; 
}

.sue-btn-link { 
  display: inline-block; 
  padding: 8px 20px; 
  border-radius: 5px; 
  font-size: 13px; 
  font-weight: 700; 
  color: #ffffff !important; 
  text-decoration: none !important; 
  text-align: center; 
  min-width: 110px; 
}

.sue-btn-green  { background: #16a34a; }
.sue-btn-orange { background: #ea580c; }
.sue-btn-purple { background: #9333ea; }
.sue-btn-dark   { background: #1e293b; }
.sue-btn-blue   { background: #0284c7; }

/* =========================================================
   8. TRUST STRIP & SITE FOOTER
   ========================================================= */
.sue-trust-bar { 
  background: #eff6ff; 
  border: 1px solid #bfdbfe; 
  border-radius: 10px; 
  margin: 30px 0; 
  padding: 18px 22px; 
  display: grid; 
  grid-template-columns: repeat(4, 1fr); 
  gap: 16px; 
}

.sue-trust-col { 
  display: flex; 
  align-items: center; 
  gap: 12px; 
}

.sue-trust-icon { 
  font-size: 24px; 
}

.sue-trust-col h4 { 
  font-size: 13px; 
  font-weight: 800; 
  color: #0f172a; 
  margin: 0; 
}

.sue-trust-col p { 
  font-size: 11.5px; 
  color: #64748b; 
  margin: 2px 0 0; 
}

.sue-site-footer { 
  background: #0f172a; 
  color: #cbd5e1; 
  font-size: 12.5px; 
  padding: 18px 0; 
}

.sue-footer-flex { 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  position: relative; 
}

.sue-footer-nav-links a { 
  color: #cbd5e1; 
  margin: 0 4px; 
}

.sue-footer-nav-links a:hover { 
  color: #ffffff; 
}

.sue-footer-nav-links .sep { 
  color: #475569; 
}

.sue-scroll-top { 
  width: 32px; 
  height: 32px; 
  background: #1e293b; 
  border: 1px solid #334155; 
  color: #ffffff; 
  border-radius: 4px; 
  cursor: pointer; 
}

.sue-scroll-top:hover { 
  background: #2563eb; 
}

/* =========================================================
   9. RESPONSIVE BREAKPOINTS
   ========================================================= */
@media (max-width: 900px) {
  .sue-desktop-nav { display: none; }
  .sue-dash-grid { grid-template-columns: 1fr; }
  .sue-quick-grid { grid-template-columns: repeat(4, 1fr); }
  .sue-trust-bar { grid-template-columns: repeat(2, 1fr); }
  .sue-footer-flex { flex-direction: column; gap: 10px; text-align: center; }
}

@media (max-width: 680px) {
  .sue-quick-grid { grid-template-columns: repeat(2, 1fr); }
  .sue-trust-bar { grid-template-columns: 1fr; }
  .post-title { font-size: 21px; }
  
  .sjl-col-meta { display: none !important; }
  .sjl-row { padding: 10px 12px !important; gap: 8px !important; }
  .sjl-title { font-size: 13.5px !important; }
  .sjl-col-right-group { gap: 8px !important; }
  
  .sue-link-card { flex-direction: column; align-items: flex-start; gap: 10px; }
  .sue-btn-link { width: 100%; }
}
/* =========================================================
   RESPONSIVE OVERRIDE FOR TABLET & MOBILE VIEWPORTS
   ========================================================= */
@media (max-width: 768px) {
  .sjl-row {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 14px !important;
    gap: 10px !important;
  }

  .sjl-col-main {
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .sjl-title {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .sjl-link-wrap {
    display: block !important;
    width: 100% !important;
  }

  .sjl-title-text {
    white-space: normal !important; /* Full text wrapping, no ellipsis */
    overflow: visible !important;
    text-overflow: clip !important;
    display: inline !important;
  }

  .sjl-col-right-group {
    width: 100% !important;
    margin-left: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 10px !important;
    border-top: 1px dashed #f1f5f9 !important;
  }

  .sjl-col-meta {
    display: flex !important;
    font-size: 12px !important;
    gap: 8px !important;
  }

  .sjl-col-action {
    margin-left: auto !important;
  }

  .sjl-btn-view {
    padding: 6px 14px !important;
    font-size: 12px !important;
  }
}
/* =========================================================
   SARKARI FEED: STRICT LEFT ALIGNMENT & FULL TITLE VISIBILITY
   ========================================================= */
.sjl-row,
.sjl-top-wrap,
.sjl-col-main {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  width: 100% !important;
}

.sjl-badge-bar {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
  margin-bottom: 2px !important;
}

.sjl-title,
.sjl-link-wrap,
.sjl-title-text {
  text-align: left !important;
  display: inline !important;
  white-space: normal !important;      /* Never truncate with ellipsis */
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: break-word !important;
}

/* Bottom bar: Meta left, Button right */
.sjl-bottom-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-top: 4px !important;
}

.sjl-col-meta {
  display: inline-flex !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.sjl-right-actions {
  margin-left: auto !important;
  flex-shrink: 0 !important;
}