
  .custom-faq-wrapper {
    max-width: 100%;
    margin: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    line-height: 1.6;
  }
  .custom-faq-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #111111;
  }
  .custom-faq-list {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
  }
  .custom-faq-item {
    border-bottom: 1px solid #e2e8f0;
  }
  .custom-faq-item:last-child {
    border-bottom: none;
  }
  .custom-faq-question {
    background-color: #fcf8e3;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 15px;
    color: #1a1a1a;
    border-bottom: 1px solid #faebcc;
  }
  .custom-faq-answer {
    padding: 12px 16px;
    font-size: 14px;
    color: #4a5568;
    background-color: #ffffff;
  }
