
    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;
    }
    .sltm-page {
      background: #f8fafc;
      color: #111827;
    }
    .sltm-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .sltm-page a:hover {
      text-decoration: underline;
    }
    .sltm-page img {
      max-width: 100%;
      height: auto;
    }
    .sltm-page table th,
    .sltm-page table td {
      vertical-align: top;
    }
    @media (max-width: 768px) {
      .sltm-page h1 {
        font-size: 2rem !important;
      }
    }
  