
    /* Tổng quan */
    .page-king88 {
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      line-height: 1.6;
      color: #333333;
      background-color: #f8f8f8;
      padding: 20px 0;
    }

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

    /* Tiêu đề chính */
    .page-king88-hero {
      background: linear-gradient(135deg, #007bff, #0056b3);
      color: #ffffff;
      padding: 60px 20px;
      text-align: center;
      border-radius: 10px;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-king88-hero h1 {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: #ffffff;
    }

    .page-king88-hero p {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 30px auto;
      color: #e0f2f7;
    }

    .page-king88-cta-button {
      display: inline-block;
      background-color: #28a745;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 50px;
      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.2);
    }

    .page-king88-cta-button:hover {
      background-color: #218838;
      transform: translateY(-2px);
    }

    /* Phần nội dung chung */
    .page-king88-section {
      background-color: #ffffff;
      padding: 40px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    .page-king88-section h2 {
      font-size: 2em;
      color: #0056b3;
      margin-bottom: 25px;
      border-bottom: 2px solid #e0f2f7;
      padding-bottom: 10px;
    }

    .page-king88-section h3 {
      font-size: 1.5em;
      color: #007bff;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .page-king88-section p {
      margin-bottom: 15px;
      color: #444444;
    }

    .page-king88-section ul {
      list-style-type: disc;
      margin-left: 25px;
      margin-bottom: 15px;
    }

    .page-king88-section ol {
      list-style-type: decimal;
      margin-left: 25px;
      margin-bottom: 15px;
    }

    .page-king88-section li {
      margin-bottom: 8px;
      color: #444444;
    }

    .page-king88-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin: 20px 0;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    /* Lưới trò chơi */
    .page-king88-game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-king88-game-card {
      background-color: #f0f8ff;
      border: 1px solid #e0f2f7;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-king88-game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-king88-game-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .page-king88-game-card h4 {
      font-size: 1.3em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-king88-game-card p {
      font-size: 0.95em;
      color: #555555;
      flex-grow: 1;
      margin-bottom: 15px;
    }

    .page-king88-game-card .page-king88-cta-button {
      padding: 10px 20px;
      font-size: 0.9em;
      border-radius: 25px;
    }

    /* Bảng */
    .page-king88-table-responsive {
      overflow-x: auto;
      margin-top: 20px;
    }

    .page-king88-table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
      min-width: 600px; /* Đảm bảo bảng không quá nhỏ trên di động */
    }

    .page-king88-table th, .page-king88-table td {
      border: 1px solid #ddd;
      padding: 12px 15px;
      text-align: left;
      color: #333333;
    }

    .page-king88-table th {
      background-color: #007bff;
      color: #ffffff;
      font-weight: bold;
    }

    .page-king88-table tr:nth-child(even) {
      background-color: #f2f2f2;
    }

    .page-king88-table tr:hover {
      background-color: #e9f5ff;
    }

    /* Các nút hành động */
    .page-king88-action-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .page-king88-action-buttons .page-king88-cta-button {
      background-color: #007bff;
    }

    .page-king88-action-buttons .page-king88-cta-button:hover {
      background-color: #0056b3;
    }

    /* Phần đánh giá */
    .page-king88-review-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
      padding: 20px;
      background-color: #f0f8ff;
      border-left: 5px solid #007bff;
      border-radius: 5px;
    }

    .page-king88-review-item img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin-right: 20px;
      object-fit: cover;
      flex-shrink: 0;
    }

    .page-king88-review-content h4 {
      margin-top: 0;
      color: #0056b3;
      font-size: 1.2em;
    }

    .page-king88-review-content .page-king88-rating {
      color: #ffc107; /* Màu vàng sao */
      margin-bottom: 10px;
      font-size: 1.1em;
    }

    .page-king88-review-content p {
      font-size: 0.95em;
      color: #555555;
    }

    /* Quảng cáo nổi */
    .page-king88-floating-ad {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #dc3545; /* Màu đỏ nổi bật */
        color: #ffffff;
        padding: 15px 25px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        z-index: 1000;
        text-align: center;
        transition: transform 0.3s ease;
        animation: page-king88-bounce 2s infinite;
    }
    .page-king88-floating-ad:hover {
        transform: translateY(-5px);
        animation: none;
    }
    .page-king88-floating-ad p {
        margin: 0 0 10px 0;
        font-weight: bold;
        font-size: 1.1em;
    }
    .page-king88-floating-ad .page-king88-cta-button {
        background-color: #ffc107; /* Màu vàng cho nút */
        color: #333333;
        padding: 10px 20px;
        font-size: 1em;
        border-radius: 30px;
        font-weight: bold;
    }
    .page-king88-floating-ad .page-king88-cta-button:hover {
        background-color: #e0a800;
        color: #ffffff;
    }

    @keyframes page-king88-bounce {
        0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
        40% {transform: translateY(-10px);}
        60% {transform: translateY(-5px);}
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-king88-hero h1 {
        font-size: 2.2em;
      }
      .page-king88-hero p {
        font-size: 1em;
      }
      .page-king88-section {
        padding: 25px;
      }
      .page-king88-section h2 {
        font-size: 1.8em;
      }
      .page-king88-section h3 {
        font-size: 1.3em;
      }
      .page-king88-game-grid {
        grid-template-columns: 1fr;
      }
      .page-king88-review-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .page-king88-review-item img {
        margin-right: 0;
        margin-bottom: 15px;
      }
      .page-king88-floating-ad {
          bottom: 10px;
          right: 10px;
          padding: 10px 15px;
          font-size: 0.9em;
      }
      .page-king88-floating-ad p {
          font-size: 1em;
      }
      .page-king88-floating-ad .page-king88-cta-button {
          padding: 8px 15px;
          font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-king88-hero h1 {
        font-size: 1.8em;
      }
      .page-king88-cta-button {
        padding: 12px 25px;
        font-size: 0.95em;
      }
      .page-king88-section h2 {
        font-size: 1.6em;
      }
      .page-king88-section h3 {
        font-size: 1.2em;
      }
    }
  