
    /* CSS cho trang Câu hỏi thường gặp về 8kbet cc tại Việt Nam */
    .page-resources-faq-about-8kbetcc-in-vietnam {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      padding-top: 10px; /* Điều chỉnh để tránh bị che bởi header cố định */
      max-width: 1200px;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      padding: 60px 20px;
      text-align: center;
      margin-bottom: 40px;
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      padding-top: 70px; /* Đảm bảo không bị che bởi header */
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__cta-button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 12px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__section-title {
      font-size: 2em;
      color: #2c3e50;
      margin-bottom: 25px;
      text-align: center;
      border-bottom: 2px solid #fdbb2d;
      padding-bottom: 10px;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__introduction {
      font-size: 1.1em;
      margin-bottom: 30px;
      text-align: justify;
      color: #555;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__faq-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      transition: box-shadow 0.3s ease;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__faq-item:hover {
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #f2f2f2;
      cursor: pointer;
      user-select: none;
      font-size: 1.15em;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__faq-question:hover {
      background-color: #eaeaea;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #666;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__faq-item.active .page-resources-faq-about-8kbetcc-in-vietnam__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__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.3s ease;
      background-color: #fff;
      color: #555;
      font-size: 1em;
      text-align: justify;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__faq-item.active .page-resources-faq-about-8kbetcc-in-vietnam__faq-answer {
      max-height: 2000px !important; /* Use !important to ensure override */
      padding: 20px 15px !important; /* Use !important to ensure override */
      opacity: 1;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__final-cta {
      text-align: center;
      margin-top: 40px;
      background-color: #e0f2f7;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__final-cta h3 {
      font-size: 1.8em;
      color: #2c3e50;
      margin-bottom: 15px;
    }

    .page-resources-faq-about-8kbetcc-in-vietnam__final-cta p {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 25px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-faq-about-8kbetcc-in-vietnam {
        padding-top: 10px; /* Mobile adjust */
      }
      .page-resources-faq-about-8kbetcc-in-vietnam__hero-section {
        padding: 50px 15px;
        padding-top: 60px; /* Mobile adjust */
      }
      .page-resources-faq-about-8kbetcc-in-vietnam__hero-title {
        font-size: 2em;
      }
      .page-resources-faq-about-8kbetcc-in-vietnam__hero-description {
        font-size: 1em;
      }
      .page-resources-faq-about-8kbetcc-in-vietnam__section-title {
        font-size: 1.6em;
      }
      .page-resources-faq-about-8kbetcc-in-vietnam__faq-question {
        font-size: 1em;
        padding: 15px;
      }
      .page-resources-faq-about-8kbetcc-in-vietnam__faq-toggle {
        font-size: 1.3em;
      }
      .page-resources-faq-about-8kbetcc-in-vietnam__faq-answer {
        font-size: 0.95em;
      }
      .page-resources-faq-about-8kbetcc-in-vietnam__final-cta h3 {
        font-size: 1.5em;
      }
      .page-resources-faq-about-8kbetcc-in-vietnam__final-cta p {
        font-size: 1em;
      }
      .page-resources-faq-about-8kbetcc-in-vietnam__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-faq-about-8kbetcc-in-vietnam__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  