.senior-jobs-article {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px 16px;
  font-family: 'Segoe UI', Roboto, 'Noto Sans', Arial, sans-serif;
  color: #232323;
  line-height: 1.7;
  font-size: 17px;
  background-color: #ffffff;
}

/* ---------- Title ---------- */
.article-title {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.3;
  color: #12233d;
  margin-bottom: 20px;
  border-bottom: 3px solid #2563eb;
  padding-bottom: 12px;
}

/* ---------- Intro Paragraphs ---------- */
.intro-para {
  margin-bottom: 16px;
  font-size: 1.05rem;
  color: #333333;
}

.intro-para strong {
  color: #2563eb;
}

/* ---------- Table of Contents ---------- */
.toc-section {
  background-color: #f4f7fb;
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 28px 0;
}

.toc-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #12233d;
  margin-bottom: 12px;
}

.toc-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  columns: 2;
  column-gap: 24px;
}

.toc-list li {
  margin-bottom: 8px;
  break-inside: avoid;
}

.toc-list a {
  color: #2563eb;
  text-decoration: none;
  font-size: 0.95rem;
}

.toc-list a:hover {
  text-decoration: underline;
}

/* ---------- Section Headings ---------- */
.content-section {
  margin-bottom: 40px;
  scroll-margin-top: 80px;
}

.section-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #12233d;
  margin-top: 36px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5eaf1;
}

.sub-heading {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1d3a5f;
  margin-top: 24px;
  margin-bottom: 10px;
}

.section-para,
.sub-para {
  margin-bottom: 14px;
  color: #2b2b2b;
}

.section-para strong,
.sub-para strong {
  color: #12233d;
}

/* ---------- Links ---------- */
.senior-jobs-article a {
  color: #2563eb;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.senior-jobs-article a:hover {
  color: #1a4bbf;
}

/* ---------- Lists ---------- */
.benefits-list,
.job-details-list,
.scheme-list,
.volunteer-list,
.portal-list,
.skills-list,
.concerns-list {
  padding-left: 22px;
  margin: 12px 0 20px;
}

.benefits-list li,
.job-details-list li,
.scheme-list li,
.volunteer-list li,
.portal-list li,
.skills-list li,
.concerns-list li {
  margin-bottom: 10px;
  color: #2b2b2b;
}

.job-details-list strong,
.scheme-list strong,
.benefits-list strong {
  color: #12233d;
}

.concerns-list {
  list-style: decimal;
  background-color: #fff7f0;
  border-left: 4px solid #f59e0b;
  padding: 14px 20px 14px 40px;
  border-radius: 6px;
}

.skills-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.skills-list li {
  background-color: #eef2ff;
  color: #1e3a8a;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
}

/* ---------- Images ---------- */
.image-placeholder {
  margin: 28px 0;
  text-align: center;
}

.article-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* ---------- People Also Ask ---------- */
.paa-item {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 14px;
}

.paa-question {
  font-size: 1.05rem;
  font-weight: 700;
  color: #12233d;
  margin-bottom: 8px;
}

.paa-answer {
  color: #2b2b2b;
  margin: 0;
}

/* ---------- FAQ ---------- */
.faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1d3a5f;
  margin-bottom: 6px;
}

.faq-answer {
  color: #2b2b2b;
  margin: 0;
}

/* ---------- Conclusion ---------- */
.conclusion-section {
  background: linear-gradient(135deg, #eef2ff 0%, #f4f7fb 100%);
  border-radius: 12px;
  padding: 28px 24px;
  margin-top: 40px;
}

.conclusion-para {
  margin-bottom: 14px;
  color: #232323;
}

.conclusion-cta {
  font-weight: 600;
  color: #12233d;
  background-color: #ffffff;
  border-left: 4px solid #2563eb;
  padding: 14px 18px;
  border-radius: 6px;
  margin-top: 16px;
}

.conclusion-cta a {
  font-weight: 700;
}

/* ---------- Responsive ---------- */
@media (max-width: 640px) {
  .senior-jobs-article {
    font-size: 16px;
    padding: 16px 12px;
  }

  .article-title {
    font-size: 1.5rem;
  }

  .section-heading {
    font-size: 1.3rem;
  }

  .sub-heading {
    font-size: 1.05rem;
  }

  .toc-list {
    columns: 1;
  }

  .article-image {
    border-radius: 8px;
  }
}