
    html,
    body,
    .page,
    .page-content,
    .page-wrapper,
    .main-content,
    .content,
    .template-page {
      background: #f8fafc !important;
      color: #111827 !important;
    }
    .page-header,
    .page-title,
    .main-page-title {
      background: #ffffff !important;
      color: #111827 !important;
    }
    .aim-page * {
      box-sizing: border-box;
    }
    .aim-page {
      width: 100%;
      background: #f8fafc;
      color: #1f2937;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .aim-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .aim-page a:hover {
      text-decoration: underline;
    }
    .aim-page img {
      max-width: 100%;
      height: auto;
    }
    .aim-page table {
      font-size: 15px;
    }
    .aim-container {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .aim-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    }
  