
    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333333;
      background-color: #f8f9fa;
      padding: 20px 0;
    }

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

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__content-wrapper {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      padding-top: 10px; /* Adjust for fixed header */
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__header {
      text-align: center;
      margin-bottom: 30px;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__main-title {
      color: #0056b3;
      font-size: 2.5em;
      margin-bottom: 15px;
      text-transform: uppercase;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__intro-paragraph {
      font-size: 1.1em;
      margin-bottom: 25px;
      text-align: justify;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__section-title {
      color: #0056b3;
      font-size: 1.8em;
      margin-top: 40px;
      margin-bottom: 20px;
      border-bottom: 2px solid #e9ecef;
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__sub-section-title {
      color: #007bff;
      font-size: 1.4em;
      margin-top: 30px;
      margin-bottom: 15px;
    }

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

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

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

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__image-wrapper {
      text-align: center;
      margin: 30px 0;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 0 auto;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__button {
      display: inline-block;
      background-color: #28a745;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: 20px;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__button:hover {
      background-color: #218838;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__faq-section {
      margin-top: 50px;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__faq-item {
      background-color: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e9ecef;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

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

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__faq-question h3 {
      margin: 0;
      color: #0056b3;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-resources-how-to-play-nohu52-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: #fdfdfd;
      color: #555555;
    }

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

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__conclusion {
      margin-top: 40px;
      padding: 20px;
      background-color: #e6f7ff;
      border-left: 5px solid #007bff;
      border-radius: 5px;
      font-style: italic;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__responsible-gaming {
      margin-top: 40px;
      padding: 20px;
      background-color: #fff3cd;
      border-left: 5px solid #ffc107;
      border-radius: 5px;
      color: #856404;
    }

    .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__responsible-gaming strong {
      color: #856404;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__content-wrapper {
        padding: 20px !important;
        padding-top: 10px !important; /* Ensure content is below header */
      }

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

      .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__section-title {
        font-size: 1.5em;
        margin-top: 30px;
      }

      .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__sub-section-title {
        font-size: 1.2em;
        margin-top: 20px;
      }

      .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__intro-paragraph,
      .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__paragraph,
      .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__list-item {
        font-size: 0.95em;
      }

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

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

      .page-resources-how-to-play-nohu52-no-hu-rules-and-tips-explained__faq-answer {
        padding: 0 10px !important;
      }

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

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