
    .page-xocdia88club {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-xocdia88club__hero-section {
      position: relative;
      background-color: #000;
      color: #fff;
      text-align: center;
      padding: 60px 20px 40px; /* Adjusted padding-top for fixed header */
      overflow: hidden;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-xocdia88club__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.6;
      z-index: 1;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-xocdia88club__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
      box-sizing: border-box;
    }

    .page-xocdia88club__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #ffe0b2; /* Light orange for contrast */
    }

    .page-xocdia88club__hero-description {
      font-size: 1.1em;
      margin-bottom: 25px;
    }

    .page-xocdia88club__promo-button {
      display: inline-block;
      background-color: #ff5722; /* Deep orange */
      color: #fff;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-xocdia88club__promo-button:hover {
      background-color: #e64a19; /* Darker orange on hover */
    }

    .page-xocdia88club__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #4CAF50; /* Green */
      color: #fff;
      padding: 15px 25px;
      border-radius: 30px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      font-weight: bold;
      font-size: 1.0em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .page-xocdia88club__floating-button:hover {
      background-color: #43A047;
      transform: translateY(-3px);
    }

    .page-xocdia88club__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    .page-xocdia88club__section-title {
      font-size: 2em;
      color: #333;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-xocdia88club__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #ff5722;
      border-radius: 2px;
    }

    .page-xocdia88club__text-content {
      margin-bottom: 20px;
      text-align: justify;
      color: #555;
    }

    .page-xocdia88club__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-xocdia88club__game-item {
      background-color: #fdfdfd;
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-xocdia88club__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

    .page-xocdia88club__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-xocdia88club__game-info {
      padding: 20px 15px;
    }

    .page-xocdia88club__game-title {
      font-size: 1.4em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-xocdia88club__game-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-xocdia88club__game-button {
      background-color: #007bff; /* Blue */
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-xocdia88club__game-button:hover {
      background-color: #0056b3;
    }

    .page-xocdia88club__promotion-card {
      background-color: #fff3e0; /* Light orange background */
      border: 2px solid #ff9800; /* Orange border */
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      margin: 30px auto;
      max-width: 700px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-xocdia88club__promotion-title {
      font-size: 2em;
      color: #ff5722;
      margin-bottom: 15px;
    }

    .page-xocdia88club__promotion-text {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 25px;
    }

    .page-xocdia88club__promotion-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    .page-xocdia88club__faq-section {
      background-color: #f0f4f8; /* Light blue-gray */
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto 20px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-xocdia88club__faq-item {
      background-color: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-xocdia88club__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #fdfdfd;
      border-bottom: 1px solid #eee;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-xocdia88club__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-xocdia88club__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-xocdia88club__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ff5722;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

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

    .page-xocdia88club__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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: #fff;
      color: #555;
      box-sizing: border-box;
    }

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

    .page-xocdia88club__footer-cta {
      text-align: center;
      padding: 30px 20px;
      background-color: #333;
      color: #fff;
      border-radius: 8px;
      margin: 0 auto 20px;
      max-width: 1200px;
      box-sizing: border-box;
    }

    .page-xocdia88club__footer-cta-title {
      font-size: 2em;
      margin-bottom: 15px;
      color: #ffe0b2;
    }

    .page-xocdia88club__footer-cta-text {
      font-size: 1.1em;
      margin-bottom: 25px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-xocdia88club__hero-section {
        padding-top: 50px; /* Adjust for mobile fixed header */
        padding-bottom: 30px;
      }

      .page-xocdia88club__hero-title {
        font-size: 1.8em;
      }

      .page-xocdia88club__hero-description {
        font-size: 1em;
      }

      .page-xocdia88club__promo-button {
        padding: 10px 20px;
        font-size: 1em;
      }

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

      .page-xocdia88club__section {
        padding: 25px 15px;
        margin-bottom: 15px;
      }

      .page-xocdia88club__section-title {
        font-size: 1.7em;
        margin-bottom: 20px;
      }

      .page-xocdia88club__game-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-xocdia88club__game-title {
        font-size: 1.2em;
      }

      .page-xocdia88club__game-description {
        font-size: 0.9em;
      }

      .page-xocdia88club__promotion-card {
        padding: 20px;
        margin: 20px auto;
      }

      .page-xocdia88club__promotion-title {
        font-size: 1.6em;
      }

      .page-xocdia88club__promotion-text {
        font-size: 1em;
      }

      .page-xocdia88club__faq-section {
        padding: 25px 15px;
        margin-bottom: 15px;
      }

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

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

      .page-xocdia88club__faq-answer {
        padding: 15px !important; /* Adjusted padding for mobile */
      }

      .page-xocdia88club__footer-cta {
        padding: 20px 15px;
        margin-bottom: 15px;
      }

      .page-xocdia88club__footer-cta-title {
        font-size: 1.6em;
      }

      .page-xocdia88club__footer-cta-text {
        font-size: 1em;
      }
    }

    /* Ensure all list items and images are responsive */
    .page-xocdia88club ul,
    .page-xocdia88club ol {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-xocdia88club ul li,
    .page-xocdia88club ol li {
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-xocdia88club img {
        max-width: 100%;
        height: auto;
        display: block;
        box-sizing: border-box;
    }

    @media (max-width: 768px) {
        .page-xocdia88club ul,
        .page-xocdia88club ol {
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
        }

        .page-xocdia88club ul li,
        .page-xocdia88club ol li {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 10px 0 !important; /* Adjusted padding for readability */
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-xocdia88club img {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
    }
  