
    :root {
      --page-primary-color: #0056b3; /* Xanh đậm */
      --page-secondary-color: #007bff; /* Xanh sáng */
      --page-accent-color: #ffc107; /* Vàng */
      --page-text-color: #333333; /* Xám đậm */
      --page-light-text-color: #ffffff; /* Trắng */
      --page-background-color: #f8f9fa; /* Xám nhạt */
      --page-card-background: #ffffff;
      --page-border-color: #e0e0e0;
      --page-font-family: 'Arial', sans-serif;
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners {
      font-family: var(--page-font-family);
      color: var(--page-text-color);
      line-height: 1.6;
      background-color: var(--page-background-color);
      padding: 20px 0;
    }

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

    /* Fixed Navigation Bar Spacing */
    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__hero-section {
      padding-top: 10px; /* Desktop spacing for fixed header */
      background-color: var(--page-primary-color);
      color: var(--page-light-text-color);
      text-align: center;
      padding-bottom: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-light-text-color);
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__hero-subtitle {
      font-size: 1.3em;
      max-width: 800px;
      margin: 0 auto;
    }

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

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

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

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

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 25px 0;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__list {
      list-style: none;
      padding: 0;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__list-item {
      background-color: var(--page-background-color);
      margin-bottom: 10px;
      padding: 12px 15px;
      border-left: 4px solid var(--page-secondary-color);
      border-radius: 4px;
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__highlight {
      font-weight: bold;
      color: var(--page-primary-color);
    }

    /* FAQ Section */
    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__faq-section {
      background-color: var(--page-card-background);
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

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

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__faq-item {
      border: 1px solid var(--page-border-color);
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__faq-item.active {
      border-color: var(--page-secondary-color);
      box-shadow: 0 0 15px rgba(0, 123, 255, 0.1);
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f8ff; /* Light blue background for question */
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: var(--page-primary-color);
      transition: background-color 0.3s ease;
    }

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

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

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

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

    .page-resources-how-to-play-f16878vip-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);
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__faq-item.active .page-resources-how-to-play-f16878vip-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-f16878vip-sports-betting-quick-start-guide-for-beginners__summary {
      font-style: italic;
      color: var(--page-secondary-color);
      padding: 15px 20px;
      background-color: #e9f7ff;
      border-left: 5px solid var(--page-secondary-color);
      border-radius: 5px;
      margin-bottom: 25px;
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__disclaimer {
      background-color: #fff3cd; /* Light yellow for warning */
      color: #856404; /* Dark yellow text */
      padding: 20px;
      border-radius: 8px;
      margin-top: 30px;
      border: 1px solid #ffeeba;
    }

    .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__disclaimer p {
      margin: 0;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__container {
        padding: 0 15px;
      }

      .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__hero-section {
        padding-top: 10px; /* Mobile spacing for fixed header */
        padding-bottom: 30px;
        margin-bottom: 20px;
      }

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

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

      .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__section {
        padding: 20px;
        margin-bottom: 15px;
      }

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

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

      .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__list-item {
        padding: 10px 12px;
      }

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

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

      .page-resources-how-to-play-f16878vip-sports-betting-quick-start-guide-for-beginners__faq-toggle {
        font-size: 1.2em;
      }

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

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

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

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