
    /* Base styles for the page, ensuring good contrast and readability */
    :root {
      --page-bg-color: #f9f9f9;
      --page-text-color: #333;
      --page-primary-color: #007bff; /* A clear blue for links/buttons */
      --page-secondary-color: #6c757d; /* A dark grey for secondary text */
      --page-heading-color: #212529; /* Darker for headings */
      --page-border-color: #dee2e6;
      --page-hover-color: #0056b3;
      --page-faq-bg-color: #ffffff;
      --page-faq-border-color: #e0e0e0;
      --page-faq-question-bg: #f5f5f5;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-bg-color);
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    /* Fixed header padding */
    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__hero-section {
      padding-top: 10px; /* For fixed header */
      background-color: #e9ecef;
      text-align: center;
      padding-bottom: 20px;
      margin-bottom: 30px;
      border-radius: 8px;
    }
    
    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__hero-section h1 {
      color: var(--page-heading-color);
      font-size: 2.5em;
      margin-bottom: 10px;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__hero-section p {
      font-size: 1.1em;
      color: var(--page-secondary-color);
      max-width: 800px;
      margin: 0 auto;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__content-section {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__content-section h2 {
      color: var(--page-heading-color);
      font-size: 2em;
      margin-top: 0;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--page-primary-color);
      padding-bottom: 10px;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__content-section h3 {
      color: var(--page-primary-color);
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__content-section p {
      margin-bottom: 15px;
      color: var(--page-text-color);
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__content-section ul {
      list-style: disc;
      margin-left: 20px;
      margin-bottom: 15px;
      color: var(--page-text-color);
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__content-section ol {
      list-style: decimal;
      margin-left: 20px;
      margin-bottom: 15px;
      color: var(--page-text-color);
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__content-section li {
      margin-bottom: 8px;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__image-container {
      margin: 25px 0;
      text-align: center;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    
    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__cta-button {
      display: inline-block;
      background-color: #28a745; /* Green for CTA */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: 20px;
      font-size: 1.1em;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__cta-button:hover {
      background-color: #218838;
      color: #fff; /* Ensure text color remains white on hover */
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__link {
      color: var(--page-primary-color);
      text-decoration: none;
      font-weight: bold;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__link:hover {
      text-decoration: underline;
      color: var(--page-hover-color);
    }

    /* FAQ Section Styles */
    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-section {
      background-color: var(--page-faq-bg-color);
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      margin-top: 30px;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-section h2 {
      color: var(--page-heading-color);
      font-size: 2em;
      margin-top: 0;
      margin-bottom: 25px;
      border-bottom: 2px solid var(--page-primary-color);
      padding-bottom: 10px;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-item {
      border: 1px solid var(--page-faq-border-color);
      border-radius: 5px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-question {
      background-color: var(--page-faq-question-bg);
      padding: 15px 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      user-select: none;
      transition: background-color 0.3s ease;
      color: var(--page-heading-color);
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-question:hover {
      background-color: #e9e9e9;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      flex-grow: 1;
      pointer-events: none; /* Prevent click on h3 from interfering */
      color: var(--page-heading-color); /* Ensure heading color contrast */
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      pointer-events: none; /* Prevent click on toggle from interfering */
      color: var(--page-primary-color);
      transition: transform 0.3s ease;
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-item.active .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-toggle {
      transform: rotate(45deg); /* Rotate + to become x or just change to - */
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__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-faq-bg-color);
      color: var(--page-text-color);
    }

    .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-item.active .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained {
        padding: 15px;
      }

      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__hero-section {
        padding-top: 10px; /* For fixed header on mobile */
        padding-bottom: 15px;
      }

      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__hero-section h1 {
        font-size: 1.8em;
      }

      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__hero-section p {
        font-size: 1em;
      }

      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__content-section {
        padding: 20px;
      }

      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__content-section h2 {
        font-size: 1.6em;
      }

      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__content-section h3 {
        font-size: 1.3em;
      }
      
      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__cta-button {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-question {
        padding: 12px 15px;
      }

      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-question h3 {
        font-size: 1.1em;
      }

      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__faq-toggle {
        font-size: 1.3em;
      }
      
      /* Image responsive styles */
      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-resourcse-how-to-play-kv888-no-hu-rules-and-tips-explained__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  