
    :root {
      --page-primary-color: #0056b3;
      --page-secondary-color: #007bff;
      --page-accent-color: #28a745;
      --page-text-color: #333;
      --page-light-text-color: #f8f9fa;
      --page-background-color: #f4f7f6;
      --page-card-background: #ffffff;
      --page-border-color: #e0e0e0;
      --page-shadow-light: rgba(0, 0, 0, 0.08);
      --page-shadow-medium: rgba(0, 0, 0, 0.15);
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-background-color);
      padding: 10px 0; /* Adjusted for fixed header */
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      background-color: var(--page-card-background);
      border-radius: 8px;
      box-shadow: 0 4px 12px var(--page-shadow-light);
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__hero-section {
      background: linear-gradient(135deg, var(--page-primary-color), var(--page-secondary-color));
      color: var(--page-light-text-color);
      padding: 60px 20px;
      border-radius: 8px;
      margin-bottom: 30px;
      text-align: center;
      padding-top: 70px; /* Ensure content is below fixed header */
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: 700;
      line-height: 1.2;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto;
      opacity: 0.9;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__section {
      margin-bottom: 40px;
      padding: 20px;
      background-color: var(--page-card-background);
      border-radius: 8px;
      box-shadow: 0 2px 8px var(--page-shadow-light);
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__section-title {
      font-size: 2em;
      color: var(--page-primary-color);
      margin-bottom: 25px;
      border-bottom: 3px solid var(--page-accent-color);
      padding-bottom: 10px;
      text-align: left;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__subsection-title {
      font-size: 1.5em;
      color: var(--page-secondary-color);
      margin-top: 30px;
      margin-bottom: 15px;
      text-align: left;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__paragraph {
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__list {
      list-style: disc inside;
      margin-bottom: 20px;
      padding-left: 20px;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__list-item {
      margin-bottom: 10px;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__image-wrapper {
      margin: 30px 0;
      text-align: center;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 12px var(--page-shadow-medium);
      display: block;
      margin: 0 auto;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__note {
      background-color: #e6f7ff;
      border-left: 5px solid var(--page-secondary-color);
      padding: 15px;
      margin: 25px 0;
      border-radius: 4px;
      color: #004085;
      font-style: italic;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-section {
      background-color: var(--page-card-background);
      padding: 30px 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px var(--page-shadow-light);
      margin-top: 40px;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-title {
      font-size: 2em;
      color: var(--page-primary-color);
      margin-bottom: 30px;
      text-align: center;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-item {
      border: 1px solid var(--page-border-color);
      border-radius: 6px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f9f9f9;
      cursor: pointer;
      font-size: 1.1em;
      font-weight: 600;
      color: var(--page-text-color);
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
      font-size: 1.1em;
      font-weight: 600;
      color: var(--page-text-color);
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-question:hover {
      background-color: #eef;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--page-secondary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-item.active .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-toggle {
      transform: rotate(45deg); /* Plus to X effect */
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: var(--page-card-background);
      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(--page-text-color);
      text-align: justify;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-item.active .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__disclaimer {
      font-size: 0.9em;
      color: #777;
      margin-top: 40px;
      padding: 20px;
      background-color: #fff3cd;
      border-left: 5px solid #ffc107;
      border-radius: 4px;
      text-align: center;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__link {
      color: var(--page-secondary-color);
      text-decoration: none;
      font-weight: 600;
    }

    .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__link:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners {
        padding: 10px 0 !important; /* Ensure content is below fixed header on mobile */
      }
      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__container {
        padding: 15px;
        margin: 0 10px;
      }

      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__hero-section {
        padding: 40px 15px;
        padding-top: 50px; /* Ensure content is below fixed header */
      }

      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__hero-title {
        font-size: 2em;
      }

      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__hero-description {
        font-size: 1em;
      }

      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__section-title {
        font-size: 1.6em;
        margin-bottom: 20px;
      }

      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__subsection-title {
        font-size: 1.3em;
        margin-top: 25px;
        margin-bottom: 10px;
      }

      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }

      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-answer {
        padding: 0 10px;
      }

      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-item.active .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__faq-answer {
        padding: 15px 10px !important;
      }

      .page-resources-how-to-play-thabet88-sports-betting-quick-start-guide-for-beginners__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  