  .credits-table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.5;
  }
  .credits-table td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top;
    text-align: left;
  }
  .credits-table .credit {
    font-weight: bold;
    margin-right: 4px;
  }
  .credit {
    font-weight: bold;
}

  /* Mobile responsive */
  @media screen and (max-width: 768px) {
    .credits-table,
    .credits-table tr,
    .credits-table td {
      display: block;
      width: 100% !important;
    }
    .credits-table td {
      border: none;
      border-bottom: 1px solid #eee;
    }
  }

  .faq-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
  }
  .faq-table td {
    padding: 12px;
    vertical-align: top;
  }
  .faq-question {
    background: #f5f5f5;
    font-weight: bold;
    font-size: 16px;
    width: 40%;
  }

  /* Mobile responsive */
  @media screen and (max-width: 768px) {
    .faq-table,
    .faq-table tr,
    .faq-table td {
      display: block;
      width: 100% !important;
    }
    .faq-question {
      background: #f5f5f5;
      font-weight: bold;
      font-size: 16px;
      margin-top: 10px;
    }
  }