/**
 * Authority news article chrome (new.php — html.news-page).
 * Related guides, article dates, sidebar key takeaways, bottom CTA.
 */

/* --- Publication / update dates below article body --- */
html.news-page .news-article-date {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 14px;
}

html.news-page .news-article-date.news-article-date--dual .news-article-date-line {
  margin: 0 0 6px 0;
}

html.news-page .news-article-date.news-article-date--dual .news-article-date-line:last-child {
  margin-bottom: 0;
}

/* --- Sidebar key takeaways (mirrors guide.php card) --- */
html.news-page .guide-sidebar .sidebar-card-modern.key-takeaways-box {
  margin-bottom: 20px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 15px;
}

html.news-page .guide-sidebar .key-takeaways-box .sidebar-modern-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

html.news-page .guide-sidebar .news-sidebar-takeaway-lead {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.65;
  color: #555;
}

html.news-page .guide-sidebar .key-takeaways-list {
  margin: 0;
  padding-right: 18px;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  list-style: disc;
}

html.news-page .guide-sidebar .key-takeaways-list li {
  margin-bottom: 8px;
}

html.news-page .guide-sidebar .key-takeaways-list li:last-child {
  margin-bottom: 0;
}

/* --- Related authority articles (in-body cluster) --- */
html.news-page .related-investor-guides {
  margin-top: 36px;
  padding: 24px 22px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-align: right;
}

html.news-page .related-investor-guides h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 14px 0;
}

html.news-page .related-investor-guides ul {
  margin: 0;
  padding-right: 20px;
  padding-left: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.75;
  list-style: disc;
}

html.news-page .related-investor-guides li {
  margin-bottom: 10px;
}

html.news-page .related-investor-guides li:last-child {
  margin-bottom: 0;
}

html.news-page .related-investor-guides a {
  color: #195385;
  text-decoration: none;
}

html.news-page .related-investor-guides a:hover {
  text-decoration: underline;
}

/* --- Bottom CTA strip (Maximos contact) --- */
html.news-page .guide-cta-section {
  background: #f8f9fb;
  padding: 48px 0;
  margin-top: 48px;
}

html.news-page .cta-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  max-width: 880px;
  margin: 0 auto;
}

html.news-page .cta-card h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  margin-bottom: 16px !important;
}

html.news-page .cta-card p.cta-lead {
  font-size: 16px !important;
  color: #374151 !important;
  line-height: 1.65 !important;
  margin-bottom: 16px !important;
}

html.news-page .cta-card p.cta-disclaimer {
  font-size: 14px !important;
  color: #6b7280 !important;
  margin-bottom: 24px !important;
}

html.news-page .btn-cta-primary {
  display: inline-block;
  padding: 14px 32px;
  background: #195385;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}

html.news-page .btn-cta-primary:hover {
  background: #0d3d5c;
  color: #fff !important;
}
