
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page, .page-header, .page-title, .main-page-title {
      background: #f8fafc !important;
      color: #111827 !important;
    }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .gn-page * {
      box-sizing: border-box;
    }
    .gn-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .gn-page a:hover {
      text-decoration: underline;
    }
    .gn-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .gn-page table th,
    .gn-page table td {
      vertical-align: top;
    }
  