
    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;
    }
    .goldland-page {
      font-family: Arial, Helvetica, sans-serif;
      background: #f8fafc;
      color: #1f2937;
      line-height: 1.65;
    }
    .goldland-page * {
      box-sizing: border-box;
    }
    .goldland-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .goldland-page a:hover {
      color: #115e59;
      text-decoration: underline;
    }
    .goldland-page img {
      max-width: 100%;
      height: auto;
    }
    .goldland-page table {
      font-size: 15px;
    }
    .goldland-page th, .goldland-page td {
      vertical-align: top;
    }
  