
    /* Tổng thể */
    .page-pg88slotapp {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding: 20px 0;
    }

    .page-pg88slotapp__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    /* Tiêu đề */
    .page-pg88slotapp__heading-primary {
      font-size: 2.5em;
      color: #0a4c8c;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 0;
    }

    .page-pg88slotapp__heading-secondary {
      font-size: 2em;
      color: #0a4c8c;
      margin-top: 40px;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-pg88slotapp__heading-tertiary {
      font-size: 1.5em;
      color: #0a4c8c;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    /* Đoạn văn */
    .page-pg88slotapp__paragraph {
      margin-bottom: 15px;
      text-align: justify;
    }

    /* Nút hành động */
    .page-pg88slotapp__button {
      display: inline-block;
      background-color: #ff4500;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      text-align: center;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-pg88slotapp__button:hover {
      background-color: #e03e00;
    }

    /* Hero Section */
    .page-pg88slotapp__hero-section {
      background-color: #0a4c8c;
      color: #fff;
      padding: 10px 0 50px 0; /* Adjusted padding-top for fixed header */
      text-align: center;
      position: relative;
      overflow: hidden;
      margin-bottom: 30px;
    }

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

    .page-pg88slotapp__hero-image {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%;
      object-fit: cover;
    }

    .page-pg88slotapp__hero-content {
      position: relative;
      z-index: 1;
      padding: 0 15px;
    }

    .page-pg88slotapp__hero-content .page-pg88slotapp__heading-primary {
      color: #fff;
      font-size: 3em;
      margin-bottom: 15px;
    }

    .page-pg88slotapp__hero-content .page-pg88slotapp__paragraph {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Các phần nội dung */
    .page-pg88slotapp__section {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
    }

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

    .page-pg88slotapp__step-item {
      background-color: #f0f8ff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
      text-align: center;
      box-sizing: border-box;
    }

    .page-pg88slotapp__step-number {
      font-size: 2.5em;
      color: #ff4500;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .page-pg88slotapp__step-title {
      font-size: 1.3em;
      color: #0a4c8c;
      margin-bottom: 10px;
    }

    .page-pg88slotapp__step-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 15px 0;
    }

    .page-pg88slotapp__step-image {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%;
      border-radius: 5px;
      object-fit: cover;
    }

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

    .page-pg88slotapp__game-card {
      background-color: #f0f8ff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-pg88slotapp__game-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 200px; /* Fixed height for game images */
    }

    .page-pg88slotapp__game-image {
      width: 100%;
      height: 100%;
      display: block;
      max-width: 100%;
      object-fit: cover;
    }

    .page-pg88slotapp__game-title {
      font-size: 1.2em;
      color: #0a4c8c;
      padding: 15px;
      margin: 0;
    }

    /* Khuyến mãi */
    .page-pg88slotapp__promo-banner {
      background-color: #ff4500;
      color: #fff;
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      margin-top: 30px;
    }

    .page-pg88slotapp__promo-banner .page-pg88slotapp__heading-secondary {
      color: #fff;
      margin-top: 0;
    }

    .page-pg88slotapp__promo-banner .page-pg88slotapp__paragraph {
      font-size: 1.1em;
      margin-bottom: 25px;
    }

    /* Floating Login Button */
    .page-pg88slotapp__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ff4500;
      color: #fff;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 1.1em;
      border: none;
      cursor: pointer;
    }

    .page-pg88slotapp__floating-button:hover {
      background-color: #e03e00;
      transform: translateY(-3px);
    }

    /* FAQ Section */
    .page-pg88slotapp__faq-section {
      margin-top: 40px;
    }

    .page-pg88slotapp__faq-list {
      list-style: none;
      padding: 0;
    }

    .page-pg88slotapp__faq-item {
      background-color: #f0f8ff;
      border: 1px solid #e0e0e0;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-pg88slotapp__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #e6f2ff;
      color: #0a4c8c;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-pg88slotapp__faq-question:hover {
      background-color: #d0e7ff;
    }

    .page-pg88slotapp__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
    }

    .page-pg88slotapp__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event on parent */
    }

    .page-pg88slotapp__faq-item.active .page-pg88slotapp__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or similar effect */
      content: '−'; /* Visually change */
    }

    .page-pg88slotapp__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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;
      background-color: #fdfdfd;
      text-align: justify;
    }

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

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

      .page-pg88slotapp__hero-section {
        padding: 10px 0 30px 0; /* Adjusted padding-top for fixed header on mobile */
      }

      .page-pg88slotapp__hero-content .page-pg88slotapp__heading-primary {
        font-size: 2em;
      }

      .page-pg88slotapp__hero-content .page-pg88slotapp__paragraph {
        font-size: 1em;
      }

      .page-pg88slotapp__heading-primary {
        font-size: 2em;
      }

      .page-pg88slotapp__heading-secondary {
        font-size: 1.5em;
        margin-top: 30px;
      }

      .page-pg88slotapp__heading-tertiary {
        font-size: 1.2em;
        margin-top: 25px;
      }

      .page-pg88slotapp__section {
        padding: 20px;
        margin-bottom: 20px;
      }

      .page-pg88slotapp__step-list,
      .page-pg88slotapp__game-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-pg88slotapp__step-item,
      .page-pg88slotapp__game-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-pg88slotapp__step-image-wrapper,
      .page-pg88slotapp__game-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-pg88slotapp__step-image,
      .page-pg88slotapp__game-image,
      .page-pg88slotapp__hero-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-pg88slotapp__promo-banner {
        padding: 20px;
      }

      .page-pg88slotapp__floating-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-pg88slotapp__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

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

      .page-pg88slotapp__faq-item.active .page-pg88slotapp__faq-answer {
        padding: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-pg88slotapp__hero-content .page-pg88slotapp__heading-primary {
        font-size: 1.8em;
      }
      .page-pg88slotapp__heading-primary {
        font-size: 1.8em;
      }
      .page-pg88slotapp__floating-button {
        font-size: 0.9em;
        padding: 10px 18px;
        bottom: 10px;
        right: 10px;
      }
    }
  