
    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.65;
    }
    .easyman-page {
      background: #f8fafc;
      color: #1f2937;
    }
    .easyman-page * {
      box-sizing: border-box;
    }
    .easyman-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .easyman-page a:hover {
      color: #115e59;
      text-decoration: underline;
    }
    .easyman-page img {
      max-width: 100%;
      height: auto;
    }
    .easyman-page h1,
    .easyman-page h2,
    .easyman-page h3 {
      color: #111827;
      line-height: 1.25;
      letter-spacing: 0;
      margin-top: 0;
    }
    .easyman-page p {
      margin-top: 0;
    }
    .easyman-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
    }
  