
  .custom-faq-container {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    margin: 0 auto;
  }
  .custom-faq-section-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #0056b3;
    padding-bottom: 8px;
    color: #0056b3;
  }
  .custom-faq-item {
    margin-bottom: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
  }
  .custom-faq-item summary {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 18px;
    cursor: pointer;
    background-color: #f8fafc;
    color: #1e293b;
    list-style: none;
    position: relative;
    user-select: none;
  }
  .custom-faq-item summary::-webkit-details-marker {
    display: none;
  }
  .custom-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #64748b;
  }
  .custom-faq-item[open] summary::after {
    content: "-";
  }
  .custom-faq-item[open] summary {
    background-color: #f1f5f9;
  }
  .custom-faq-content {
    padding: 18px;
    border-top: 1px solid #e2e8f0;
    font-size: 14px;
    color: #475569;
  }
  .custom-faq-content p {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .custom-faq-content p:last-child {
    margin-bottom: 0;
  }
  .custom-faq-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
    font-size: 14px;
  }
  .custom-faq-table th, .custom-faq-table td {
    border: 1px solid #cbd5e1;
    padding: 10px;
    text-align: left;
  }
  .custom-faq-table th {
    background-color: #f1f5f9;
    font-weight: bold;
    color: #1e293b;
  }
  .custom-faq-content ul, .custom-faq-content ol {
    margin: 0 0 12px 20px;
    padding: 0;
  }
  .custom-faq-content li {
    margin-bottom: 6px;
  }
  .custom-faq-warning {
    background-color: #fffbebf8;
    border-left: 4px solid #f59e0b;
    padding: 12px;
    margin: 12px 0;
    font-size: 13.5px;
  }
