
    :root {
      --ph7-primary-color: #e44d26; /* A vibrant, energetic color */
      --ph7-secondary-color: #333;
      --ph7-text-color: #333;
      --ph7-light-text-color: #f8f8f8;
      --ph7-background-color: #f4f7f6;
      --ph7-card-background: #ffffff;
      --ph7-border-color: #ddd;
      --ph7-accent-color: #007bff; /* For links and buttons */
      --ph7-highlight-color: #ffc107; /* For promotions */
    }

    /* Base styles for the page */
    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--ph7-text-color);
      background-color: var(--ph7-background-color);
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__hero-section {
      text-align: center;
      background-color: var(--ph7-secondary-color);
      color: var(--ph7-light-text-color);
      padding: 80px 20px 40px; /* Increased padding-top for fixed header */
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__hero-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: var(--ph7-highlight-color);
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__cta-button {
      display: inline-block;
      background-color: var(--ph7-primary-color);
      color: var(--ph7-light-text-color);
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__cta-button:hover {
      background-color: #ff6a40;
    }

    /* Content Sections */
    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__section {
      background-color: var(--ph7-card-background);
      margin: 20px auto;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      max-width: 900px; /* Content width */
      box-sizing: border-box;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__section-title {
      color: var(--ph7-primary-color);
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--ph7-border-color);
      padding-bottom: 10px;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__subsection-title {
      color: var(--ph7-secondary-color);
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__paragraph {
      margin-bottom: 15px;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__list {
      list-style-type: disc;
      margin-left: 25px;
      margin-bottom: 15px;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__list-item {
      margin-bottom: 8px;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__image-full-width {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 20px 0;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__anchor-link {
      color: var(--ph7-accent-color);
      text-decoration: none;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__anchor-link:hover {
      color: var(--ph7-primary-color);
      text-decoration: underline;
    }

    /* FAQ Section */
    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-section {
      margin-top: 40px;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-item {
      background-color: var(--ph7-card-background);
      border: 1px solid var(--ph7-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-resourcse-how-to-play-ph7-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;
      user-select: none;
      font-weight: bold;
      color: var(--ph7-secondary-color);
      transition: background-color 0.3s ease;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-question h3 {
        margin: 0;
        font-size: 1.2em;
        flex-grow: 1;
        pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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(--ph7-text-color);
    }

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

    .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-item.active .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or similar */
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__hero-section {
        padding: 70px 15px 30px; /* Adjust padding-top for mobile fixed header */
      }

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

      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__hero-subtitle {
        font-size: 1em;
      }

      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__section {
        padding: 20px;
        margin: 15px auto;
      }

      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__section-title {
        font-size: 1.7em;
      }

      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__subsection-title {
        font-size: 1.3em;
      }

      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__list {
        margin-left: 20px;
      }

      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-question {
        padding: 12px 15px;
      }

      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-question h3 {
        font-size: 1.1em;
      }

      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-toggle {
        font-size: 1.3em;
      }

      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__faq-answer {
        padding: 0 15px;
      }

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

      /* Responsive images */
      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__hero-image,
      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__image-full-width {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resourcse-how-to-play-ph7-sports-betting-quick-start-guide-for-beginners__hero-image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  