
    /* CSS cho trang fun88 nhà cái */
    :root {
      --page-fun88bet-primary-color: #e44d26; /* Màu cam đỏ */
      --page-fun88bet-secondary-color: #0056b3; /* Màu xanh đậm */
      --page-fun88bet-background-light: #f8f8f8;
      --page-fun88bet-text-dark: #333;
      --page-fun88bet-text-light: #fff;
      --page-fun88bet-accent-color: #ffcc00; /* Màu vàng */
    }

    .page-fun88bet {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-fun88bet-text-dark);
      background-color: var(--page-fun88bet-background-light);
      padding-bottom: 80px; /* Đủ chỗ cho nút nổi trên di động */
      margin: 0;
    }

    .page-fun88bet-section {
      padding: 20px 15px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      max-width: 1200px; /* Giới hạn chiều rộng nội dung */
      margin-left: auto;
      margin-right: auto;
    }

    .page-fun88bet-section.page-fun88bet-hero {
      background-color: var(--page-fun88bet-secondary-color);
      color: var(--page-fun88bet-text-light);
      text-align: center;
      padding: 0;
      border-radius: 0;
      box-shadow: none;
      overflow: hidden;
      margin-bottom: 20px;
    }

    .page-fun88bet-hero-banner {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      max-height: 250px; /* Giới hạn chiều cao banner trên di động */
    }

    .page-fun88bet-hero-content {
      padding: 20px 15px;
      text-align: center;
    }

    .page-fun88bet-hero h1 {
      font-size: 2.2em;
      margin-bottom: 10px;
      color: var(--page-fun88bet-text-light);
      text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
      word-wrap: break-word; /* Đảm bảo tiêu đề dài không tràn */
    }

    .page-fun88bet-hero p {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: var(--page-fun88bet-accent-color);
    }

    .page-fun88bet-buttons-fixed {
      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);
      z-index: 1000;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    }

    .page-fun88bet-btn {
      display: inline-block;
      padding: 12px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      flex: 1;
      margin: 0 5px;
      white-space: nowrap; /* Ngăn chữ xuống dòng */
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 48%; /* Đảm bảo vừa trên màn hình nhỏ */
    }

    .page-fun88bet-btn-register {
      background-color: var(--page-fun88bet-primary-color);
      color: var(--page-fun88bet-text-light);
      border: 2px solid var(--page-fun88bet-primary-color);
    }

    .page-fun88bet-btn-register:hover {
      background-color: #c74121;
      transform: translateY(-2px);
    }

    .page-fun88bet-btn-login {
      background-color: var(--page-fun88bet-accent-color);
      color: var(--page-fun88bet-text-dark);
      border: 2px solid var(--page-fun88bet-accent-color);
    }

    .page-fun88bet-btn-login:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-fun88bet h2 {
      color: var(--page-fun88bet-primary-color);
      font-size: 1.8em;
      margin-bottom: 15px;
      text-align: center;
    }

    .page-fun88bet h3 {
      color: var(--page-fun88bet-secondary-color);
      font-size: 1.4em;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .page-fun88bet p {
      margin-bottom: 10px;
      color: var(--page-fun88bet-text-dark);
    }

    .page-fun88bet-product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 15px;
      margin-top: 20px;
      text-align: center;
    }

    .page-fun88bet-product-card {
      background-color: var(--page-fun88bet-background-light);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      transition: transform 0.2s ease;
      text-decoration: none;
      color: var(--page-fun88bet-text-dark);
    }

    .page-fun88bet-product-card:hover {
      transform: translateY(-5px);
    }

    .page-fun88bet-product-card img {
      width: 100%;
      height: 120px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-fun88bet-product-card h4 {
      font-size: 1.1em;
      padding: 10px;
      margin: 0;
      color: var(--page-fun88bet-secondary-color);
    }

    .page-fun88bet-list {
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 15px;
    }

    .page-fun88bet-list li {
      margin-bottom: 8px;
      color: var(--page-fun88bet-text-dark);
    }

    .page-fun88bet-providers,
    .page-fun88bet-payments {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-top: 15px;
    }

    .page-fun88bet-logo-item {
      padding: 8px 12px;
      background-color: #eee;
      border-radius: 5px;
      font-size: 0.9em;
      font-weight: bold;
      color: var(--page-fun88bet-text-dark);
      white-space: nowrap;
    }

    /* Responsive adjustments */
    @media (min-width: 768px) {
      .page-fun88bet-section {
        padding: 30px 40px;
      }

      .page-fun88bet-hero h1 {
        font-size: 3em;
      }

      .page-fun88bet-hero-banner {
        max-height: 400px; /* Cao hơn trên desktop */
      }

      .page-fun88bet-product-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      }

      .page-fun88bet-product-card img {
        height: 150px;
      }

      .page-fun88bet-buttons-fixed {
        bottom: 20px; /* Nút nổi cao hơn một chút trên desktop */
        right: 20px;
        left: auto;
        width: auto;
        flex-direction: column;
        gap: 10px;
        padding: 15px;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.7);
        max-width: 180px; /* Giới hạn chiều rộng */
      }

      .page-fun88bet-btn {
        margin: 0;
        max-width: none; /* Bỏ giới hạn chiều rộng trên desktop */
      }
    }
  