
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page, .page-header, .page-title, .main-page-title {
      background: #f9fafb !important;
      color: #111827 !important;
    }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
    }
    a {
      color: #0f766e;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    img {
      max-width: 100%;
      display: block;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
    }
    .faq-item details {
      border: 1px solid #d1d5db;
      border-radius: 16px;
      background: #ffffff;
      padding: 18px 20px;
    }
    .faq-item summary {
      cursor: pointer;
      font-weight: 700;
      color: #111827;
      list-style: none;
    }
    .faq-item summary::-webkit-details-marker {
      display: none;
    }
  