
    :root {
      --page-primary-color: #007bff;
      --page-secondary-color: #6c757d;
      --page-accent-color: #ffc107;
      --page-text-color: #343a40;
      --page-background-color: #f8f9fa;
      --page-card-background: #ffffff;
      --page-border-color: #dee2e6;
      --page-heading-color: #212529;
    }

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-background-color);
      padding: 20px 0;
    }

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 15px; /* Adjust padding-top to clear fixed header */
      box-sizing: border-box;
    }

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__hero-section {
      text-align: center;
      padding: 10px 0 40px 0; /* Ensures content below header, desktop */
      background: linear-gradient(135deg, var(--page-primary-color) 0%, #0056b3 100%);
      color: #ffffff;
      margin-bottom: 30px;
      border-radius: 8px;
    }
    
    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__hero-section h1 {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffffff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__hero-section p {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto;
      opacity: 0.9;
    }

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

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

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__section h3 {
      color: var(--page-primary-color);
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__section p {
      margin-bottom: 15px;
      color: var(--page-text-color);
    }

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

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      transition: transform 0.3s ease;
    }

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__image:hover {
      transform: scale(1.02);
    }

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

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__list-item {
      margin-bottom: 10px;
      color: var(--page-text-color);
    }

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__list-item strong {
      color: var(--page-primary-color);
    }

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__cta-button {
      display: inline-block;
      background-color: var(--page-accent-color);
      color: var(--page-heading-color);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 20px;
      transition: background-color 0.3s ease, transform 0.2s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

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

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

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

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

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

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

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

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

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    .page-resources-how-to-play-thabet88-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.3s ease;
      background-color: var(--page-card-background);
      color: var(--page-text-color);
    }

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

    .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__summary {
      background-color: #e9f7ff;
      border-left: 5px solid var(--page-primary-color);
      padding: 20px;
      margin-bottom: 25px;
      border-radius: 8px;
      font-style: italic;
      color: var(--page-heading-color);
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__container {
        padding: 10px 10px !important; /* Mobile padding for fixed header */
      }

      .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__hero-section {
        padding: 10px 15px 30px 15px; /* Mobile padding for fixed header */
      }

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

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

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

      .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__section h2 {
        font-size: 1.6em;
      }

      .page-resources-how-to-play-thabet88-no-hu-rules-and-tips-explained__section h3 {
        font-size: 1.3em;
      }

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

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

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

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

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

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