
    html,
    body,
    .page,
    .page-content,
    .page-wrapper,
    .main-content,
    .content,
    .template-page,
    .page-header,
    .page-title,
    .main-page-title {
      background: #f8fafc !important;
      color: #111827 !important;
    }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.45;
    }
    .tz-page * {
      box-sizing: border-box;
    }
    .tz-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .tz-page a:hover {
      text-decoration: underline;
    }
    .tz-page img {
      max-width: 100%;
      display: block;
    }
    .tz-page p {
      margin: 0;
    }
    .tz-page h1,
    .tz-page h2,
    .tz-page h3 {
      margin: 0;
      color: #111827;
      line-height: 1.25;
    }
    .tz-page ul {
      margin: 0;
      padding-left: 1.25rem;
    }
    .tz-page .shorts-frame {
      width: 100%;
      max-width: 300px;
      height: 533px;
      border-radius: 0.75rem;
      border: none;
      box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
      background: #111827;
    }
    @media (max-width: 768px) {
      .tz-page .mobile-stack {
        grid-template-columns: 1fr !important;
      }
      .tz-page .mobile-center {
        text-align: left !important;
      }
      .tz-page .shorts-frame {
        max-width: 260px;
        height: 462px;
      }
    }
  