
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page {
      margin: 0;
      padding: 0;
      background: #f8fafc !important;
      color: #111827 !important;
      font-family: Arial, sans-serif;
    }
    .page-header, .page-title, .main-page-title {
      background: #ffffff !important;
      color: #111827 !important;
    }
    a {
      color: #0f766e;
    }
    img {
      display: block;
      max-width: 100%;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
    }
    th, td {
      text-align: left;
      vertical-align: top;
    }
  