
    /* CSS cho trang 8kbet */
    .page-8kbet {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      background-color: #f9f9f9;
      line-height: 1.6;
      padding-bottom: 80px; /* Để tạo khoảng trống cho nút nổi */
    }

    .page-8kbet-section {
      padding: 20px 15px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8kbet-hero {
      text-align: center;
      padding: 0; /* Loại bỏ padding để banner sát cạnh */
      margin-bottom: 20px;
      background-color: #f0f0f0;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      overflow: hidden; /* Đảm bảo hình ảnh không tràn ra */
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8kbet-hero-image {
      width: 100%;
      height: auto;
      display: block;
      max-height: 400px; /* Giới hạn chiều cao của banner */
      object-fit: cover; /* Đảm bảo hình ảnh được căn giữa và cắt nếu cần */
    }

    .page-8kbet-hero-content {
      padding: 20px 15px;
    }

    .page-8kbet-hero h1 {
      font-size: 2.2em;
      color: #0056b3;
      margin-top: 10px;
      margin-bottom: 15px;
      font-weight: bold;
      line-height: 1.3;
    }

    .page-8kbet-hero p {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #555;
    }

    .page-8kbet-button {
      display: inline-block;
      background-color: #ff4500;
      color: #fff;
      padding: 12px 25px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }

    .page-8kbet-button:hover {
      background-color: #e03e00;
    }

    .page-8kbet-floating-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      background-color: #28a745;
      color: #fff;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
      white-space: nowrap; /* Đảm bảo nút không bị ngắt dòng */
    }

    .page-8kbet-floating-button:hover {
      background-color: #218838;
      transform: translateX(-50%) translateY(-5px);
    }

    .page-8kbet-title {
      font-size: 1.8em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 25px;
      font-weight: bold;
      position: relative;
    }

    .page-8kbet-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      background-color: #ff4500;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-8kbet-text {
      font-size: 1em;
      color: #444;
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-8kbet-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      justify-content: center; /* Căn giữa các mục trong grid */
      padding: 15px 0;
    }

    .page-8kbet-card {
      background-color: #f0f8ff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 15px;
      text-align: center;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 180px;
    }

    .page-8kbet-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .page-8kbet-card-image {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 10px;
      border-radius: 4px;
    }

    .page-8kbet-card-title {
      font-size: 1.1em;
      font-weight: bold;
      color: #0056b3;
      margin-bottom: 5px;
    }

    .page-8kbet-card-link {
      text-decoration: none;
      color: #0056b3;
    }
    .page-8kbet-card-link:hover {
      text-decoration: underline;
    }

    .page-8kbet-game-provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 15px;
      justify-content: center;
      padding: 15px 0;
    }

    .page-8kbet-provider-logo {
      width: 100%;
      height: 60px;
      object-fit: contain;
      border: 1px solid #eee;
      border-radius: 5px;
      padding: 5px;
      background-color: #fff;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .page-8kbet-provider-logo:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .page-8kbet-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-8kbet-list li {
      background-color: #e6f7ff;
      border-left: 5px solid #007bff;
      padding: 10px 15px;
      margin-bottom: 10px;
      border-radius: 5px;
      color: #333;
      font-size: 1em;
    }

    .page-8kbet-list strong {
      color: #0056b3;
    }

    .page-8kbet-faq-item {
      margin-bottom: 15px;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      overflow: hidden;
    }

    .page-8kbet-faq-question {
      background-color: #007bff;
      color: #fff;
      padding: 15px;
      cursor: pointer;
      font-weight: bold;
      font-size: 1.1em;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background-color 0.3s ease;
    }

    .page-8kbet-faq-question:hover {
      background-color: #0056b3;
    }

    .page-8kbet-faq-question::after {
      content: '+';
      font-size: 1.2em;
      transition: transform 0.3s ease;
    }

    .page-8kbet-faq-question.active::after {
      content: '-';
      transform: rotate(180deg);
    }

    .page-8kbet-faq-answer {
      background-color: #f0f8ff;
      padding: 15px;
      border-top: 1px solid #e0e0e0;
      display: none;
      color: #333;
    }

    /* Responsive adjustments */
    @media (min-width: 768px) {
      .page-8kbet-hero h1 {
        font-size: 3em;
      }
      .page-8kbet-hero p {
        font-size: 1.2em;
      }
      .page-8kbet-title {
        font-size: 2.2em;
      }
      .page-8kbet-section {
        padding: 30px;
      }
      .page-8kbet-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      }
      .page-8kbet-game-provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }
    }

    @media (max-width: 767px) {
      .page-8kbet-hero-image {
        max-height: 250px;
      }
      .page-8kbet-hero h1 {
        font-size: 1.8em;
      }
      .page-8kbet-hero p {
        font-size: 1em;
      }
      .page-8kbet-title {
        font-size: 1.5em;
      }
      .page-8kbet-floating-button {
        width: calc(100% - 40px);
        bottom: 10px;
        padding: 12px 20px;
        font-size: 1.1em;
      }
      .page-8kbet-section {
        padding: 15px;
      }
    }
  