
  .cfh-blog {
    max-width: 1120px;
    margin: 0 auto;
    padding: 64px 24px;
    color: #111;
    font-family: Arial, sans-serif;
    line-height: 1.85;
  }

  .cfh-blog h1 {
    font-size: 34px;
    line-height: 1.28;
    font-weight: 500;
    margin: 0 0 34px;
    letter-spacing: -0.3px;
  }

  .cfh-blog h2 {
    font-size: 26px;
    line-height: 1.35;
    font-weight: 500;
    margin: 58px 0 18px;
    letter-spacing: -0.2px;
  }

  .cfh-blog h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin: 30px 0 10px;
  }

  .cfh-blog p {
    font-size: 17px;
    line-height: 1.85;
    margin: 0 0 18px;
  }

  .cfh-blog ul {
    margin: 16px 0 28px 22px;
    padding: 0;
  }

  .cfh-blog li {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 6px;
  }

  .cfh-blog a {
    color: #7a4d2d;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .cfh-intro-card {
    border: 1px solid #e8e4df;
    border-radius: 20px;
    padding: 30px 34px;
    margin: 0 0 30px;
    background: #fff;
  }

  .cfh-intro-card p:last-child {
    margin-bottom: 0;
  }

  .cfh-quick-answer {
    background: #f5eee7;
    border-left: 5px solid #9b6a45;
    border-radius: 16px;
    padding: 22px 28px;
    margin: 30px 0 46px;
  }

  .cfh-quick-answer p {
    margin: 0;
    font-size: 17px;
  }

  .cfh-image {
    margin: 38px 0 58px;
  }

  .cfh-image img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center top;
    display: block;
    border-radius: 20px;
  }

  .cfh-note {
    background: #faf7f3;
    border: 1px solid #eee6df;
    border-radius: 18px;
    padding: 26px 30px;
    margin: 26px 0 34px;
  }

  .cfh-note p:last-child,
  .cfh-note ul:last-child {
    margin-bottom: 0;
  }

  .cfh-table-wrap {
    overflow-x: auto;
    margin: 24px 0 30px;
    border-radius: 14px;
    border: 1px solid #eadfd4;
  }

  .cfh-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    min-width: 620px;
  }

  .cfh-table th {
    background: #f2e8dd;
    text-align: left;
    padding: 14px 16px;
    font-weight: 600;
  }

  .cfh-table td {
    border-top: 1px solid #eadfd4;
    padding: 14px 16px;
  }

  .cfh-product-card {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 26px;
    align-items: center;
    background: #fff;
    border: 1px solid #e8e1da;
    border-radius: 20px;
    padding: 24px;
    margin: 28px 0 42px;
  }

  .cfh-product-card img {
    width: 100%;
    display: block;
    border-radius: 16px;
    background: #f7f7f7;
  }

  .cfh-product-card h3 {
    margin-top: 0;
    font-size: 21px;
  }

  .cfh-product-tag {
    display: inline-block;
    background: #f5eee7;
    color: #6f4a2f;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 13px;
    margin-bottom: 12px;
  }

  .cfh-product-card ul {
    margin: 12px 0 20px 20px;
  }

  .cfh-btn {
    display: inline-block;
    background: #111;
    color: #fff !important;
    padding: 11px 20px;
    border-radius: 999px;
    text-decoration: none !important;
    font-size: 15px;
  }

  .cfh-cta {
    background: #f5eee7;
    border-radius: 22px;
    padding: 36px 32px;
    margin-top: 66px;
    text-align: center;
  }

  .cfh-cta h2 {
    margin-top: 0;
  }

  .cfh-cta p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  @media (max-width: 768px) {
    .cfh-blog {
      padding: 42px 18px;
    }

    .cfh-blog h1 {
      font-size: 30px;
    }

    .cfh-blog h2 {
      font-size: 24px;
      margin-top: 48px;
    }

    .cfh-blog p,
    .cfh-blog li,
    .cfh-quick-answer p {
      font-size: 16px;
      line-height: 1.8;
    }

    .cfh-intro-card,
    .cfh-note,
    .cfh-quick-answer,
    .cfh-cta {
      padding: 22px;
    }

    .cfh-image img {
      height: auto;
      max-height: none;
    }

    .cfh-product-card {
      grid-template-columns: 1fr;
      padding: 20px;
    }
  }
