
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page {
      background: #f8fafc !important;
      color: #111827 !important;
      margin: 0;
    }
    .page-header, .page-title, .main-page-title {
      background: #ffffff !important;
      color: #111827 !important;
    }
    .hs-page * {
      box-sizing: border-box;
    }
    .hs-page {
      width: 100%;
      background: #f8fafc;
      color: #1f2937;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
    }
    .hs-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .hs-page a:hover {
      text-decoration: underline;
    }
    .hs-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .hs-page table {
      font-size: 15px;
    }
    @media (max-width: 768px) {
      .hs-page table {
        font-size: 14px;
      }
    }
  