
    :root {
      --page-primary-color: #007bff;
      --page-secondary-color: #6c757d;
      --page-background-color: #f8f9fa;
      --page-text-color: #343a40;
      --page-heading-color: #212529;
      --page-border-color: #dee2e6;
      --page-success-color: #28a745;
      --page-danger-color: #dc3545;
      --page-warning-color: #ffc107;
      --page-info-color: #17a2b8;
      --page-light-color: #f8f9fa;
      --page-dark-color: #343a40;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-background-color);
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 10px; /* Required padding-top for fixed header */
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__section {
      background-color: #ffffff;
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__title {
      color: var(--page-heading-color);
      font-size: 2.5em;
      margin-bottom: 20px;
      text-align: center;
      font-weight: 700;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__subtitle {
      color: var(--page-heading-color);
      font-size: 1.8em;
      margin-top: 30px;
      margin-bottom: 15px;
      border-bottom: 2px solid var(--page-primary-color);
      padding-bottom: 10px;
      font-weight: 600;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__heading-3 {
      color: var(--page-heading-color);
      font-size: 1.4em;
      margin-top: 25px;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__paragraph {
      margin-bottom: 15px;
      font-size: 1.05em;
      line-height: 1.7;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__list {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 15px;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__list-item {
      margin-bottom: 8px;
      font-size: 1.05em;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__cta-button {
      display: inline-block;
      background-color: var(--page-primary-color);
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 20px;
      transition: background-color 0.3s ease;
      border: none; /* Ensure it's a button, not a link */
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__cta-button:hover {
      background-color: #0056b3;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__summary {
        background-color: var(--page-light-color);
        padding: 20px;
        border-left: 5px solid var(--page-info-color);
        margin: 30px 0;
        border-radius: 5px;
        font-style: italic;
        color: var(--page-dark-color);
    }

    /* FAQ Styles */
    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-section {
      margin-top: 40px;
      background-color: #ffffff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-title {
      font-size: 2em;
      color: var(--page-heading-color);
      margin-bottom: 25px;
      text-align: center;
      font-weight: 700;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-item {
      border: 1px solid var(--page-border-color);
      border-radius: 5px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f1f1f1;
      cursor: pointer;
      user-select: none;
      font-weight: 600;
      color: var(--page-heading-color);
      transition: background-color 0.3s ease;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-question:hover {
      background-color: #e2e6ea;
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
      transform: rotate(45deg); /* Change + to X-like shape */
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #ffffff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--page-text-color);
    }

    .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis {
        padding: 15px;
        padding-top: 10px; /* Required padding-top for fixed header on mobile */
      }

      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__title {
        font-size: 2em;
      }

      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__subtitle {
        font-size: 1.5em;
      }

      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__heading-3 {
        font-size: 1.2em;
      }

      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__paragraph,
      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__list-item {
        font-size: 1em;
      }

      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-question {
        padding: 12px 15px;
      }

      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
        padding: 0 10px;
      }
      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
        padding: 15px 10px !important;
      }
      /* Image responsive optimization */
      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
    @media (min-width: 769px) {
        .page-resources-is-the-f88bet-lottery-platform-reliable-winning-mechanism-analysis__image {
            max-width: 100%;
            height: auto;
        }
    }
  