
    /* CSS cho trang 8kbet com */
    .page-8kbet {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a1a; /* Nền tối */
      color: #f8f9fa; /* Chữ sáng */
      line-height: 1.6;
      padding-bottom: 80px; /* Khoảng trống cho nút nổi */
    }

    .page-8kbet-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 15px;
    }

    .page-8kbet-section {
      margin-bottom: 40px;
      padding: 20px;
      background-color: #2a2a2a; /* Nền phần nội dung */
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-8kbet-section h1,
    .page-8kbet-section h2,
    .page-8kbet-section h3 {
      color: #e44d26; /* Màu cam nổi bật cho tiêu đề */
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-8kbet-section h1 {
      font-size: 2.2em;
      padding-top: 20px;
    }

    .page-8kbet-section h2 {
      font-size: 1.8em;
    }

    .page-8kbet-section h3 {
      font-size: 1.4em;
    }

    .page-8kbet-banner {
      width: 100%;
      height: 200px; /* Chiều cao cố định cho banner trên di động */
      overflow: hidden;
      margin-bottom: 20px;
      position: relative;
      border-radius: 8px;
    }

    .page-8kbet-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Đảm bảo hình ảnh che phủ hoàn toàn */
      display: block;
    }

    .page-8kbet-banner-text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.6);
        color: #f8f9fa;
        padding: 10px;
        text-align: center;
        font-size: 1.1em;
        font-weight: bold;
    }

    .page-8kbet-floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.8);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }

    .page-8kbet-floating-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-grow: 1;
      padding: 12px 10px;
      margin: 0 5px;
      background-color: #e44d26; /* Màu cam nổi bật */
      color: #fff;
      text-decoration: none;
      border-radius: 50px;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      text-align: center;
      white-space: nowrap; /* Ngăn nút xuống dòng */
    }

    .page-8kbet-floating-buttons a:hover {
      background-color: #ff6f40;
    }

    .page-8kbet-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 15px;
      margin-top: 20px;
    }

    .page-8kbet-card {
      background-color: #3a3a3a;
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

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

    .page-8kbet-card img {
      width: 100%;
      height: 120px;
      object-fit: cover;
      display: block;
    }

    .page-8kbet-card-content {
      padding: 15px 10px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .page-8kbet-card-content h3 {
      font-size: 1.1em;
      margin-top: 0;
      margin-bottom: 10px;
      color: #f8f9fa; /* Màu chữ tiêu đề card */
    }

    .page-8kbet-card-content a {
      color: #007bff; /* Màu xanh cho link trong card */
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-8kbet-card-content a:hover {
      color: #66b3ff;
    }

    .page-8kbet-text-block {
      padding: 15px 0;
    }

    .page-8kbet-text-block p {
      margin-bottom: 15px;
      color: #ccc;
    }

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

    .page-8kbet-list li {
      background-color: #3a3a3a;
      margin-bottom: 10px;
      padding: 15px;
      border-left: 5px solid #e44d26;
      border-radius: 5px;
      color: #f8f9fa;
    }

    .page-8kbet-list li strong {
        color: #e44d26;
    }

    .page-8kbet-promo-text {
        background-color: #e44d26;
        color: #fff;
        padding: 15px;
        border-radius: 8px;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        margin-top: 20px;
    }

    /* Responsive adjustments */
    @media (min-width: 768px) {
      .page-8kbet-banner {
        height: 300px; /* Chiều cao banner trên tablet/desktop */
      }
      .page-8kbet-section h1 {
        font-size: 2.8em;
      }
      .page-8kbet-section h2 {
        font-size: 2.2em;
      }
      .page-8kbet-floating-buttons {
        position: fixed; /* Giữ nổi */
        bottom: 20px; /* Cách đáy 20px */
        right: 20px; /* Cách phải 20px */
        left: auto; /* Bỏ left:0 */
        width: auto; /* Chiều rộng tự động */
        flex-direction: column; /* Xếp dọc */
        padding: 10px;
        border-radius: 15px;
        background-color: rgba(0, 0, 0, 0.7);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      }
      .page-8kbet-floating-buttons a {
        width: 180px; /* Chiều rộng cố định cho nút */
        margin: 5px 0;
        font-size: 1em;
      }
      .page-8kbet {
        padding-bottom: 0; /* Không cần khoảng trống ở dưới trên desktop */
      }
    }

    @media (min-width: 1024px) {
      .page-8kbet-banner {
        height: 400px;
      }
      .page-8kbet-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      }
    }
  