
    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;
      color: #1f2937;
      background: #f8fafc;
    }
    .lifun-page * { box-sizing: border-box; }
    .lifun-page a { color: #0f766e; text-decoration: none; }
    .lifun-page a:hover { text-decoration: underline; }
    .lifun-page img { max-width: 100%; height: auto; display: block; }
    .lifun-page h1, .lifun-page h2, .lifun-page h3 { color: #111827; line-height: 1.2; margin-top: 0; }
    .lifun-page p { margin-top: 0; }
    .lifun-page table { font-size: 15px; }
    @media (max-width: 768px) {
      .lifun-page h1 { font-size: 34px !important; }
      .lifun-page h2 { font-size: 26px !important; }
    }
  