
    :root {
      --page-primary-color: #0056b3;
      --page-secondary-color: #007bff;
      --page-accent-color: #ffc107;
      --page-text-color: #333;
      --page-background-color: #f8f9fa;
      --page-card-background: #ffffff;
      --page-border-color: #e9ecef;
    }

    .page-resources-is-the-win365-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;
      box-sizing: border-box;
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__hero-section {
      text-align: center;
      padding: 70px 20px 40px; /* Adjusted padding-top for fixed header */
      background: linear-gradient(135deg, var(--page-secondary-color), var(--page-primary-color));
      color: #fff;
      border-radius: 10px;
      margin-bottom: 40px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__section {
      background-color: var(--page-card-background);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__section-title {
      color: var(--page-primary-color);
      font-size: 2em;
      margin-bottom: 25px;
      border-bottom: 2px solid var(--page-accent-color);
      padding-bottom: 10px;
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__subsection-title {
      color: var(--page-secondary-color);
      font-size: 1.5em;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__paragraph {
      margin-bottom: 15px;
      text-align: justify;
    }

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

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__list-item {
      margin-bottom: 8px;
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__image-container {
      text-align: center;
      margin: 30px 0;
      overflow: hidden;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__cta-button {
      display: inline-block;
      background-color: var(--page-accent-color);
      color: var(--page-primary-color);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      cursor: pointer;
      border: none;
      margin-top: 20px;
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__summary {
      background-color: #e9f7ff;
      border-left: 5px solid var(--page-secondary-color);
      padding: 20px;
      margin-top: 40px;
      margin-bottom: 30px;
      border-radius: 5px;
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__summary-title {
      color: var(--page-primary-color);
      font-size: 1.6em;
      margin-bottom: 15px;
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__faq-section {
      margin-top: 40px;
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__faq-item {
      background-color: var(--page-card-background);
      border: 1px solid var(--page-border-color);
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    }

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

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

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
      color: inherit;
    }

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

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or similar effect */
    }
    
    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: var(--page-card-background);
      color: var(--page-text-color);
    }

    .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-win365-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-win365-lottery-platform-reliable-winning-mechanism-analysis {
        padding: 15px;
      }

      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__hero-section {
        padding: 60px 15px 30px; /* Adjusted padding-top for fixed header on mobile */
      }

      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__hero-title {
        font-size: 2em;
      }

      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__hero-description {
        font-size: 1em;
      }

      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__section {
        padding: 20px;
        margin-bottom: 20px;
      }

      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__section-title {
        font-size: 1.7em;
        margin-bottom: 20px;
      }

      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__subsection-title {
        font-size: 1.3em;
        margin-top: 25px;
        margin-bottom: 10px;
      }

      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__image-container {
        margin: 20px 0;
      }

      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__cta-button {
        padding: 10px 20px;
        font-size: 1em;
      }
      
      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
        padding: 0 15px;
      }

      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
        padding: 15px 15px !important;
      }
      
      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-is-the-win365-lottery-platform-reliable-winning-mechanism-analysis__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  