
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page {
      background: #ffffff !important;
      color: #111827 !important;
      margin: 0;
    }
    .page-header, .page-title, .main-page-title {
      background: #ffffff !important;
      color: #111827 !important;
    }
    .honsun-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #1f2937;
      background: #f8fafc;
      line-height: 1.65;
    }
    .honsun-page * {
      box-sizing: border-box;
    }
    .honsun-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .honsun-page a:hover {
      text-decoration: underline;
    }
    .honsun-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .honsun-page h1,
    .honsun-page h2,
    .honsun-page h3 {
      color: #111827;
      line-height: 1.25;
      letter-spacing: 0;
    }
    .honsun-page p {
      margin: 0;
    }
    .honsun-page ul {
      margin: 0;
      padding-left: 1.25rem;
    }
    .honsun-page table {
      font-size: 15px;
    }
  