
    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;
      line-height: 1.6;
      background: #ffffff;
      color: #1f2937;
    }
    .votesen-page {
      background: #f8fafc;
      color: #1f2937;
      font-size: 16px;
    }
    .votesen-page * {
      box-sizing: border-box;
    }
    .votesen-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .votesen-page a:hover {
      text-decoration: underline;
    }
    .votesen-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .votesen-page h1,
    .votesen-page h2,
    .votesen-page h3,
    .votesen-page p {
      margin-top: 0;
    }
    .votesen-page p,
    .votesen-page li {
      font-size: 16px;
      line-height: 1.7;
    }
    .votesen-page table {
      font-size: 15px;
    }
    .votesen-page table th,
    .votesen-page table td {
      vertical-align: top;
    }
    .votesen-media-frame {
      background: #ffffff;
      border: 1px solid #d1d5db;
      overflow: hidden;
    }
    .votesen-media-frame img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      background: #ffffff;
    }
  