
    /* Tổng thể */
    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners {
      font-family: 'Arial', sans-serif;
      background-color: #000000; /* Nền đen */
      color: #FFFFFF; /* Chữ trắng */
      line-height: 1.6;
      padding-bottom: 50px; /* Khoảng cách với footer */
    }

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

    /* Tiêu đề */
    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners h1 {
      color: #FFD700; /* Vàng */
      text-align: center;
      margin-bottom: 30px;
      font-size: 2.5em;
      padding-top: 20px; /* Để tránh bị header che */
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners h2 {
      color: #FFD700; /* Vàng */
      font-size: 2em;
      margin-top: 40px;
      margin-bottom: 20px;
      border-bottom: 2px solid #FFD700;
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners h3 {
      color: #FFFFFF; /* Trắng */
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners p {
      margin-bottom: 15px;
      font-size: 1.1em;
      color: #F0F0F0;
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners strong {
      color: #FFD700;
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners a {
      color: #FFD700; /* Vàng cho liên kết */
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners a:hover {
      color: #FFFACD; /* Vàng nhạt hơn khi hover */
      text-decoration: underline;
    }

    /* Hero Section */
    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__hero-section {
      text-align: center;
      padding: 150px 20px 60px; /* Đảm bảo an toàn cho header cố định */
      background-color: #1a1a1a;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
    }
    
    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__hero-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

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

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__hero-tagline {
      font-size: 1.5em;
      color: #FFFFFF;
      margin-bottom: 20px;
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__promo-button {
      display: inline-block;
      background-color: #FFD700; /* Vàng */
      color: #000000; /* Đen */
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      text-transform: uppercase;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
      border: none;
      cursor: pointer;
      text-decoration: none; /* Đảm bảo không có gạch chân */
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__promo-button:hover {
      background-color: #FFFACD; /* Vàng nhạt hơn */
      transform: translateY(-3px);
      box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
    }

    /* Nội dung chính */
    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__section {
      margin-bottom: 40px;
    }

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

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__list-item {
      margin-bottom: 10px;
      font-size: 1.1em;
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__image-wrapper {
      width: 100%;
      max-width: 800px;
      margin: 30px auto;
      overflow: hidden;
      box-sizing: border-box;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__content-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    /* FAQ Section */
    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__faq-section {
      margin-top: 50px;
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__faq-item {
      margin-bottom: 15px;
      border: 1px solid #333333;
      border-radius: 8px;
      overflow: hidden;
    }

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

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

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

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

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__faq-item.active .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__faq-toggle {
      transform: rotate(45deg); /* Biến dấu '+' thành 'x' hoặc '-' tùy chỉnh */
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #2a2a2a;
      color: #F0F0F0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      font-size: 1.1em;
    }

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

    /* Kết luận */
    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__conclusion {
      margin-top: 50px;
      padding: 30px;
      background-color: #1a1a1a;
      border-left: 5px solid #FFD700;
      border-radius: 0 8px 8px 0;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__conclusion p {
      font-size: 1.15em;
      color: #F0F0F0;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners h1 {
        font-size: 2em;
      }

      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners h2 {
        font-size: 1.7em;
        margin-top: 30px;
      }

      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners h3 {
        font-size: 1.3em;
      }

      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners p,
      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__list-item {
        font-size: 1em;
      }

      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__hero-section {
        padding: 100px 15px 40px; /* Đảm bảo an toàn cho header cố định trên mobile */
      }

      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__promo-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      
      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__content-image,
      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__hero-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__image-wrapper,
      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__hero-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

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

      .page-resources-how-to-play-gacam67-sports-betting-quick-start-guide-for-beginners__faq-answer {
        padding: 15px !important; /* important cho mobile */
        font-size: 0.95em;
      }
    }
  