
    :root {
      --page-bg: #f8f9fa;
      --primary-color: #007bff;
      --secondary-color: #6c757d;
      --text-color: #343a40;
      --heading-color: #0056b3;
      --border-color: #dee2e6;
      --accent-color: #28a745;
      --light-grey: #e9ecef;
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained {
      font-family: 'Helvetica Neue', Arial, sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--page-bg);
      padding-top: 10px; /* Fixed nav spacing */
    }

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

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__hero-section {
      background-color: #e0f2f7;
      padding: 60px 20px;
      text-align: center;
      margin-bottom: 30px;
      border-radius: 8px;
    }

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

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

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__content-section {
      background-color: #ffffff;
      padding: 30px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__heading-2 {
      color: var(--heading-color);
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--primary-color);
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__heading-3 {
      color: var(--heading-color);
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__paragraph {
      margin-bottom: 15px;
      text-align: justify;
    }

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

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

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      width: 100%;
      min-height: 200px; /* Ensure minimum height */
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__highlight {
      background-color: #fff3cd;
      padding: 15px;
      border-left: 4px solid #ffc107;
      margin: 20px 0;
      border-radius: 4px;
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__call-to-action-button {
      display: inline-block;
      background-color: var(--accent-color);
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: 20px;
      border: none; /* Use button tag, so no underline, no default border */
      cursor: pointer;
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__call-to-action-button:hover {
      background-color: #218838;
    }

    /* FAQ Section */
    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__faq-section {
      margin-top: 40px;
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__faq-item {
      background-color: #ffffff;
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #f0f8ff;
      border-bottom: 1px solid var(--border-color);
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__faq-question:hover {
      background-color: #e6f7ff;
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--heading-color);
      pointer-events: none; /* Prevent text selection from interfering with click */
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from interfering with click */
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__faq-toggle {
      transform: rotate(45deg);
      content: "−"; /* Visually change, but JS updates text */
    }

    .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      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(--text-color);
      background-color: #fdfdfd;
      font-size: 0.95em;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__container {
        padding: 15px;
      }

      .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__hero-section {
        padding: 40px 15px;
      }

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

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

      .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__heading-2 {
        font-size: 1.6em;
      }

      .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__heading-3 {
        font-size: 1.3em;
      }

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

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

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

      .page-resources-how-to-play-win365-no-hu-rules-and-tips-explained__faq-answer {
        padding: 15px 15px !important; /* Ensure mobile padding is also important */
      }

      /* Image responsive optimization for mobile */
      .page-resources-how-to-play-win365-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-win365-no-hu-rules-and-tips-explained__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  