/*!
Theme Name: YojanaPro
Theme URI: https://apnavibhag.com
Description: Premium Government Scheme Portal Theme - Bilingual (English/Hindi) - WordPress 7.0+ Compatible
Version: 5.6.2
Requires at least: 6.0
Tested up to: 7.0.4
Requires PHP: 8.0
Author: Apna Vibhag
Author URI: https://apnavibhag.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yojanapro
Domain Path: /languages
Tags: government, hindi, bilingual, bharat-sarkar, responsive, seo
*/

/* ===== ROOT VARIABLES ===== */
:root {
  --yojana-primary: #0F2167;
  --yojana-accent: #FF6B00;
  --yojana-ink: #0B1226;
  --yojana-border: #e5e7eb;
  --yojana-bg-light: #f9fafb;
  --yojana-bg-lighter: #FFFDF6;
  --radius: 12px;
  --radius-lg: 16px;
}

/* ===== GLOBAL STYLES ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Noto Sans Devanagari", system-ui, -apple-system, sans-serif;
  background: var(--yojana-bg-lighter);
  color: #1a1a1a;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--yojana-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--yojana-accent);
}

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

/* ===== CONTAINER ===== */
.container {
  max-width: var(--yojana-layout-width, 1280px);
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .container {
    padding: 0 24px;
  }
}

/* ===== TRICOLOR BANNER ===== */
.tricolor {
  height: 6px;
  display: flex;
}

.tricolor span {
  flex: 1;
}

.tricolor .kesariya {
  background: #FF9933;
}

.tricolor .safed {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.tricolor .hara {
  background: #138808;
}

/* ===== TOP BAR ===== */
.topbar {
  background: var(--yojana-primary);
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.topbar a {
  color: #fff;
  opacity: 0.9;
}

.topbar a:hover {
  opacity: 1;
  color: #fff;
}

/* ===== HEADER ===== */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--yojana-border);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(8px);
}

.header-main {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--yojana-primary);
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--yojana-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
}

.brand-title {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: var(--yojana-primary);
  line-height: 1.2;
}

.brand-sub {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #6b7280;
  text-transform: uppercase;
}

.nav-primary {
  margin-left: auto;
  display: none;
  gap: 8px;
}

@media (min-width: 900px) {
  .nav-primary {
    display: flex;
  }
}

.nav-primary a {
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #4b5563;
  background: var(--yojana-bg-light);
  transition: all 0.2s ease;
}

.nav-primary a:hover,
.nav-primary a.active {
  background: var(--yojana-primary);
  color: #fff;
}

.menu-toggle {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: var(--yojana-bg-light);
  align-items: center;
  justify-content: center;
  border: 1px solid var(--yojana-border);
  cursor: pointer;
  font-size: 18px;
  transition: all 0.2s ease;
}

.menu-toggle:hover {
  background: var(--yojana-primary);
  color: #fff;
}

@media (min-width: 900px) {
  .menu-toggle {
    display: none;
  }
}

/* ===== SEARCH HERO ===== */
.search-hero {
  background: linear-gradient(135deg, var(--yojana-primary) 0%, #1E3A8A 100%);
  padding: 32px 0;
  color: #fff;
  text-align: center;
}

.search-hero h1 {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 8px;
}

.search-hero p {
  opacity: 0.85;
  font-size: 13px;
  margin: 0 0 16px;
}

.search-bar {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 6px;
  display: flex;
  gap: 6px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.search-bar input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 10px 12px;
  font-size: 13px;
  border-radius: 6px;
  font-family: inherit;
}

.search-bar button {
  background: var(--yojana-accent);
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
  font-size: 12px;
  transition: filter 0.2s ease;
}

.search-bar button:hover {
  filter: brightness(0.95);
}

.trending {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 11px;
}

.trending a {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.trending a:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* ===== TICKER ===== */
.ticker {
  background: #FFF3E6;
  border-top: 1px solid #fed7aa;
  border-bottom: 1px solid #fed7aa;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  font-size: 12px;
  overflow: hidden;
}

.ticker-badge {
  background: var(--yojana-accent);
  color: #fff;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 10px;
}

.ticker-track {
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  display: flex;
  gap: 32px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===== MAIN LAYOUT ===== */
main {
  padding: 24px 0;
}

.layout {
  display: grid;
  gap: 24px;
}

@media (min-width: 1024px) {
  .layout {
    grid-template-columns: minmax(0, 1fr) var(--yojana-sidebar-width, 300px);
  }
}

.content-area {
  min-width: 0;
}

.sidebar {
  background: #fcfcfd;
  border-left: 1px solid var(--yojana-border);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1023px) {
  .sidebar {
    border-left: 0;
    border-top: 1px solid var(--yojana-border);
  }
}

/* ===== FEATURED CARDS SECTION ===== */
.featured-title {
  text-align: center;
  margin-bottom: 24px;
}

.featured-title h2 {
  color: var(--yojana-primary);
  font-size: 22px;
  margin: 0 0 6px;
  font-weight: 800;
}

.featured-title p {
  color: #6b7280;
  font-size: 13px;
  margin: 0;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  .featured-grid {
    grid-template-columns: 1fr;
  }
}

.featured-card {
  background: #fff;
  border: 1px solid var(--yojana-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  height: 100%;
}

.featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--yojana-accent);
}

.featured-card-header {
  background: linear-gradient(135deg, var(--yojana-primary), #1E3A8A);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  position: relative;
}

.featured-card-icon {
  font-size: 40px;
  opacity: 0.8;
}

.featured-badge {
  background: var(--yojana-accent);
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.featured-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.featured-card-title {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-card-excerpt {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.meta-tag {
  font-size: 11px;
  padding: 5px 8px;
  border-radius: 4px;
  font-weight: 700;
  white-space: nowrap;
}

.meta-tag.benefit {
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #fed7aa;
}

.meta-tag.date {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.featured-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--yojana-primary);
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
  transition: all 0.2s ease;
  align-self: flex-start;
  border: 0;
  cursor: pointer;
}

.featured-card-btn:hover {
  background: var(--yojana-accent);
}

/* ===== DIVIDER ===== */
.divider {
  margin: 32px 0;
  border-top: 2px solid var(--yojana-border);
}

/* ===== ALL SCHEMES SECTION ===== */
.schemes-title h2 {
  color: var(--yojana-primary);
  font-size: 20px;
  margin: 0 0 16px;
  font-weight: 800;
}

.filter-bar {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 20px;
  scrollbar-width: none;
}

.filter-bar::-webkit-scrollbar {
  display: none;
}

.filter-pill {
  white-space: nowrap;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--yojana-border);
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-pill:hover,
.filter-pill.active {
  background: var(--yojana-primary);
  color: #fff;
  border-color: var(--yojana-primary);
}

/* ===== SCHEMES LIST ===== */
.schemes-list {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.scheme-item {
  background: #fff;
  border: 1px solid var(--yojana-border);
  border-radius: var(--radius-lg);
  padding: 16px;
  display: flex;
  gap: 16px;
  transition: all 0.2s ease;
}

.scheme-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--yojana-primary);
}

.scheme-thumbnail {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--yojana-primary), #1E3A8A);
}

.scheme-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scheme-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scheme-title {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.scheme-title a {
  color: var(--yojana-primary);
  text-decoration: none;
}

.scheme-title a:hover {
  color: var(--yojana-accent);
}

.scheme-excerpt {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.scheme-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 11px;
}

.category-badge {
  background: #eff6ff;
  color: #1e40af;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
}

.date-badge {
  background: var(--yojana-bg-light);
  color: #6b7280;
  padding: 4px 8px;
  border-radius: 4px;
}

.views-badge {
  background: var(--yojana-bg-light);
  color: #6b7280;
  padding: 4px 8px;
  border-radius: 4px;
}

.scheme-footer {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  text-align: right;
}

.scheme-benefit {
  text-align: center;
}

.benefit-label {
  font-size: 9px;
  font-weight: 800;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.benefit-value {
  font-size: 13px;
  font-weight: 900;
  color: var(--yojana-accent);
  margin-top: 4px;
}

.view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding: 7px 12px;
  background: var(--yojana-primary);
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 0;
  cursor: pointer;
}

.view-btn:hover {
  background: var(--yojana-accent);
}

/* ===== PAGINATION ===== */
.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.page-numbers {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--yojana-border);
  border-radius: 6px;
  background: #fff;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-numbers:hover {
  border-color: var(--yojana-primary);
  color: var(--yojana-primary);
}

.page-numbers.current {
  background: var(--yojana-primary);
  color: #fff;
  border-color: var(--yojana-primary);
}

/* ===== WIDGETS ===== */
.widget {
  background: #fff;
  border: 1px solid var(--yojana-border);
  border-radius: var(--radius-lg);
  padding: 16px;
}

.widget-title {
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 12px;
  color: var(--yojana-primary);
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.widget li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--yojana-bg-light);
  border: 1px solid var(--yojana-border);
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.widget li a:hover {
  background: #fff;
  border-color: var(--yojana-primary);
  color: var(--yojana-primary);
}

/* ===== FOOTER ===== */
.site-footer {
  background: #050a1f;
  color: #fff;
  padding: 28px 0 0;
  margin-top: 32px;
}

.footer-grid {
  display: grid;
  gap: 24px;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}

.footer-brand {
  font-weight: 900;
  margin-bottom: 8px;
}

.footer-brand h3 {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.footer-brand p {
  font-size: 12px;
  opacity: 0.8;
  margin: 8px 0 0;
}

.footer-section h4 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 800;
}

.footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-section li a {
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
  transition: opacity 0.2s ease;
}

.footer-section li a:hover {
  opacity: 1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  opacity: 0.7;
}

/* ===== SINGLE POST ===== */
.single-hero {
  background: #fff;
  border: 1px solid var(--yojana-border);
  border-radius: var(--radius-lg);
  padding: 20px;
  margin-bottom: 16px;
}

.single-title {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 8px 0;
  color: var(--yojana-primary);
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  color: #6b7280;
}

.entry-content {
  font-size: 14px;
  line-height: 1.8;
  color: #1f2937;
}

.entry-content h2 {
  font-size: 18px;
  font-weight: 800;
  margin: 20px 0 8px;
  color: var(--yojana-primary);
}

.entry-content h3 {
  font-size: 15px;
  font-weight: 800;
  margin: 16px 0 8px;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 13px;
}

.entry-content th {
  background: var(--yojana-primary);
  color: #fff;
  padding: 10px;
  text-align: left;
  font-weight: 800;
}

.entry-content td {
  border: 1px solid var(--yojana-border);
  padding: 10px;
}

/* ===== UTILITY CLASSES ===== */
.text-center {
  text-align: center;
}

.hide-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hide-mobile {
    display: inline;
  }
}

/* ===== 404 PAGE ===== */
.error-404 {
  text-align: center;
  padding: 60px 20px;
}

.error-404 h1 {
  font-size: 48px;
  color: var(--yojana-primary);
  margin-bottom: 10px;
}

.error-404 h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.error-404 p {
  color: #6b7280;
  margin-bottom: 20px;
}

/* ===== BUTTON STYLES ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 12px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-primary {
  background: var(--yojana-primary);
  color: #fff;
}

.btn-primary:hover {
  filter: brightness(0.9);
}

.btn-accent {
  background: var(--yojana-accent);
  color: #fff;
}

.btn-accent:hover {
  filter: brightness(0.9);
}

.btn-ghost {
  background: #fff;
  border: 1px solid var(--yojana-border);
  color: #111;
}

.btn-ghost:hover {
  background: var(--yojana-bg-light);
  border-color: var(--yojana-primary);
  color: var(--yojana-primary);
}

/* ===== RESPONSIVE MOBILE ===== */
@media (max-width: 768px) {
  .scheme-item {
    flex-direction: column;
    padding: 12px;
  }

  .scheme-thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .scheme-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .scheme-benefit {
    text-align: left;
  }

  .featured-card-header {
    min-height: auto;
  }
}

/* ===== SKIP TO CONTENT ===== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}


/* ===== YOJANAPRO CARD META / SCHEME DETAILS ===== */
.card-meta,
.scheme-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.scheme-footer-details {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.scheme-card-meta .meta-tag {
  font-size: 10px;
  padding: 4px 7px;
}

.single-scheme-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.single-scheme-meta .meta-tag {
  font-size: 12px;
  padding: 6px 10px;
}

.single-scheme-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 12px 0 20px;
}

.scheme-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid var(--yojana-border);
}

.scheme-status.status-active {
  color: #166534;
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.scheme-status.status-soon {
  color: #92400e;
  background: #fffbeb;
  border-color: #fde68a;
}

.scheme-status.status-closed {
  color: #991b1b;
  background: #fef2f2;
  border-color: #fecaca;
}

.official-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 6px;
  background: var(--yojana-primary);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.official-link-btn:hover {
  background: var(--yojana-accent);
  color: #fff;
}

@media (max-width: 768px) {
  .scheme-footer {
    align-items: stretch;
    text-align: left;
  }

  .scheme-footer-details {
    justify-content: flex-start;
  }

  .scheme-card-meta .meta-tag {
    white-space: normal;
    max-width: 100%;
  }

  .single-scheme-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .official-link-btn,
  .scheme-status {
    width: 100%;
    box-sizing: border-box;
  }
}


/* ===== FINAL RESPONSIVE / CUSTOMIZATION OVERRIDES ===== */
.site-header { overflow: visible; }
.header-main { min-height: 68px; position: relative; }
.brand { min-width: 0; flex: 1 1 auto; }
.brand-logo, .brand-logo .custom-logo-link { display: flex; align-items: center; }
.brand-logo .custom-logo { width: var(--yojana-logo-width, 46px); height: var(--yojana-logo-width, 46px); max-width: var(--yojana-logo-width, 46px); object-fit: contain; }
.brand-mark { width: var(--yojana-logo-width, 46px); height: var(--yojana-logo-width, 46px); flex: 0 0 var(--yojana-logo-width, 46px); }
.brand-copy { min-width: 0; display: flex; flex-direction: column; }
.brand-title, .brand-sub { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header-apply { flex: 0 0 auto; margin-left: 0; padding: 8px 14px; font-size: 12px; }

.topbar-inner { min-height: 34px; }
.topbar-content { min-width: 0; display: flex; align-items: center; }
.top-menu-list, .top-menu-list ul { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; }
.top-menu-list a { color: #fff; font-size: 11px; font-weight: 700; opacity: .95; }
.top-menu-list a:hover { color: #fff; opacity: 1; }
.topbar-language { flex: 0 0 auto; background: rgba(255,255,255,.15); padding: 3px 8px; border-radius: 4px; border: 1px solid rgba(255,255,255,.2); font-size: 11px; }

.nav-primary { margin-left: auto; display: flex; align-items: center; min-width: 0; }
.primary-menu-list, .primary-menu-list ul { list-style: none; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.primary-menu-list a { display: inline-flex; align-items: center; min-height: 34px; }
.menu-toggle { flex: 0 0 44px; width: 44px; height: 44px; padding: 8px; border-radius: 10px; position: relative; z-index: 61; }
.menu-toggle-line { display: block; width: 22px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.ticker { min-height: 42px; padding: 0 16px; gap: 12px; }
.ticker-badge { flex: 0 0 auto; z-index: 2; }
.ticker-viewport { flex: 1 1 auto; min-width: 0; overflow: hidden; }
.ticker-track { width: max-content; display: flex; animation: yojana-marquee 28s linear infinite; will-change: transform; }
.ticker-group { display: flex; align-items: center; flex: 0 0 auto; gap: 30px; padding-right: 30px; }
.ticker-item { display: inline-flex; align-items: center; min-height: 40px; white-space: nowrap; font-weight: 700; color: #5b4a3b; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes yojana-marquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

.pagination { width: 100%; margin: 30px 0 8px; display: flex; justify-content: center; overflow: hidden; }
.pagination ul.page-numbers { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; }
.pagination ul.page-numbers li { list-style: none; margin: 0; padding: 0; }
.pagination ul.page-numbers .page-numbers { width: 38px; min-width: 38px; height: 38px; padding: 0 8px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--yojana-border); border-radius: 8px; background: #fff; color: var(--yojana-primary); font-weight: 800; font-size: 12px; line-height: 1; }
.pagination ul.page-numbers .page-numbers.dots { width: 30px; min-width: 30px; border-color: transparent; background: transparent; }
.pagination ul.page-numbers .page-numbers.current { background: var(--yojana-primary); color: #fff; border-color: var(--yojana-primary); }
.pagination ul.page-numbers .page-numbers.prev,
.pagination ul.page-numbers .page-numbers.next { width: auto; min-width: 72px; padding: 0 12px; }
.pagination ul.page-numbers .page-numbers:hover { background: var(--yojana-primary); color: #fff; border-color: var(--yojana-primary); }

.layout, .content-area, .sidebar, .featured-grid, .schemes-list, .scheme-item { min-width: 0; }
.scheme-item { align-items: stretch; }
.scheme-content { min-width: 0; }
.scheme-footer { min-width: 112px; }
img, video, iframe, table { max-width: 100%; }
table { display: block; overflow-x: auto; }

@media (max-width: 899px) {
  body.menu-open { overflow: hidden; }
  .header-main { gap: 10px; }
  .menu-toggle { display: flex; order: 3; }
  .header-apply { order: 2; }
  .nav-primary { position: absolute; left: 0; right: 0; top: calc(100% + 1px); margin: 0; display: none; padding: 10px; background: #fff; border: 1px solid var(--yojana-border); border-top: 0; border-radius: 0 0 14px 14px; box-shadow: 0 18px 35px rgba(11,18,38,.16); z-index: 60; }
  .nav-primary.is-open { display: block; }
  .primary-menu-list, .primary-menu-list ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; width: 100%; }
  .primary-menu-list a { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--yojana-border); background: var(--yojana-bg-light); border-radius: 8px; }
  .topbar-inner { align-items: flex-start; }
  .topbar-content { overflow-x: auto; scrollbar-width: none; }
  .topbar-content::-webkit-scrollbar { display: none; }
  .top-menu-list { flex-wrap: nowrap; white-space: nowrap; }
  .header-apply { display: none; }
  .layout { grid-template-columns: 1fr; }
  .sidebar { width: 100%; }
  .scheme-item { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 12px; }
  .scheme-thumbnail { width: 76px; height: 76px; }
  .scheme-footer { grid-column: 1 / -1; min-width: 0; flex-direction: row; align-items: center; justify-content: space-between; text-align: left; }
  .scheme-footer-details { min-width: 0; justify-content: flex-start; }
}

@media (max-width: 600px) {
  .container { padding-left: var(--yojana-mobile-padding, 14px); padding-right: var(--yojana-mobile-padding, 14px); }
  .topbar { font-size: 10px; }
  .topbar-language { display: none; }
  .brand { gap: 8px; }
  .brand-title { font-size: 14px; }
  .brand-sub { font-size: 9px; }
  .brand-logo .custom-logo, .brand-mark { width: var(--yojana-logo-width, 46px); height: var(--yojana-logo-width, 46px); }
  .search-hero { padding: 24px 0; }
  .search-hero h1 { font-size: 20px; }
  .search-bar { padding: 5px; }
  .search-bar input { min-width: 0; padding: 9px 8px; }
  .search-bar button { padding: 9px 12px; }
  .trending { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .trending::-webkit-scrollbar { display: none; }
  .ticker { padding: 0 var(--yojana-mobile-padding, 14px); gap: 8px; }
  .ticker-badge { font-size: 9px; padding: 4px 7px; }
  .ticker-item { font-size: 11px; }
  .featured-grid { gap: 14px; }
  .featured-card-header { padding: 16px; min-height: 84px; }
  .featured-card-body { padding: 16px; }
  .scheme-item { grid-template-columns: 64px minmax(0,1fr); padding: 12px; }
  .scheme-thumbnail { width: 64px; height: 64px; }
  .scheme-title { font-size: 13px; }
  .scheme-excerpt { font-size: 11px; }
  .scheme-meta { gap: 5px; }
  .scheme-meta > span { font-size: 10px; }
  .pagination ul.page-numbers { gap: 4px; }
  .pagination ul.page-numbers .page-numbers { width: 34px; min-width: 34px; height: 36px; padding: 0 6px; }
  .pagination ul.page-numbers .page-numbers.prev,
  .pagination ul.page-numbers .page-numbers.next { min-width: 58px; padding: 0 8px; }
}

@media (max-width: 380px) {
  .primary-menu-list, .primary-menu-list ul { grid-template-columns: 1fr; }
  .brand-sub { display: none; }
  .pagination ul.page-numbers .page-numbers.prev,
  .pagination ul.page-numbers .page-numbers.next { min-width: 48px; font-size: 10px; }
}

/* ===== YojanaPro 5.4.0 FINAL UI FIXES ===== */
/* Logo width is controlled by Customizer; height stays proportional. */
.brand-logo,
.brand-logo .custom-logo-link {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto;
}
.brand-logo .custom-logo {
  width: var(--yojana-logo-width, 46px) !important;
  height: auto !important;
  max-width: var(--yojana-logo-width, 46px) !important;
  min-width: 0 !important;
  object-fit: contain;
}
.brand-mark {
  width: var(--yojana-logo-width, 46px) !important;
  height: var(--yojana-logo-width, 46px) !important;
  flex: 0 0 var(--yojana-logo-width, 46px) !important;
}
.brand { min-width: 0; }

/* Flat pagination: no UL/list bullets, no broken wrapping. */
.pagination { display: block; width: 100%; margin: 34px 0 12px; overflow: visible; }
.yojana-pagination { width: 100%; margin: 34px 0 12px; display: flex; justify-content: center; }
.yojana-pagination-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 100%;
}
.yojana-pagination-inner > * {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--yojana-border);
  border-radius: 9px;
  background: #fff;
  color: var(--yojana-primary);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-sizing: border-box;
  list-style: none !important;
}
.yojana-pagination-inner .current {
  background: var(--yojana-primary);
  color: #fff;
  border-color: var(--yojana-primary);
}
.yojana-pagination-inner .dots {
  min-width: 30px;
  border-color: transparent;
  background: transparent;
}
.yojana-pagination-inner a:hover {
  background: var(--yojana-primary);
  border-color: var(--yojana-primary);
  color: #fff;
}
.yojana-pagination-inner .prev,
.yojana-pagination-inner .next { min-width: 92px; }

/* Article/page navigation at the bottom. */
.post-prev-next {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  margin: 34px 0 10px;
  padding-top: 22px;
  border-top: 1px solid var(--yojana-border);
}
.post-nav-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 15px 17px;
  border: 1px solid var(--yojana-border);
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(11,18,38,.05);
}
.post-nav-card:hover {
  border-color: var(--yojana-primary);
  box-shadow: 0 7px 20px rgba(11,18,38,.09);
}
.post-nav-prev { text-align: left; }
.post-nav-next { text-align: right; }
.post-nav-label {
  color: var(--yojana-accent);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.post-nav-card strong {
  color: var(--yojana-primary);
  font-size: 14px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.post-nav-placeholder { visibility: hidden; }

@media (max-width: 600px) {
  .brand-logo .custom-logo { max-width: min(var(--yojana-logo-width, 46px), 30vw) !important; width: min(var(--yojana-logo-width, 46px), 30vw) !important; }
  .brand-mark { max-width: 30vw; max-height: 30vw; }
  .yojana-pagination { margin-top: 26px; }
  .yojana-pagination-inner { gap: 5px; }
  .yojana-pagination-inner > * { min-width: 34px; height: 36px; padding: 0 7px; font-size: 11px; }
  .yojana-pagination-inner .prev,
  .yojana-pagination-inner .next { min-width: 64px; }
  .post-prev-next { grid-template-columns: 1fr; gap: 10px; }
  .post-nav-next { text-align: left; }
  .post-nav-placeholder { display: none; }
}

@media (max-width: 380px) {
  .yojana-pagination-inner > * { min-width: 31px; padding: 0 5px; }
  .yojana-pagination-inner .prev,
  .yojana-pagination-inner .next { min-width: 56px; font-size: 10px; }
}

/* ===== YojanaPro 5.5.0 PREMIUM BRAND + COMMENTS + DIAGNOSTICS ===== */
.brand-logo,
.brand-logo .custom-logo-link {
  width: var(--brand-logo-width, var(--yojana-logo-width, 72px)) !important;
  max-width: var(--brand-logo-width, var(--yojana-logo-width, 72px)) !important;
  min-width: 0 !important;
  flex: 0 0 var(--brand-logo-width, var(--yojana-logo-width, 72px)) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}
.brand-logo img.custom-logo,
.brand-logo .custom-logo-link img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  margin: 0 !important;
}
.brand-mark {
  width: var(--yojana-logo-width, 72px) !important;
  height: var(--yojana-logo-width, 72px) !important;
  flex: 0 0 var(--yojana-logo-width, 72px) !important;
}

/* Premium comments */
.premium-comments {
  margin: 38px 0 12px;
  padding: 24px;
  border: 1px solid var(--yojana-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 12px 34px rgba(11,18,38,.06);
}
.comments-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--yojana-border);
}
.comments-kicker {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--yojana-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.premium-comments .comments-title {
  margin: 0;
  color: var(--yojana-primary);
  font-size: 23px;
  line-height: 1.25;
}
.comments-heading p {
  margin: 6px 0 0;
  color: #6b7280;
  font-size: 13px;
}
.comments-count {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef2ff;
  color: var(--yojana-primary);
  font-size: 12px;
  font-weight: 900;
}
.premium-comment-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.premium-comment-list .children {
  list-style: none;
  margin: 12px 0 0 56px;
  padding: 0;
}
.premium-comment-list .yojanapro-comment { list-style: none; margin: 0 0 12px; }
.comment-card {
  display: flex;
  gap: 13px;
  padding: 16px;
  border: 1px solid #e9edf4;
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.comment-card:hover {
  border-color: #d6ddec;
  box-shadow: 0 8px 22px rgba(11,18,38,.06);
  transform: translateY(-1px);
}
.comment-avatar { flex: 0 0 52px; }
.comment-avatar .avatar { width: 52px; height: 52px; border-radius: 50%; border: 2px solid #eef2ff; }
.comment-main { min-width: 0; flex: 1; }
.comment-head { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.comment-author-name { color: var(--yojana-primary); font-size: 14px; }
.comment-date { color: #8a93a5; font-size: 11px; }
.comment-awaiting {
  display: inline-block;
  margin: 8px 0 0;
  padding: 5px 8px;
  border-radius: 6px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 11px;
  font-weight: 700;
}
.comment-content { margin-top: 9px; color: #374151; font-size: 13px; line-height: 1.7; overflow-wrap: anywhere; }
.comment-content p { margin: 0 0 8px; }
.comment-content p:last-child { margin-bottom: 0; }
.comment-actions { margin-top: 8px; }
.comment-actions a { font-size: 11px; font-weight: 800; color: var(--yojana-primary); }
.comment-actions a:hover { color: var(--yojana-accent); }
.comment-form-card {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #e9edf4;
  border-radius: 14px;
  background: #f8fafc;
}
.yojanapro-comment-form { margin: 0; }
.yojanapro-comment-intro { color: #6b7280; font-size: 12px; margin: 0 0 14px; }
.yojanapro-comment-form .comment-form-author,
.yojanapro-comment-form .comment-form-email,
.yojanapro-comment-form .comment-form-url { width: 100%; margin: 0 0 12px; }
.yojanapro-comment-form .comment-form-author,
.yojanapro-comment-form .comment-form-email { display: inline-block; width: calc(50% - 7px); vertical-align: top; }
.yojanapro-comment-form .comment-form-author { margin-right: 10px; }
.yojanapro-comment-form label { display: block; margin: 0 0 6px; color: var(--yojana-primary); font-size: 11px; font-weight: 800; }
.yojanapro-comment-form input[type="text"],
.yojanapro-comment-form input[type="email"],
.yojanapro-comment-form input[type="url"],
.yojanapro-comment-form textarea {
  width: 100%;
  border: 1px solid #dfe4ec;
  border-radius: 9px;
  background: #fff;
  color: #1f2937;
  padding: 10px 12px;
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.yojanapro-comment-form input:focus,
.yojanapro-comment-form textarea:focus {
  border-color: var(--yojana-primary);
  box-shadow: 0 0 0 3px rgba(15,33,103,.08);
}
.yojanapro-comment-form .comment-form-comment { margin: 0 0 12px; }
.yojanapro-comment-form textarea { min-height: 130px; resize: vertical; }
.yojanapro-comment-submit {
  border: 0;
  border-radius: 9px;
  padding: 11px 18px;
  background: var(--yojana-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 5px 14px rgba(15,33,103,.18);
}
.yojanapro-comment-submit:hover { background: var(--yojana-accent); }
.comment-navigation {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 18px 0 0;
}
.comment-navigation a {
  padding: 8px 11px;
  border: 1px solid var(--yojana-border);
  border-radius: 8px;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}
.no-comments { margin: 18px 0 0; color: #6b7280; font-size: 12px; }
.yojanapro-error {
  margin: 18px 0;
  padding: 13px 15px;
  border: 1px solid #fecaca;
  border-radius: 10px;
  background: #fff1f2;
  color: #991b1b;
  font-size: 12px;
}
.yojanapro-debug-status {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99999;
  padding: 6px 9px;
  border-radius: 7px;
  background: #111827;
  color: #fff;
  font: 10px/1.2 monospace;
  opacity: .82;
  pointer-events: none;
}

@media (max-width: 600px) {
  .brand-logo,
  .brand-logo .custom-logo-link { flex-basis: var(--brand-logo-width, var(--yojana-logo-width, 72px)) !important; width: var(--brand-logo-width, var(--yojana-logo-width, 72px)) !important; }
  .premium-comments { padding: 16px; border-radius: 14px; }
  .comments-heading { align-items: center; }
  .premium-comments .comments-title { font-size: 19px; }
  .comment-card { padding: 13px; }
  .premium-comment-list .children { margin-left: 18px; }
  .yojanapro-comment-form .comment-form-author,
  .yojanapro-comment-form .comment-form-email { display: block; width: 100%; margin-right: 0; }
}
.yojanapro-fatal-error { max-width: 860px; margin: 8vh auto; padding: 28px; border: 1px solid #fecaca; border-radius: 16px; background: #fff; color: #1f2937; font-family: system-ui, sans-serif; box-shadow: 0 18px 50px rgba(11,18,38,.12); }
.yojanapro-fatal-error h1 { margin: 0 0 10px; color: #991b1b; font-size: 24px; }
.yojanapro-fatal-error p { line-height: 1.6; }
.yojanapro-fatal-error pre { overflow: auto; padding: 14px; border-radius: 9px; background: #111827; color: #f9fafb; font-size: 12px; white-space: pre-wrap; overflow-wrap: anywhere; }


/* Ticker post links */
.ticker-post-item { text-decoration: none; color: inherit; cursor: pointer; }
.ticker-post-item:hover { text-decoration: underline; text-underline-offset: 3px; }
.ticker-dot { display: inline-block; margin-right: 2px; }


/* ===== JOB LIST / SCREENSHOT-STYLE CARDS ===== */
.jobs-section{margin-top:8px}
.jobs-section-heading{margin:0 0 12px}
.jobs-section-heading h2{font-size:22px;line-height:1.25;font-weight:800;color:#111827;margin:0}
.job-filter-bar{margin-bottom:14px}
.jobs-list{display:grid;gap:18px;margin-bottom:24px}
.job-card{background:#fff;border:1.5px solid #2e8b8f;border-radius:22px;overflow:hidden;box-shadow:none}
.job-card-header{padding:14px 26px 10px;border-bottom:1px solid #e5e7eb}
.job-card-title{font-size:22px;line-height:1.3;font-weight:800;margin:0}
.job-card-title a{color:#0b5fa5;text-decoration:none}
.job-card-title a:hover{color:#075985}
.job-card-details{display:grid;grid-template-columns:1fr 1fr}
.job-detail{padding:14px 22px 16px;min-width:0;border-bottom:1px solid #e5e7eb}
.job-detail:nth-child(odd){border-right:1px solid #e5e7eb}
.job-detail-label{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:16px;line-height:1.25;margin-bottom:7px}
.job-detail-icon{width:22px;flex:0 0 22px;text-align:center;color:#6b7280;font-size:18px;line-height:1}
.job-detail-value{font-size:18px;line-height:1.4;font-weight:800;color:#111827;overflow-wrap:anywhere}
.job-vacancies{color:#169447}
.job-last-date{color:#c92e34}
.job-card-action{display:flex;justify-content:flex-end;padding:10px 24px 12px}
.job-view-btn{display:inline-flex;align-items:center;justify-content:center;min-width:197px;min-height:54px;padding:10px 24px;border-radius:17px;background:#0963bb;color:#fff;font-size:18px;font-weight:800;text-decoration:none;box-shadow:none}
.job-view-btn:hover{background:#07579f;color:#fff}
@media (max-width:900px){
 .jobs-section-heading h2{font-size:20px}
 .job-card-title{font-size:20px}
 .job-detail-label{font-size:15px}
 .job-detail-value{font-size:17px}
 .job-view-btn{min-width:180px;min-height:52px;font-size:17px}
}
@media (max-width:600px){
 .jobs-list{gap:14px}
 .job-card{border-radius:20px}
 .job-card-header{padding:14px 18px 10px}
 .job-card-title{font-size:18px}
 .job-detail{padding:12px 14px 14px}
 .job-detail-label{font-size:13px;gap:6px}
 .job-detail-icon{width:18px;flex-basis:18px;font-size:16px}
 .job-detail-value{font-size:16px}
 .job-card-action{padding:9px 14px 12px}
 .job-view-btn{min-width:0;width:100%;min-height:48px;border-radius:14px;font-size:16px}
}

/* ===== COMPACT ALL INDIA JOBS TABLE ===== */
.all-india-jobs-section{margin:28px 0 30px}
.all-india-jobs-heading{margin:0 0 10px;text-align:center}
.all-india-jobs-heading h2{margin:0;color:#0f4da0;font-size:20px;line-height:1.25;font-weight:800}
.jobs-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #cbd5e1;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04);scrollbar-width:thin}
.jobs-table{display:table;width:100%;min-width:820px;border-collapse:collapse;margin:0;font-size:11px;line-height:1.35;table-layout:auto}
.jobs-table th{background:#0c6a7a;color:#fff;border:1px solid #d6dde5;padding:6px 7px;text-align:left;font-size:11px;font-weight:800;white-space:nowrap}
.jobs-table td{border:1px solid #d6dde5;padding:6px 7px;vertical-align:middle;color:#172033;background:#fff}
.jobs-table tbody tr:nth-child(even) td{background:#f5f6dd}
.jobs-table td a{color:#0057d9;text-decoration:none;font-weight:600}
.jobs-table td a:hover{text-decoration:underline}
.jobs-table td:nth-child(1){width:72px;white-space:nowrap}
.jobs-table td:nth-child(2){width:105px}
.jobs-table td:nth-child(3){width:190px}
.jobs-table td:nth-child(4){width:150px}
.jobs-table td:nth-child(5){width:110px}
.jobs-table td:nth-child(6){width:90px;white-space:nowrap}
.jobs-table td:nth-child(7){width:90px;white-space:nowrap}
.jobs-table-last-date{color:#e11d48;font-weight:800}
.jobs-table-view{display:inline-block!important;color:#0057d9!important;font-weight:800!important;white-space:nowrap}
.jobs-table-empty{text-align:center!important;padding:14px!important}

@media (max-width:900px){
 .jobs-table{font-size:10.5px;min-width:800px}
 .jobs-table th{font-size:10px;padding:5px 6px}
 .jobs-table td{padding:5px 6px}
 .all-india-jobs-heading h2{font-size:18px}
}

@media (max-width:600px){
 .all-india-jobs-section{margin-top:22px}
 .all-india-jobs-heading{margin-bottom:8px}
 .all-india-jobs-heading h2{font-size:17px}
 .jobs-table-wrap{border-radius:2px}
 .jobs-table{min-width:760px;font-size:9.5px;line-height:1.25}
 .jobs-table th{font-size:9.5px;padding:4px 5px}
 .jobs-table td{padding:4px 5px}
 .jobs-table td:nth-child(1){width:64px}
 .jobs-table td:nth-child(2){width:90px}
 .jobs-table td:nth-child(3){width:175px}
 .jobs-table td:nth-child(4){width:135px}
 .jobs-table td:nth-child(5){width:95px}
 .jobs-table td:nth-child(6){width:80px}
 .jobs-table td:nth-child(7){width:80px}
}
