
    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;
    }
    .tz-page * {
      box-sizing: border-box;
    }
    .tz-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .tz-page a:hover {
      text-decoration: underline;
    }
    .tz-page img {
      max-width: 100%;
      display: block;
    }
    .tz-page p {
      margin: 0;
    }
    .tz-page h1,
    .tz-page h2,
    .tz-page h3 {
      margin: 0;
      color: #111827;
      line-height: 1.18;
    }
    .tz-page ul {
      margin: 0;
      padding-left: 1.25rem;
    }
    @media (max-width: 768px) {
      .tz-page .mobile-stack {
        grid-template-columns: 1fr !important;
      }
      .tz-page .mobile-left {
        text-align: left !important;
      }
    }
  