
    html,
    body,
    .page,
    .page-content,
    .page-wrapper,
    .main-content,
    .content,
    .template-page {
      background: #f8fafc !important;
      color: #111827 !important;
      margin: 0;
    }
    .page-header,
    .page-title,
    .main-page-title {
      background: #ffffff !important;
      color: #111827 !important;
    }
    .sensor-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #111827;
      background: #f8fafc;
      line-height: 1.65;
    }
    .sensor-page * {
      box-sizing: border-box;
    }
    .sensor-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .sensor-page a:hover {
      text-decoration: underline;
    }
    .sensor-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .sensor-page table th,
    .sensor-page table td {
      vertical-align: top;
    }
    @media (max-width: 768px) {
      .sensor-page h1 {
        font-size: 34px !important;
        line-height: 1.15 !important;
      }
      .sensor-page h2 {
        font-size: 26px !important;
        line-height: 1.2 !important;
      }
    }
  