
  .product-faq-section {
    max-width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin-top: 35px;
  }

  .product-faq-section * {
    box-sizing: border-box;
  }

  .product-faq-section h2 {
    color: #c26431;
    font-size: 24px;
    margin-bottom: 18px;
  }

  .product-faq-section .faq-item {
    border-bottom: 1px solid #e5e5e5;
  }

  .product-faq-section .faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 16px 0;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-faq-section .faq-question span:first-child {
    flex: 1;
    padding-right: 12px;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .product-faq-section .faq-icon {
    color: #c26431;
    font-size: 20px;
    flex: 0 0 auto;
    line-height: 1;
  }

  .product-faq-section .faq-answer {
    display: none;
    padding: 0 0 16px 0;
    color: #555;
    font-size: 15px;
  }

  .product-faq-section .faq-cta {
    margin-top: 18px;
    color: #333;
  }

  .product-faq-section .faq-cta a {
    color: #c26431;
    text-decoration: underline;
    font-weight: bold;
  }

  @media screen and (max-width: 768px) {
    .product-faq-section {
      margin-top: 25px !important;
      padding: 0 12px !important;
      font-size: 15px !important;
    }

    .product-faq-section h2 {
      font-size: 21px !important;
      line-height: 1.35 !important;
      margin-bottom: 14px !important;
    }

    .product-faq-section .faq-question {
      font-size: 15px !important;
      line-height: 1.45 !important;
      padding: 14px 0 !important;
      align-items: flex-start !important;
    }

    .product-faq-section .faq-icon {
      font-size: 20px !important;
      margin-top: 1px !important;
    }

    .product-faq-section .faq-answer {
      font-size: 14px !important;
      line-height: 1.6 !important;
      padding-bottom: 14px !important;
    }

    .product-faq-section .faq-cta {
      font-size: 14px !important;
      line-height: 1.6 !important;
    }
  }

  @media screen and (max-width: 480px) {
    .product-faq-section {
      padding: 0 8px !important;
    }

    .product-faq-section h2 {
      font-size: 20px !important;
    }

    .product-faq-section .faq-question {
      font-size: 14.5px !important;
    }

    .product-faq-section .faq-answer {
      font-size: 14px !important;
    }
  }
