
    .ff-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #1f2937;
      background: #f8fafc;
      line-height: 1.65;
    }
    .ff-page * {
      box-sizing: border-box;
    }
    .ff-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .ff-page a:hover {
      text-decoration: underline;
    }
    .ff-page img {
      max-width: 100%;
      height: auto;
    }
    .ff-page table {
      font-size: 15px;
    }
    .ff-page h1,
    .ff-page h2,
    .ff-page h3,
    .ff-page p {
      margin-top: 0;
    }
  