
    .osmo-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #17202a;
      background: #f7faf9;
      line-height: 1.65;
    }
    .osmo-page * {
      box-sizing: border-box;
    }
    .osmo-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .osmo-page a:hover {
      text-decoration: underline;
    }
    .osmo-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .osmo-page h1,
    .osmo-page h2,
    .osmo-page h3 {
      color: #111827;
      line-height: 1.2;
      margin-top: 0;
    }
    .osmo-page p {
      margin: 0;
    }
    .keyword-link {
      display: inline;
      color: #0f766e !important;
      font-weight: 700;
      border-bottom: 2px solid #99f6e4;
    }
  