
    .page-888new10-com {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 120px; /* Space for floating buttons */
    }

    .page-888new10-com__header-logo {
      text-align: center;
      padding: 15px 0;
      background-color: #2c2c2c;
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
      padding-top: 10px; /* Small decorative top padding, body handles main offset */
    }

    .page-888new10-com__header-logo h1 {
      margin: 0;
      font-size: 2.2em;
      color: #ffcc00;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-shadow: 0 0 8px rgba(255, 204, 0, 0.7);
    }

    .page-888new10-com__hero-section {
      position: relative;
      background-image: url('[GALLERY:hero:1920x1080:betting_platform,vietnam,mobile_gaming]');
      background-size: cover;
      background-position: center;
      color: #ffffff;
      text-align: center;
      padding: 80px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
      box-sizing: border-box;
      padding-top: 10px; /* Small decorative top padding */
    }

    .page-888new10-com__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    .page-888new10-com__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-888new10-com__hero-content h2 {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-shadow: 0 0 10px rgba(255, 204, 0, 0.8);
    }

    .page-888new10-com__hero-content p {
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    .page-888new10-com__cta-button {
      display: inline-block;
      background-color: #e60000;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-888new10-com__cta-button:hover {
      background-color: #cc0000;
      transform: translateY(-2px);
    }

    .page-888new10-com__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-around;
      padding: 15px 10px;
      background-color: rgba(0, 0, 0, 0.9);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.7);
      z-index: 1000;
      gap: 10px;
    }

    .page-888new10-com__floating-buttons .page-888new10-com__cta-button {
      flex: 1;
      text-align: center;
      padding: 12px 0;
      font-size: 1em;
      background-color: #007bff; /* Blue for Đăng Ký */
    }

    .page-888new10-com__floating-buttons .page-888new10-com__cta-button--login {
      background-color: #28a745; /* Green for Đăng Nhập */
    }

    .page-888new10-com__section {
      padding: 40px 20px;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-888new10-com__section h2 {
      font-size: 2.5em;
      color: #ffcc00;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-888new10-com__section h2::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #e60000;
    }

    .page-888new10-com__section p {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #cccccc;
    }

    .page-888new10-com__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-888new10-com__game-item {
      background-color: #2c2c2c;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-888new10-com__game-item:hover {
      transform: translateY(-5px);
    }

    .page-888new10-com__game-item img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 3px solid #e60000;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-888new10-com__game-item h3 {
      font-size: 1.5em;
      color: #ffcc00;
      margin: 20px 0 10px;
      padding: 0 15px;
    }

    .page-888new10-com__game-item p {
      font-size: 0.95em;
      color: #b0b0b0;
      padding: 0 15px;
      margin-bottom: 15px;
    }

    .page-888new10-com__promotion-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 40px;
      list-style: none;
      padding: 0;
    }

    .page-888new10-com__promotion-item {
      background-color: #2c2c2c;
      border-left: 5px solid #e60000;
      padding: 25px;
      border-radius: 8px;
      text-align: left;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
      box-sizing: border-box;
    }

    .page-888new10-com__promotion-item h3 {
      color: #ffcc00;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-888new10-com__promotion-item p {
      color: #cccccc;
      font-size: 1em;
      margin-bottom: 15px;
    }

    .page-888new10-com__promotion-item .page-888new10-com__cta-button {
      font-size: 0.9em;
      padding: 10px 20px;
      background-color: #e60000;
    }

    .page-888new10-com__why-choose-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 40px;
      list-style: none;
      padding: 0;
    }

    .page-888new10-com__why-choose-item {
      background-color: #2c2c2c;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
      box-sizing: border-box;
      text-align: center;
    }

    .page-888new10-com__why-choose-item img {
      width: 250px;
      height: 200px;
      object-fit: contain;
      margin-bottom: 15px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-888new10-com__why-choose-item h3 {
      color: #ffcc00;
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-888new10-com__why-choose-item p {
      color: #cccccc;
      font-size: 0.95em;
    }

    .page-888new10-com__faq-section {
      background-color: #1a1a1a;
      padding: 40px 20px;
      max-width: 900px;
      margin: 0 auto;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    }

    .page-888new10-com__faq-section h2 {
      color: #ffcc00;
      margin-bottom: 30px;
      font-size: 2.5em;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

    .page-888new10-com__faq-section h2::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #e60000;
    }

    .page-888new10-com__faq-item {
      background-color: #2c2c2c;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .page-888new10-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      cursor: pointer;
      background-color: #3a3a3a;
      color: #f0f0f0;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
      border-bottom: 1px solid #444;
    }

    .page-888new10-com__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-888new10-com__faq-question h3 {
      margin: 0;
      color: #ffcc00;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-888new10-com__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e60000;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-888new10-com__faq-item.active .page-888new10-com__faq-toggle {
      transform: rotate(45deg);
    }

    .page-888new10-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      color: #cccccc;
      text-align: left;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-888new10-com__faq-item.active .page-888new10-com__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-888new10-com__news-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-888new10-com__news-item {
      background-color: #2c2c2c;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease;
      text-align: left;
      box-sizing: border-box;
    }

    .page-888new10-com__news-item:hover {
      transform: translateY(-5px);
    }

    .page-888new10-com__news-item img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-bottom: 3px solid #e60000;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-888new10-com__news-content {
      padding: 20px;
    }

    .page-888new10-com__news-content h3 {
      font-size: 1.3em;
      color: #ffcc00;
      margin-bottom: 10px;
      word-wrap: break-word;
    }

    .page-888new10-com__news-content p {
      font-size: 0.9em;
      color: #b0b0b0;
      margin-bottom: 15px;
      word-wrap: break-word;
    }

    .page-888new10-com__news-date {
      font-size: 0.8em;
      color: #888888;
      margin-top: 10px;
    }

    @media (max-width: 768px) {
      .page-888new10-com__header-logo h1 {
        font-size: 1.8em;
      }

      .page-888new10-com__hero-content h2 {
        font-size: 2em;
      }

      .page-888new10-com__hero-content p {
        font-size: 1em;
      }

      .page-888new10-com__section {
        padding: 30px 15px;
      }

      .page-888new10-com__section h2 {
        font-size: 2em;
      }

      .page-888new10-com__game-grid,
      .page-888new10-com__promotion-list,
      .page-888new10-com__why-choose-list,
      .page-888new10-com__news-grid {
        grid-template-columns: 1fr;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-888new10-com__game-item,
      .page-888new10-com__promotion-item,
      .page-888new10-com__why-choose-item,
      .page-888new10-com__news-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
      }

      .page-888new10-com__game-item img,
      .page-888new10-com__why-choose-item img,
      .page-888new10-com__news-item img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-888new10-com__floating-buttons {
        padding: 10px 5px;
      }

      .page-888new10-com__floating-buttons .page-888new10-com__cta-button {
        font-size: 0.9em;
        padding: 10px 0;
      }

      .page-888new10-com__faq-section {
        padding: 30px 15px;
      }

      .page-888new10-com__faq-question {
        padding: 15px;
        font-size: 1em;
      }

      .page-888new10-com__faq-question h3 {
        font-size: 1em;
      }

      .page-888new10-com__faq-answer {
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-888new10-com__news-content h3,
      .page-888new10-com__news-content p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
    }
  