
    /* Base styles for the page */
    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis {
      font-family: 'Arial', sans-serif;
      color: #FFFFFF; /* White text */
      background-color: #000000; /* Black background */
      line-height: 1.6;
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__hero-section {
      text-align: center;
      padding: 10px 20px 40px; /* Adjust padding-top for fixed header */
      margin-bottom: 40px;
      background-color: #1a1a1a; /* Slightly lighter black for hero background */
      border-radius: 8px;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__hero-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__main-title {
      color: #FFD700; /* Gold/Yellow for main title */
      font-size: 2.8em;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__subtitle {
      color: #FFFFFF;
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__promo-button {
      background-color: #FFD700; /* Gold/Yellow button */
      color: #000000; /* Black text on button */
      padding: 15px 30px;
      border: none;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-decoration: none; /* Ensure it looks like a button */
      display: inline-block;
      box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__promo-button:hover {
      background-color: #E6C200; /* Darker yellow on hover */
      transform: translateY(-2px);
    }

    /* Content Sections */
    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__section {
      background-color: #1a1a1a;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__section-title {
      color: #FFD700;
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #FFD700;
      padding-bottom: 10px;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__sub-section-title {
      color: #FFFFFF;
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__paragraph {
      margin-bottom: 15px;
      color: #E0E0E0;
    }

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

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

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__emphasis {
      color: #FFD700;
      font-weight: bold;
    }

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

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__content-image {
      max-width: 100%;
      height: auto;
      display: inline-block; /* Changed to inline-block for centering */
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    }

    /* Floating Login Button */
    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__floating-login-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #FFD700;
      color: #000000;
      padding: 12px 25px;
      border-radius: 30px;
      font-size: 1em;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(255, 215, 0, 0.6);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__floating-login-button:hover {
      background-color: #E6C200;
      transform: translateY(-3px);
    }

    /* FAQ Section */
    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__faq-section {
      background-color: #1a1a1a;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__faq-item {
      border-bottom: 1px solid #333333;
      margin-bottom: 10px;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__faq-question:hover {
      background-color: #2a2a2a;
      border-radius: 4px;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__faq-question-text {
      color: #FFD700;
      font-size: 1.2em;
      margin: 0;
      pointer-events: none; /* Prevent text from blocking click event on parent */
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
      color: #FFD700;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event on parent */
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__faq-item.active .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or similar effect */
    }

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

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

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__external-link {
        color: #FFD700;
        text-decoration: none;
        font-weight: bold;
    }

    .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__external-link:hover {
        text-decoration: underline;
        color: #E6C200;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis {
        padding: 15px;
      }

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

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

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

      .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__section-title {
        font-size: 1.7em;
      }

      .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__sub-section-title {
        font-size: 1.3em;
      }

      .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__promo-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__floating-login-button {
        bottom: 15px;
        right: 15px;
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__faq-question-text {
        font-size: 1.1em;
      }

      .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__faq-answer {
        padding: 15px 10px !important; /* Adjust padding for mobile */
      }
    }

    /* Ensure all images are responsive */
    @media (max-width: 768px) {
        .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__hero-image,
        .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__content-image {
            max-width: 100% !important;
            height: auto !important;
        }
        .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__hero-image-container,
        .page-resources-is-the-gacam67-lottery-platform-reliable-winning-mechanism-analysis__image-container {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
    }
  