
    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;
    }
    .senyan-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #1f2937;
      background: #f8fafc;
      line-height: 1.65;
    }
    .senyan-page * {
      box-sizing: border-box;
    }
    .senyan-page a {
      color: #0f5f8f;
      text-decoration: none;
    }
    .senyan-page a:hover {
      text-decoration: underline;
    }
    .senyan-page img {
      max-width: 100%;
    }
    .senyan-page h1, .senyan-page h2, .senyan-page h3, .senyan-page p {
      margin-top: 0;
    }
    .senyan-page th, .senyan-page td {
      vertical-align: top;
    }
  