
    /* CSS styles for the page */
    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained {
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f8f8f8;
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    /* Adjust padding-top for fixed header */
    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__hero-section {
      padding-top: 10px; /* Desktop */
      background-color: #1a2a3a;
      color: #fff;
      text-align: center;
      padding-bottom: 40px;
      border-radius: 8px;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.4));
        z-index: 1;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__hero-content {
        position: relative;
        z-index: 2;
        padding: 20px;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        filter: brightness(0.7); /* Adjust brightness, not color */
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffd700; /* Gold color for title */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 30px auto;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__cta-button {
      display: inline-block;
      background-color: #e44d26; /* Orange-red for CTA */
      color: #fff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__cta-button:hover {
      background-color: #c0392b;
      transform: translateY(-2px);
    }

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

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__section-title {
      color: #1a2a3a;
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #e44d26;
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__subsection-title {
      color: #e44d26;
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__content-paragraph {
      margin-bottom: 15px;
      color: #555;
    }

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

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

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

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

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__highlight-box {
      background-color: #f0f8ff; /* Light blue background */
      border-left: 5px solid #2196f3; /* Blue border */
      padding: 20px;
      margin: 25px 0;
      border-radius: 5px;
      color: #333;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__highlight-title {
      color: #2196f3;
      margin-top: 0;
      font-size: 1.3em;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__summary {
      background-color: #fff3e0; /* Light orange background */
      border-left: 5px solid #ff9800; /* Orange border */
      padding: 20px;
      margin: 30px 0;
      border-radius: 5px;
      font-style: italic;
      color: #333;
    }

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

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__faq-title {
      color: #1a2a3a;
      font-size: 2em;
      margin-bottom: 25px;
      text-align: center;
      border-bottom: 2px solid #e44d26;
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #f0f0f0;
      color: #1a2a3a;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__faq-question h3 {
        margin: 0;
        pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

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

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent */
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__faq-toggle {
      transform: rotate(45deg); /* Plus sign rotates to form an X or minus */
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

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

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__conclusion-section {
        background-color: #e6f7ff; /* Light blue for conclusion */
        border-left: 5px solid #007bff;
        padding: 30px;
        margin-top: 30px;
        border-radius: 8px;
        color: #333;
        text-align: center;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__conclusion-title {
        color: #007bff;
        font-size: 1.8em;
        margin-bottom: 15px;
    }

    .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__conclusion-text {
        font-size: 1.1em;
        margin-bottom: 20px;
    }

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

      .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__hero-section {
        padding-top: 10px !important; /* Mobile */
        padding-bottom: 30px;
      }

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

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

      .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

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

      .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__section-title {
        font-size: 1.8em;
      }

      .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__subsection-title {
        font-size: 1.3em;
      }

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

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

      .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__faq-answer {
        padding: 15px !important;
      }

      .page-resources-how-to-play-mb66-no-hu-rules-and-tips-explained__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

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