
    /* Tổng thể */
    .page-188bet {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding-bottom: 80px; /* Cho nút nổi */
    }

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

    /* Tiêu đề */
    .page-188bet h1, .page-188bet h2, .page-188bet h3 {
      color: #0056b3; /* Màu xanh đậm */
      margin-bottom: 20px;
      text-align: center;
      font-weight: bold;
    }

    .page-188bet h1 {
      font-size: 2.5em;
      color: #cc0000; /* Màu đỏ nổi bật */
      margin-top: 20px;
    }

    .page-188bet h2 {
      font-size: 2em;
      border-bottom: 2px solid #eee;
      padding-bottom: 10px;
      margin-top: 40px;
      color: #0056b3;
    }

    .page-188bet h3 {
      font-size: 1.5em;
      color: #007bff;
      margin-top: 30px;
    }

    .page-188bet p {
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-188bet a {
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
    }

    .page-188bet a:hover {
      text-decoration: underline;
      color: #0056b3;
    }

    /* Hero Section */
    .page-188bet__hero-section {
      text-align: center;
      padding: 10px 0 40px 0; /* Đã thêm padding-top để tránh bị che bởi header cố định */
      background-color: #e9ecef;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
    }

    .page-188bet__hero-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-188bet__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
    }

    .page-188bet__hero-content {
      padding: 0 15px;
    }

    .page-188bet__hero-content h1 {
      color: #cc0000;
      margin-bottom: 15px;
    }

    .page-188bet__hero-content p {
      font-size: 1.1em;
      color: #555;
      max-width: 800px;
      margin: 0 auto 25px auto;
    }

    .page-188bet__cta-button {
      display: inline-block;
      background-color: #28a745; /* Màu xanh lá cây */
      color: white;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      text-transform: uppercase;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-188bet__cta-button:hover {
      background-color: #218838;
      transform: translateY(-3px);
      text-decoration: none;
    }

    /* Floating Login Button */
    .page-188bet__floating-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ffc107; /* Màu vàng nổi bật */
      color: #333;
      padding: 15px 25px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap; /* Ngăn nút xuống dòng */
    }

    .page-188bet__floating-button:hover {
      background-color: #e0a800;
      transform: translateX(-50%) translateY(-3px);
      text-decoration: none;
      color: #333;
    }

    /* Game Categories */
    .page-188bet__game-categories {
      margin-bottom: 40px;
      background-color: #fff;
      padding: 30px 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-188bet__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      text-align: center;
    }

    .page-188bet__game-item {
      background-color: #f0f8ff;
      padding: 20px 15px;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-188bet__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }

    .page-188bet__game-item-image-wrapper {
      width: 100%;
      max-width: 250px; /* Increased size */
      height: auto;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 15px;
      border-radius: 8px;
    }

    .page-188bet__game-item-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-188bet__game-item h3 {
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 1.1em;
      color: #007bff;
      pointer-events: none; /* Ngăn chặn h3 chặn click */
    }

    /* Promotions */
    .page-188bet__promotions-section {
      background-color: #ffe0b2; /* Màu cam nhạt */
      padding: 40px 15px;
      margin-bottom: 40px;
      text-align: center;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-188bet__promotions-section h2 {
      color: #d64700; /* Màu cam đậm */
      margin-bottom: 25px;
    }

    .page-188bet__promotion-card {
      background-color: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
      text-align: left;
    }

    .page-188bet__promotion-card h3 {
      color: #cc0000;
      margin-top: 0;
    }

    /* Guide Section */
    .page-188bet__guide-section {
      background-color: #fff;
      padding: 30px 15px;
      margin-bottom: 40px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-188bet__guide-step {
      margin-bottom: 25px;
      padding: 20px;
      background-color: #f0f8ff;
      border-left: 5px solid #007bff;
      border-radius: 5px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }

    .page-188bet__guide-step h3 {
      color: #007bff;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-188bet__guide-step p {
      margin-bottom: 0;
    }

    /* Why Choose Section */
    .page-188bet__why-choose-section {
      background-color: #e6f7ff; /* Màu xanh nhạt */
      padding: 40px 15px;
      margin-bottom: 40px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-188bet__why-choose-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    .page-188bet__why-choose-item {
      background-color: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-188bet__why-choose-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }

    .page-188bet__why-choose-item h3 {
      color: #0056b3;
      margin-top: 15px;
      margin-bottom: 10px;
    }

    .page-188bet__why-choose-item p {
      color: #666;
      font-size: 0.95em;
      text-align: center;
    }

    .page-188bet__why-choose-image-wrapper {
      width: 100%;
      max-width: 300px; /* Increased size */
      height: auto;
      overflow: hidden;
      box-sizing: border-box;
      margin: 0 auto 15px auto;
      border-radius: 8px;
    }

    .page-188bet__why-choose-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    /* FAQ Section */
    .page-188bet__faq-section {
      background-color: #fff;
      padding: 30px 15px;
      margin-bottom: 40px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-188bet__faq-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-188bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-188bet__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-188bet__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #0056b3;
      text-align: left;
      flex-grow: 1;
      pointer-events: none; /* Ngăn chặn h3 chặn click */
    }

    .page-188bet__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Ngăn chặn toggle icon chặn click */
      transition: transform 0.3s ease;
    }

    .page-188bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #f9f9f9;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

    .page-188bet__faq-answer p {
      padding-top: 15px;
      padding-bottom: 15px;
      margin: 0;
      text-align: left;
    }

    .page-188bet__faq-item.active .page-188bet__faq-answer {
      max-height: 2000px !important; /* Đảm bảo đủ cao cho nội dung */
      padding: 20px !important;
      opacity: 1;
    }

    .page-188bet__faq-item.active .page-188bet__faq-toggle {
      transform: rotate(45deg); /* Chuyển dấu '+' thành 'x' hoặc '-' */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-188bet__container {
        padding: 0 10px;
      }

      .page-188bet h1 {
        font-size: 2em;
      }

      .page-188bet h2 {
        font-size: 1.7em;
      }

      .page-188bet h3 {
        font-size: 1.3em;
      }

      .page-188bet__hero-section {
        padding-top: 10px; /* Đảm bảo khoảng cách trên di động */
      }

      .page-188bet__hero-content p {
        font-size: 1em;
      }

      .page-188bet__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-188bet__floating-button {
        width: calc(100% - 40px);
        left: 20px;
        transform: translateX(0);
        bottom: 15px;
        padding: 12px 15px;
        font-size: 1em;
        box-sizing: border-box;
      }

      .page-188bet__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }

      .page-188bet__game-item h3 {
        font-size: 1em;
      }

      .page-188bet__why-choose-grid {
        grid-template-columns: 1fr;
      }

      .page-188bet__faq-question {
        padding: 12px 15px;
      }

      .page-188bet__faq-question h3 {
        font-size: 1em;
      }

      .page-188bet__faq-answer {
        padding: 0 15px;
      }

      .page-188bet__faq-item.active .page-188bet__faq-answer {
        padding: 15px !important;
      }
      
      /* Responsive image adjustments */
      .page-188bet__hero-image,
      .page-188bet__game-item-image,
      .page-188bet__why-choose-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-188bet__hero-image-wrapper,
      .page-188bet__game-item-image-wrapper,
      .page-188bet__why-choose-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  