
    :root {
      --page-xosothabet88__primary-color: #f7b200; /* Vàng cam */
      --page-xosothabet88__secondary-color: #1a1a1a; /* Gần đen */
      --page-xosothabet88__text-color: #ffffff; /* Trắng */
      --page-xosothabet88__dark-bg: #2c3e50; /* Xám đậm */
      --page-xosothabet88__light-bg: #ecf0f1; /* Xám nhạt */
      --page-xosothabet88__accent-color: #e74c3c; /* Đỏ cam */
      --page-xosothabet88__border-color: #34495e; /* Xám xanh */
    }

    .page-xosothabet88 {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-xosothabet88__text-color);
      background-color: var(--page-xosothabet88__secondary-color);
    }

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

    .page-xosothabet88__section {
      padding: 40px 0;
      text-align: center;
      background-color: var(--page-xosothabet88__dark-bg);
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-xosothabet88__section:nth-child(even) {
      background-color: var(--page-xosothabet88__secondary-color);
    }

    .page-xosothabet88__heading-primary {
      font-size: 2.5em;
      color: var(--page-xosothabet88__primary-color);
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-xosothabet88__heading-secondary {
      font-size: 2em;
      color: var(--page-xosothabet88__text-color);
      margin-bottom: 15px;
    }

    .page-xosothabet88__heading-tertiary {
      font-size: 1.5em;
      color: var(--page-xosothabet88__primary-color);
      margin-bottom: 10px;
    }

    .page-xosothabet88__paragraph {
      font-size: 1.1em;
      margin-bottom: 15px;
      color: var(--page-xosothabet88__light-bg);
    }

    .page-xosothabet88__link-button {
      display: inline-block;
      background-color: var(--page-xosothabet88__primary-color);
      color: var(--page-xosothabet88__secondary-color);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      font-size: 1.1em;
      border: none;
      cursor: pointer;
    }

    .page-xosothabet88__link-button:hover {
      background-color: #ffc107;
      transform: translateY(-2px);
    }

    /* Hero Section */
    .page-xosothabet88__hero-section {
      background-color: var(--page-xosothabet88__dark-bg);
      padding-top: 60px; /* Adjust for fixed header */
      padding-bottom: 40px;
      border-radius: 0;
      margin-bottom: 20px;
      text-align: center;
    }
    .page-xosothabet88__hero-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .page-xosothabet88__hero-image {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 8px;
    }
    .page-xosothabet88__hero-content {
        padding: 0 15px;
    }
    .page-xosothabet88__hero-description {
        font-size: 1.2em;
        margin-bottom: 30px;
        color: var(--page-xosothabet88__light-bg);
    }

    /* Game Categories */
    .page-xosothabet88__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-xosothabet88__game-card {
      background-color: var(--page-xosothabet88__secondary-color);
      border: 1px solid var(--page-xosothabet88__border-color);
      border-radius: 8px;
      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-xosothabet88__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .page-xosothabet88__game-card-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    .page-xosothabet88__game-card-image {
      max-width: 100%;
      height: auto;
      border-radius: 4px;
      display: block;
      margin: 0 auto;
    }

    .page-xosothabet88__game-card-title {
      font-size: 1.3em;
      color: var(--page-xosothabet88__primary-color);
      margin-bottom: 10px;
    }

    .page-xosothabet88__game-card-description {
      font-size: 0.95em;
      color: var(--page-xosothabet88__light-bg);
      margin-bottom: 15px;
      flex-grow: 1;
    }

    /* Floating Login Button */
    .page-xosothabet88__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--page-xosothabet88__accent-color);
      color: var(--page-xosothabet88__text-color);
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      animation: page-xosothabet88__pulse 2s infinite;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .page-xosothabet88__floating-button:hover {
      background-color: #c0392b;
      transform: scale(1.05);
      animation: none;
    }

    @keyframes page-xosothabet88__pulse {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.05);
      }
      100% {
        transform: scale(1);
      }
    }

    /* FAQ Section */
    .page-xosothabet88__faq-section {
      text-align: left;
    }

    .page-xosothabet88__faq-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
    }

    .page-xosothabet88__faq-item {
      background-color: var(--page-xosothabet88__secondary-color);
      border: 1px solid var(--page-xosothabet88__border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-xosothabet88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: var(--page-xosothabet88__dark-bg);
      color: var(--page-xosothabet88__text-color);
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-xosothabet88__faq-question:hover {
      background-color: #34495e;
    }

    .page-xosothabet88__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-xosothabet88__primary-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-xosothabet88__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--page-xosothabet88__primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-xosothabet88__faq-item.active .page-xosothabet88__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-xosothabet88__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: var(--page-xosothabet88__secondary-color);
      color: var(--page-xosothabet88__light-bg);
    }

    .page-xosothabet88__faq-item.active .page-xosothabet88__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px !important; /* Final padding when open */
      opacity: 1;
    }

    /* General image styles */
    .page-xosothabet88__image-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin: 20px 0;
    }
    .page-xosothabet88__image {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 8px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-xosothabet88__heading-primary {
        font-size: 1.8em;
      }
      .page-xosothabet88__heading-secondary {
        font-size: 1.5em;
      }
      .page-xosothabet88__heading-tertiary {
        font-size: 1.2em;
      }
      .page-xosothabet88__paragraph {
        font-size: 1em;
      }
      .page-xosothabet88__link-button {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-xosothabet88__hero-section {
        padding-top: 10px !important; /* Ensure content is visible on mobile */
      }
      .page-xosothabet88__section {
        padding: 30px 0;
      }
      .page-xosothabet88__game-categories {
        grid-template-columns: 1fr;
      }
      .page-xosothabet88__floating-button {
        font-size: 0.9em;
        padding: 12px 20px;
        bottom: 15px;
        right: 15px;
      }
      .page-xosothabet88__faq-question {
        padding: 12px 15px;
      }
      .page-xosothabet88__faq-question h3 {
        font-size: 1em;
      }
      .page-xosothabet88__faq-answer {
        padding: 0 15px;
      }
      .page-xosothabet88__faq-item.active .page-xosothabet88__faq-answer {
        padding: 15px !important;
      }

      /* Image responsive adjustments with !important */
      .page-xosothabet88__hero-image-wrapper,
      .page-xosothabet88__game-card-image-wrapper,
      .page-xosothabet88__image-container {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
      }
      .page-xosothabet88__hero-image,
      .page-xosothabet88__game-card-image,
      .page-xosothabet88__image {
          max-width: 100% !important;
          height: auto !important;
      }
    }
  