<style>
  .blog-post {
    max-width: 860px;
    margin: 0 auto;
    color: #17202a;
    line-height: 1.7;
  }

  .blog-post-header {
    margin-bottom: 2rem;
  }

  .blog-post h1,
  .blog-post h2,
  .blog-post h3 {
    color: #0f2747;
    line-height: 1.2;
  }

  .blog-post h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }

  .blog-post h2 {
    font-size: 1.75rem;
    margin-top: 2rem;
    margin-bottom: 0.85rem;
  }

  .blog-post h3 {
    font-size: 1.2rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .blog-post p,
  .blog-post ul,
  .blog-post ol {
    margin-bottom: 1rem;
  }

  .blog-post ul,
  .blog-post ol {
    padding-left: 1.25rem;
  }

  .faq-section {
    margin-top: 3rem;
    padding-top: 1.25rem;
    border-top: 1px solid #d9e1ea;
  }

  .faq-item {
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    background: #f7f9fc;
    border: 1px solid #d9e1ea;
    border-radius: 12px;
  }

  .faq-item h3 {
    margin-top: 0;
  }
</style>