
    :root {
      --page-primary-color: #ffcc00; /* Gold/Yellow */
      --page-secondary-color: #333333; /* Dark Grey */
      --page-accent-color: #007bff; /* Blue */
      --page-text-color: #444444; /* Medium Grey */
      --page-light-text-color: #ffffff; /* White */
      --page-background-color: #f9f9f9; /* Light Grey */
      --page-dark-background-color: #222222; /* Very Dark Grey */
      --page-border-color: #e0e0e0;
      --page-shadow-color: rgba(0, 0, 0, 0.1);
      --page-button-hover-color: #e6b800;
    }

    .page-resources-how-to-play-f16878vip-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-background-color);
      padding-bottom: 40px;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__hero-section {
      background: linear-gradient(135deg, var(--page-secondary-color) 0%, #000000 100%);
      color: var(--page-light-text-color);
      padding: 60px 20px 40px; /* Adjusted padding-top for fixed header */
      text-align: center;
      margin-bottom: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 15px var(--page-shadow-color);
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-primary-color);
      line-height: 1.2;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto;
      color: rgba(255, 255, 255, 0.9);
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__section {
      background-color: var(--page-light-text-color);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px var(--page-shadow-color);
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__section-title {
      color: var(--page-secondary-color);
      font-size: 2em;
      margin-bottom: 25px;
      border-bottom: 3px solid var(--page-primary-color);
      padding-bottom: 10px;
      display: inline-block;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__subsection-title {
      color: var(--page-secondary-color);
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__image-wrapper {
      text-align: center;
      margin: 30px 0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 12px var(--page-shadow-color);
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      object-fit: cover;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__list {
      list-style: disc;
      padding-left: 25px;
      margin-bottom: 20px;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__list-item {
      margin-bottom: 10px;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__callout-box {
      background-color: #fff3cd; /* Light warning yellow */
      border-left: 5px solid #ffc107; /* Warning yellow */
      padding: 20px;
      margin: 30px 0;
      border-radius: 4px;
      color: #664d03; /* Dark warning text */
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__strong {
      color: var(--page-secondary-color);
      font-weight: bold;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__faq-section {
      background-color: var(--page-light-text-color);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px var(--page-shadow-color);
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__faq-item {
      border-bottom: 1px solid var(--page-border-color);
      margin-bottom: 10px;
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      padding: 15px 0;
      font-size: 1.1em;
      font-weight: bold;
      color: var(--page-secondary-color);
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__faq-question:hover {
      color: var(--page-primary-color);
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      color: var(--page-primary-color);
    }

    /* .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__faq-toggle {
      transform: rotate(45deg); /* Change + to X (or similar visual cue) */
    /* content: '−' !important; /* This will be handled by JS */
    /* } */

    .page-resources-how-to-play-f16878vip-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;
      color: var(--page-text-color);
    }

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

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__conclusion-summary {
        background-color: var(--page-dark-background-color);
        color: var(--page-light-text-color);
        padding: 25px;
        margin-top: 30px;
        border-radius: 8px;
        font-style: italic;
        text-align: center;
        box-shadow: 0 2px 10px var(--page-shadow-color);
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__promo-button {
      display: inline-block;
      background-color: var(--page-primary-color);
      color: var(--page-secondary-color);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      margin-top: 20px;
      cursor: pointer; /* Use cursor pointer as it's a call to action */
      border: none;
      font-size: 1.1em;
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__promo-button:hover {
      background-color: var(--page-button-hover-color);
      transform: translateY(-2px);
    }

    .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__rational-advice {
      margin-top: 40px;
      padding-top: 30px;
      border-top: 1px dashed var(--page-border-color);
      font-size: 0.95em;
      color: var(--page-secondary-color);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__hero-section {
        padding: 50px 15px 30px; /* Adjusted padding-top for mobile fixed header */
        margin-bottom: 30px;
      }

      .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__hero-title {
        font-size: 2em;
      }

      .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__hero-description {
        font-size: 1em;
      }

      .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__section {
        padding: 20px;
        margin-bottom: 20px;
      }

      .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__section-title {
        font-size: 1.6em;
        margin-bottom: 20px;
      }

      .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__subsection-title {
        font-size: 1.3em;
        margin-top: 20px;
        margin-bottom: 10px;
      }

      .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__list {
        padding-left: 20px;
      }

      .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__faq-question {
        font-size: 1em;
        padding: 10px 0;
      }

      .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__faq-answer {
        padding: 15px 10px;
      }

      /* Responsive image optimization */
      .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
      .page-resources-how-to-play-f16878vip-no-hu-rules-and-tips-explained__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  