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