
    /* CSS cho trang page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners */
    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f9f9f9;
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
      padding-top: 60px; /* Điều chỉnh cho header cố định */
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__header {
      text-align: center;
      margin-bottom: 40px;
      padding-top: 10px; /* Đảm bảo nội dung không bị che bởi header cố định */
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__header-title {
      color: #0056b3;
      font-size: 2.5em;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__intro-paragraph {
      font-size: 1.1em;
      color: #555;
      max-width: 800px;
      margin: 0 auto 30px auto;
      text-align: center;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__section {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
      padding: 30px;
    }

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

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

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__content-paragraph {
      margin-bottom: 15px;
      color: #444;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__list {
      list-style-type: disc;
      margin-left: 25px;
      margin-bottom: 15px;
      color: #444;
    }

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

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

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

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__blockquote {
      background-color: #e6f7ff;
      border-left: 5px solid #007bff;
      padding: 15px 20px;
      margin: 20px 0;
      font-style: italic;
      color: #0056b3;
      border-radius: 4px;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__summary {
      background-color: #f0f8ff;
      border-left: 5px solid #28a745;
      padding: 20px;
      margin: 40px 0;
      border-radius: 8px;
      color: #333;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__summary-title {
      color: #28a745;
      font-size: 1.8em;
      margin-bottom: 15px;
    }

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

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__faq-title {
      color: #0056b3;
      font-size: 2em;
      margin-bottom: 25px;
      text-align: center;
    }

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

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #f0f0f0;
      color: #333;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none; /* Ngăn h3 chặn sự kiện click */
    }

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

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn toggle chặn sự kiện click */
      color: #007bff;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__faq-item.active .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__faq-toggle {
      transform: rotate(45deg); /* Dấu cộng thành dấu trừ (X) */
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__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: #555;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__faq-item.active .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa nội dung */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__conclusion {
      text-align: center;
      margin-top: 50px;
      padding-top: 30px;
      border-top: 1px solid #eee;
      color: #555;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__conclusion-title {
      color: #0056b3;
      font-size: 2em;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__cta-button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      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;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

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

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

    /* Điều chỉnh Responsive */
    @media (max-width: 768px) {
      .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners {
        padding: 15px;
        padding-top: 55px; /* Điều chỉnh cho header cố định trên di động */
      }

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

      .page-resources-how-to-play-bi88-sports-betting-quick-start-guide-for-beginners__intro-paragraph {
        font-size: 1em;
      }

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

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

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

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

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

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