
    /* CSS styles for the current page */
    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #f9f9f9;
      padding-top: 60px; /* Adjust for fixed header */
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__container {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__title {
      color: #0056b3;
      text-align: center;
      margin-bottom: 25px;
      font-size: 2.5em;
      font-weight: bold;
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__section-title {
      color: #0056b3;
      font-size: 2em;
      margin-top: 35px;
      margin-bottom: 20px;
      border-bottom: 2px solid #eee;
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__sub-section-title {
      color: #007bff;
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

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

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__image-wrapper {
      text-align: center;
      margin: 30px 0;
    }

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

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

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

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__strong {
      font-weight: bold;
      color: #0056b3;
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__call-to-action {
      text-align: center;
      margin: 40px 0;
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__button {
      display: inline-block;
      background-color: #28a745;
      color: white;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__button:hover {
      background-color: #218838;
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__summary {
      background-color: #e9f7ff;
      border-left: 5px solid #007bff;
      padding: 20px;
      margin: 30px 0;
      border-radius: 5px;
      font-style: italic;
      color: #333;
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__faq-section {
      margin-top: 40px;
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__faq-item {
      background-color: #f0f8ff;
      border: 1px solid #dcdcdc;
      margin-bottom: 10px;
      border-radius: 5px;
      overflow: hidden;
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e0f2f7;
      cursor: pointer;
      font-weight: bold;
      color: #0056b3;
      transition: background-color 0.3s ease;
      user-select: none;
    }

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

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

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

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

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #333;
      background-color: #f8fcfd;
    }

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

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__conclusion {
      margin-top: 40px;
      padding-top: 20px;
      border-top: 1px solid #eee;
      text-align: justify;
      color: #555;
    }

    .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__anchor-link {
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners {
        padding: 15px;
        padding-top: 10px; /* Mobile header padding */
      }

      .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__container {
        padding: 20px;
      }

      .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__title {
        font-size: 1.8em;
      }

      .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__section-title {
        font-size: 1.5em;
      }

      .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__sub-section-title {
        font-size: 1.2em;
      }

      .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }

      .page-resources-how-to-play-f88bet-sports-betting-quick-start-guide-for-beginners__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

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

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

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