
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page, .page-header, .page-title, .main-page-title {
      background: #ffffff !important;
      color: #111827 !important;
    }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .moonlight-page * {
      box-sizing: border-box;
    }
    .moonlight-page a {
      color: #155e75;
      text-decoration: none;
    }
    .moonlight-page a:hover {
      color: #0f766e;
      text-decoration: underline;
    }
    .moonlight-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .moonlight-page table {
      font-size: 0.95rem;
    }
    .moonlight-page h1,
    .moonlight-page h2,
    .moonlight-page h3,
    .moonlight-page p {
      margin-top: 0;
    }
  