
    /* CSS cho trang 789bet link mới */
    .page-789betlink {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #e0e0e0; /* Màu chữ tổng thể */
      background-color: #1a1a2e; /* Nền tối */
      line-height: 1.6;
      padding-bottom: 80px; /* Khoảng trống cho nút nổi */
    }

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

    /* Banner Section */
    .page-789betlink-hero {
      text-align: center;
      padding: 20px 0;
      background-color: #0f0f1c; /* Nền banner */
      border-bottom: 3px solid #e94560;
      margin-bottom: 20px;
    }

    .page-789betlink-hero-image {
      width: 100%;
      max-width: 600px;
      height: auto;
      border-radius: 10px;
      margin-bottom: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }

    .page-789betlink-hero h1 {
      font-size: 2.2em;
      color: #e94560; /* Màu đỏ nổi bật */
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-789betlink-hero p {
      font-size: 1.1em;
      color: #f0f0f0;
      max-width: 800px;
      margin: 0 auto 20px auto;
    }

    .page-789betlink-button {
      display: inline-block;
      background-color: #00bcd4; /* Màu xanh nổi bật */
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      border: none;
      cursor: pointer;
    }

    .page-789betlink-button:hover {
      background-color: #0097a7;
      transform: translateY(-2px);
    }

    /* Floating Login Button */
    .page-789betlink-floating-btn {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #e94560; /* Màu đỏ */
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.2s ease;
      animation: pulse 2s infinite; /* Hiệu ứng rung */
    }

    .page-789betlink-floating-btn:hover {
      background-color: #c23850;
      transform: translateX(-50%) translateY(-3px);
    }

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

    /* General Section Styling */
    .page-789betlink-section {
      background-color: #2a2a4a; /* Nền section */
      margin-bottom: 20px;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .page-789betlink-section h2 {
      color: #00bcd4; /* Màu xanh tiêu đề */
      font-size: 1.8em;
      margin-bottom: 20px;
      text-align: center;
      border-bottom: 2px solid #3f3f6a;
      padding-bottom: 10px;
    }

    .page-789betlink-section h3 {
      color: #e94560; /* Màu đỏ tiêu đề con */
      font-size: 1.4em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-789betlink-section p {
      margin-bottom: 15px;
      color: #cccccc;
    }

    .page-789betlink-section ul {
      list-style-type: none;
      padding-left: 0;
    }

    .page-789betlink-section ul li {
      background-color: #3f3f6a; /* Nền list item */
      margin-bottom: 10px;
      padding: 10px 15px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      color: #ffffff;
    }

    .page-789betlink-section ul li::before {
      content: "⭐";
      margin-right: 10px;
    }

    /* Game Products Grid */
    .page-789betlink-games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-789betlink-game-card {
      background-color: #3f3f6a; /* Nền card game */
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-789betlink-game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.6);
    }

    .page-789betlink-game-card img {
      width: 100%;
      height: 120px; /* Chiều cao cố định cho ảnh */
      object-fit: cover;
      display: block;
    }

    .page-789betlink-game-card-info {
      padding: 15px;
    }

    .page-789betlink-game-card h4 {
      color: #00bcd4;
      font-size: 1.1em;
      margin-bottom: 10px;
    }

    .page-789betlink-game-card .page-789betlink-button-small {
      display: block;
      background-color: #e94560;
      color: #ffffff;
      padding: 8px 15px;
      border-radius: 20px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
      margin-top: 10px;
    }

    .page-789betlink-game-card .page-789betlink-button-small:hover {
      background-color: #c23850;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-789betlink-hero h1 {
        font-size: 1.8em;
      }
      .page-789betlink-hero p {
        font-size: 1em;
      }
      .page-789betlink-section h2 {
        font-size: 1.6em;
      }
      .page-789betlink-floating-btn {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-789betlink-games-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }
      .page-789betlink-game-card img {
        height: 100px;
      }
      .page-789betlink-game-card h4 {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-789betlink-hero h1 {
        font-size: 1.5em;
      }
      .page-789betlink-hero p {
        font-size: 0.9em;
      }
      .page-789betlink-button {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-789betlink-floating-btn {
        padding: 10px 20px;
        font-size: 1em;
        width: 90%;
        bottom: 10px;
      }
      .page-789betlink-games-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }
      .page-789betlink-game-card img {
        height: 80px;
      }
      .page-789betlink-game-card h4 {
        font-size: 0.9em;
      }
      .page-789betlink-game-card-info {
        padding: 10px;
      }
      .page-789betlink-section {
        padding: 15px;
      }
    }
  