
    /* CSS cho trang 8kbet.com */
    :root {
      --page-8kbetcom-primary-color: #007bff; /* Xanh dương */
      --page-8kbetcom-secondary-color: #6c757d; /* Xám */
      --page-8kbetcom-accent-color: #ffc107; /* Vàng */
      --page-8kbetcom-dark-bg: #1a1a1a; /* Nền tối */
      --page-8kbetcom-light-text: #f8f9fa; /* Chữ sáng */
      --page-8kbetcom-card-bg: #2a2a2a; /* Nền thẻ */
      --page-8kbetcom-border-color: #444; /* Màu viền */
      --page-8kbetcom-hover-color: #0056b3; /* Màu hover */
    }

    .page-8kbetcom {
      font-family: 'Arial', sans-serif;
      color: var(--page-8kbetcom-light-text);
      background-color: var(--page-8kbetcom-dark-bg);
      line-height: 1.6;
    }

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

    /* Hero Section */
    .page-8kbetcom-hero {
      text-align: center;
      padding-bottom: 30px; /* Khoảng trống bên dưới banner */
      position: relative;
      overflow: hidden; /* Đảm bảo nội dung không tràn */
      background-color: #000; /* Màu nền dự phòng cho hero */
      padding-top: 160px; /* Vùng an toàn cho header/menu nổi */
    }

    .page-8kbetcom-hero__image-wrapper {
      width: 100%;
      max-width: 1000px; /* Chiều rộng tối đa cho hình ảnh */
      margin: 0 auto;
      display: block;
      padding: 0 15px; /* Đảm bảo có padding trên màn hình nhỏ */
      box-sizing: border-box;
    }

    .page-8kbetcom-hero__image {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }

    .page-8kbetcom-hero__content {
      padding: 20px 15px;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-8kbetcom-hero h1 {
      color: var(--page-8kbetcom-accent-color);
      font-size: 2.2em;
      margin-bottom: 15px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8kbetcom-hero p {
      font-size: 1.1em;
      color: var(--page-8kbetcom-light-text);
      margin-bottom: 25px;
    }

    /* Floating Login Button */
    .page-8kbetcom-floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
    }

    .page-8kbetcom-floating-button a {
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: linear-gradient(45deg, #ff6b6b, #ee4c4c); /* Gradient hấp dẫn hơn */
      color: white;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
      animation: pulse 2s infinite;
    }

    .page-8kbetcom-floating-button a:hover {
      transform: translateY(-3px) scale(1.05);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    @keyframes pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.05); }
      100% { transform: scale(1); }
    }

    /* General Section Styling */
    .page-8kbetcom-section {
      padding: 40px 0;
      text-align: center;
      border-bottom: 1px solid var(--page-8kbetcom-border-color);
    }

    .page-8kbetcom-section:last-of-type {
      border-bottom: none;
    }

    .page-8kbetcom-section h2 {
      color: var(--page-8kbetcom-primary-color);
      font-size: 2em;
      margin-bottom: 30px;
      position: relative;
    }

    .page-8kbetcom-section h2::after {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      background-color: var(--page-8kbetcom-accent-color);
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-8kbetcom-section p {
      color: var(--page-8kbetcom-light-text);
      max-width: 800px;
      margin: 0 auto 30px;
    }

    /* Game Categories / Product Display */
    .page-8kbetcom-game-grid,
    .page-8kbetcom-provider-grid,
    .page-8kbetcom-payment-grid,
    .page-8kbetcom-ranking-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      padding: 0 15px;
    }
    
    @media (min-width: 768px) {
      .page-8kbetcom-game-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      }
      .page-8kbetcom-provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }
    }


    .page-8kbetcom-game-card,
    .page-8kbetcom-provider-card,
    .page-8kbetcom-payment-card {
      background-color: var(--page-8kbetcom-card-bg);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding: 15px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }

    .page-8kbetcom-game-card:hover,
    .page-8kbetcom-provider-card:hover,
    .page-8kbetcom-payment-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-8kbetcom-game-card img,
    .page-8kbetcom-provider-card img,
    .page-8kbetcom-payment-card img {
      width: 100%;
      height: 120px; /* Chiều cao cố định cho hình ảnh game */
      object-fit: contain; /* Đảm bảo hình ảnh vừa vặn không bị cắt */
      border-radius: 5px;
      margin-bottom: 10px;
    }
    
    .page-8kbetcom-provider-card img {
        height: 60px; /* Chiều cao nhỏ hơn cho logo nhà cung cấp */
    }
    
    .page-8kbetcom-payment-card img {
        height: 60px; /* Chiều cao nhỏ hơn cho logo thanh toán */
    }

    .page-8kbetcom-game-card h3,
    .page-8kbetcom-provider-card h3,
    .page-8kbetcom-payment-card h3 {
      font-size: 1.1em;
      color: var(--page-8kbetcom-accent-color);
      margin-top: 10px;
      min-height: 40px; /* Đảm bảo chiều cao thẻ nhất quán */
      display: flex;
      align-items: center;
      justify-content: center;
      flex-grow: 1;
    }
    
    .page-8kbetcom-game-card a,
    .page-8kbetcom-provider-card a,
    .page-8kbetcom-payment-card a {
        text-decoration: none;
        color: inherit;
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    /* Ranking List */
    .page-8kbetcom-ranking-list {
      list-style: none;
      padding: 0;
      max-width: 600px;
      margin: 30px auto;
      gap: 10px;
      grid-template-columns: 1fr; /* Một cột cho danh sách */
    }

    .page-8kbetcom-ranking-list li {
      background-color: var(--page-8kbetcom-card-bg);
      padding: 15px 20px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 1.1em;
      color: var(--page-8kbetcom-light-text);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
    }
    
    .page-8kbetcom-ranking-list li:hover {
        background-color: #3a3a3a;
    }

    .page-8kbetcom-ranking-list li strong {
      color: var(--page-8kbetcom-accent-color);
      margin-right: 10px;
    }
    
    .page-8kbetcom-ranking-list li span {
        flex-grow: 1;
        text-align: left;
    }

    /* News/Promotions */
    .page-8kbetcom-news-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
      padding: 0 15px;
    }

    .page-8kbetcom-news-card {
      background-color: var(--page-8kbetcom-card-bg);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }

    .page-8kbetcom-news-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

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

    .page-8kbetcom-news-card-content {
      padding: 15px;
    }

    .page-8kbetcom-news-card-content h3 {
      font-size: 1.2em;
      margin-bottom: 10px;
      min-height: 50px; /* Đảm bảo chiều cao thẻ nhất quán */
    }

    .page-8kbetcom-news-card-content h3 a {
      color: var(--page-8kbetcom-primary-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-8kbetcom-news-card-content h3 a:hover {
      color: var(--page-8kbetcom-accent-color);
    }

    .page-8kbetcom-news-card-content p {
      font-size: 0.9em;
      color: var(--page-8kbetcom-secondary-color);
      margin-bottom: 15px;
    }

    .page-8kbetcom-read-more {
      display: inline-block;
      background-color: var(--page-8kbetcom-primary-color);
      color: white;
      padding: 8px 15px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
    }

    .page-8kbetcom-read-more:hover {
      background-color: var(--page-8kbetcom-hover-color);
    }
    
    /* Call to action button */
    .page-8kbetcom-cta-button {
      display: inline-block;
      background-color: var(--page-8kbetcom-accent-color);
      color: var(--page-8kbetcom-dark-bg);
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      margin-top: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
    }

    .page-8kbetcom-cta-button:hover {
      background-color: #ffda6a;
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    }


    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-8kbetcom-hero h1 {
        font-size: 1.8em;
      }

      .page-8kbetcom-hero p {
        font-size: 1em;
      }

      .page-8kbetcom-section h2 {
        font-size: 1.7em;
      }
      
      .page-8kbetcom-game-grid,
      .page-8kbetcom-provider-grid,
      .page-8kbetcom-payment-grid,
      .page-8kbetcom-news-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      }
      
      .page-8kbetcom-floating-button {
          bottom: 15px;
          right: 15px;
      }
      
      .page-8kbetcom-floating-button a {
          padding: 12px 20px;
          font-size: 1em;
      }
      
      .page-8kbetcom-hero {
        padding-top: 140px; /* Điều chỉnh vùng an toàn cho màn hình nhỏ hơn */
      }
    }

    @media (max-width: 480px) {
      .page-8kbetcom-hero h1 {
        font-size: 1.5em;
      }

      .page-8kbetcom-section h2 {
        font-size: 1.5em;
      }
      
      .page-8kbetcom-game-grid,
      .page-8kbetcom-provider-grid,
      .page-8kbetcom-payment-grid,
      .page-8kbetcom-news-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }
      
      .page-8kbetcom-game-card img,
      .page-8kbetcom-provider-card img,
      .page-8kbetcom-payment-card img {
          height: 80px;
      }
      
      .page-8kbetcom-provider-card img,
      .page-8kbetcom-payment-card img {
          height: 50px;
      }
      
      .page-8kbetcom-game-card h3,
      .page-8kbetcom-provider-card h3,
      .page-8kbetcom-payment-card h3 {
          font-size: 0.9em;
      }
      
      .page-8kbetcom-news-card img {
          height: 150px;
      }
      
      .page-8kbetcom-news-card-content h3 {
          font-size: 1em;
      }
    }
  