
    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;
      color: #1f2937;
      background: #ffffff;
      line-height: 1.65;
    }
    .aggregate-page-wrapper {
      width: 100%;
      background: #ffffff;
      color: #1f2937;
    }
    .aggregate-page-wrapper a {
      color: #0f766e;
      text-decoration: none;
    }
    .aggregate-page-wrapper a:hover {
      text-decoration: underline;
    }
    .aggregate-page-wrapper img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .aggregate-page-wrapper table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
    }
    .aggregate-page-wrapper th,
    .aggregate-page-wrapper td {
      padding: 12px 14px;
      border: 1px solid #d1d5db;
      text-align: left;
      vertical-align: top;
    }
    .aggregate-page-wrapper th {
      background: #f3f4f6;
      font-weight: 700;
    }
  