
    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;
    }

    a {
      color: #0f4c81;
    }

    img {
      max-width: 100%;
      display: block;
    }

    table a {
      word-break: break-word;
    }

    .wrap {
      max-width: 1180px;
      width: 100%;
      padding: 0 20px;
    }

    .card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    }
  