/* Blog styles for the Navalur site. Kept in one small file rather than added to
   the theme's main.css so a theme update cannot wipe them. */

.blog-list-section,
.blog-article-section { padding: 60px 0 70px; }

.blog-intro { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.blog-intro h1 { font-size: 2.3rem; line-height: 1.25; margin-bottom: 14px; }
.blog-intro p { font-size: 1.05rem; line-height: 1.8; color: #5c6470; }

.guide-card {
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  padding: 26px 28px;
  margin-bottom: 28px;
  height: calc(100% - 28px);
  background: #fff;
  transition: box-shadow .22s ease, transform .22s ease;
}
.guide-card:hover { box-shadow: 0 10px 28px rgba(20, 30, 50, .09); transform: translateY(-3px); }
.guide-card h2 { font-size: 1.24rem; line-height: 1.4; margin: 0 0 8px; }
.guide-card h2 a { color: #17223b; text-decoration: none; }
.guide-card h2 a:hover { color: #f4633a; }
.guide-card p { color: #5c6470; line-height: 1.7; margin-bottom: 12px; }
.guide-date { font-size: 13px; color: #99a0ad; margin-bottom: 10px; }
.guide-more { font-weight: 600; font-size: 14px; text-decoration: none; color: #f4633a; }
.guide-more:hover { color: #d84a22; }

/* Article body */
.nav-article { max-width: 760px; }
.nav-article h1 { font-size: 2.15rem; line-height: 1.25; margin-bottom: 12px; }
.nav-article h2 { font-size: 1.5rem; margin: 34px 0 14px; color: #17223b; }
.nav-article h3 { font-size: 1.13rem; margin: 22px 0 8px; color: #17223b; }
.nav-article p { line-height: 1.85; color: #4b5361; margin-bottom: 15px; }
.nav-article ul { padding-left: 20px; margin-bottom: 16px; }
.nav-article li { line-height: 1.8; color: #4b5361; margin-bottom: 8px; }
.nav-article strong { color: #17223b; }

.article-meta { font-size: 13px; color: #99a0ad; margin-bottom: 20px; }
.article-lead {
  font-size: 1.09rem !important;
  line-height: 1.8 !important;
  color: #3d4552 !important;
  border-left: 3px solid #f4633a;
  padding-left: 18px;
  margin-bottom: 26px;
}

.faq-block { border: 1px solid #e6e9ef; border-radius: 7px; padding: 18px 20px; margin-bottom: 12px; }
.faq-block h3 { margin: 0 0 6px; font-size: 1.04rem; }
.faq-block p { margin: 0; line-height: 1.75; }

.article-cta {
  background: #f6f8fb;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  padding: 28px 30px;
  margin-top: 38px;
}
.article-cta h3 { margin-top: 0; font-size: 1.25rem; }
.article-cta p { line-height: 1.75; color: #4b5361; }
.article-cta .cmt-btn { margin: 6px 8px 0 0; }

/* Sidebar */
.article-sidebar {
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  padding: 24px 26px;
  background: #fff;
  position: sticky;
  top: 24px;
}
.article-sidebar h3 { font-size: 1.05rem; margin: 0 0 12px; color: #17223b; }
.article-sidebar h3 + ul + h3 { margin-top: 26px; }
.sidebar-links { list-style: none; padding: 0; margin: 0 0 6px; }
.sidebar-links li { border-bottom: 1px solid #eef1f5; }
.sidebar-links li:last-child { border-bottom: 0; }
.sidebar-links a {
  display: block;
  padding: 9px 0;
  color: #4b5361;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}
.sidebar-links a:hover { color: #f4633a; }

@media (max-width: 991px) {
  .article-sidebar { position: static; margin-top: 34px; }
  .nav-article h1 { font-size: 1.8rem; }
  .blog-intro h1 { font-size: 1.9rem; }
}
