
    :root {
      --primary-color: #007bff;
      --secondary-color: #6c757d;
      --accent-color: #ffc107;
      --text-color: #333;
      --background-color: #f8f9fa;
      --card-background: #ffffff;
      --border-color: #e0e0e0;
      --hover-color: #0056b3;
    }

    body {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--background-color);
      margin: 0;
      padding: 0;
    }

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

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__hero-section {
      background-color: #0a192f; /* Dark background for hero */
      color: #ffffff;
      padding: 60px 20px 40px; /* Adjusted padding-top for fixed header */
      text-align: center;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

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

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 20px;
      color: #e0e0e0;
    }

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__cta-button {
      display: inline-block;
      background-color: var(--primary-color);
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

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

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__content-section {
      background-color: var(--card-background);
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

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

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__content-subtitle {
      font-size: 1.5em;
      color: var(--text-color);
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__paragraph {
      margin-bottom: 15px;
      font-size: 1.05em;
      line-height: 1.7;
    }

    .page-resources-how-to-play-68gb-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 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 8px;
    }

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

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__list-item {
      margin-bottom: 8px;
      font-size: 1.05em;
    }

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__highlight {
      font-weight: bold;
      color: var(--primary-color);
    }

    /* FAQ Section */
    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__faq-section {
      background-color: var(--card-background);
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

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

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

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

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

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-resources-how-to-play-68gb-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(--text-color);
      font-size: 1.05em;
    }

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-68gb-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-68gb-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    /* Conclusion Summary */
    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__summary-box {
      background-color: #e9f7ff;
      border-left: 5px solid var(--primary-color);
      padding: 20px;
      margin-top: 30px;
      margin-bottom: 25px;
      border-radius: 0 8px 8px 0;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__summary-text {
      font-size: 1.1em;
      font-style: italic;
      color: #0056b3;
    }

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

      .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__hero-section {
        padding: 50px 15px 30px; /* Adjusted for mobile */
        margin-bottom: 20px;
      }

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

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

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

      .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__content-title {
        font-size: 1.6em;
      }

      .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__content-subtitle {
        font-size: 1.3em;
      }

      .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__paragraph,
      .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__list-item,
      .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__faq-question h3,
      .page-resources-how-to-play-68gb-no-hu-rules-and-tips-explained__faq-answer {
        font-size: 0.95em;
      }

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

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

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