.page-x-s-8kbet {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Adjust for fixed header */
    }

    .page-x-s-8kbet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-x-s-8kbet__section {
      background-color: #fff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-x-s-8kbet__section-title {
      color: #d9534f; /* A strong red for titles */
      text-align: center;
      margin-bottom: 25px;
      font-size: 2.2em;
      font-weight: bold;
      text-transform: uppercase;
    }

    .page-x-s-8kbet__section-subtitle {
      color: #5cb85c; /* A strong green for subtitles */
      text-align: center;
      margin-bottom: 20px;
      font-size: 1.4em;
    }

    .page-x-s-8kbet__text-content {
      font-size: 1.1em;
      margin-bottom: 15px;
      color: #555;
    }

    .page-x-s-8kbet__image-wrapper {
      text-align: center;
      margin: 25px 0;
    }

    .page-x-s-8kbet__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 0 auto;
    }

    .page-x-s-8kbet__button {
      display: inline-block;
      background-color: #d9534f; /* Red button */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      margin: 10px 5px;
      text-align: center;
      cursor: pointer;
      border: none;
      font-size: 1.1em;
    }

    .page-x-s-8kbet__button:hover {
      background-color: #c9302c;
      transform: translateY(-2px);
    }

    .page-x-s-8kbet__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:xoso,8kbet,vietnam,lottery]') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      border-radius: 10px;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden;
    }

    .page-x-s-8kbet__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    .page-x-s-8kbet__hero-content {
      position: relative;
      z-index: 2;
    }

    .page-x-s-8kbet__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-x-s-8kbet__hero-description {
      font-size: 1.4em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    .page-x-s-8kbet__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-x-s-8kbet__quick-access-item {
      background-color: #f2f2f2;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s ease;
      box-sizing: border-box;
    }

    .page-x-s-8kbet__quick-access-item:hover {
      transform: translateY(-5px);
    }

    .page-x-s-8kbet__quick-access-item .page-x-s-8kbet__button {
      margin-top: 15px;
      width: 100%;
    }

    .page-x-s-8kbet__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .page-x-s-8kbet__game-card {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-x-s-8kbet__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .page-x-s-8kbet__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-x-s-8kbet__game-card-content {
      padding: 20px;
    }

    .page-x-s-8kbet__game-card-title {
      font-size: 1.5em;
      color: #d9534f;
      margin-bottom: 10px;
    }

    .page-x-s-8kbet__game-card-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-x-s-8kbet__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .page-x-s-8kbet__promo-card {
      background-color: #e6ffe6; /* Light green for promotions */
      border: 1px solid #cceccc;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
      transition: transform 0.2s ease;
      box-sizing: border-box;
    }

    .page-x-s-8kbet__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-x-s-8kbet__promo-card-title {
      font-size: 1.6em;
      color: #5cb85c;
      margin-bottom: 15px;
    }

    .page-x-s-8kbet__promo-card-description {
      font-size: 1em;
      color: #444;
      margin-bottom: 20px;
    }

    .page-x-s-8kbet__security-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-x-s-8kbet__security-item {
      background-color: #f5f5f5;
      padding: 20px;
      border-left: 5px solid #0275d8; /* Blue accent */
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-x-s-8kbet__security-item-title {
      font-size: 1.3em;
      color: #0275d8;
      margin-bottom: 10px;
    }

    .page-x-s-8kbet__security-item-description {
      font-size: 0.95em;
      color: #555;
    }

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

    .page-x-s-8kbet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #f5f5f5;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-x-s-8kbet__faq-question:hover {
      background-color: #eee;
    }

    .page-x-s-8kbet__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-x-s-8kbet__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #d9534f;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-x-s-8kbet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      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-x-s-8kbet__faq-item.active .page-x-s-8kbet__faq-answer {
      max-height: 2000px !important;
      padding: 20px 20px !important;
      opacity: 1;
    }

    .page-x-s-8kbet__faq-item.active .page-x-s-8kbet__faq-question {
      background-color: #e9e9e9;
    }

    .page-x-s-8kbet__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .page-x-s-8kbet__blog-card {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-x-s-8kbet__blog-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .page-x-s-8kbet__blog-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-x-s-8kbet__blog-card-content {
      padding: 20px;
    }

    .page-x-s-8kbet__blog-card-title {
      font-size: 1.4em;
      color: #d9534f;
      margin-bottom: 10px;
    }

    .page-x-s-8kbet__blog-card-title a {
      text-decoration: none;
      color: inherit;
    }

    .page-x-s-8kbet__blog-card-date {
      font-size: 0.85em;
      color: #999;
      margin-bottom: 10px;
    }

    .page-x-s-8kbet__blog-card-summary {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-x-s-8kbet__blog-card .page-x-s-8kbet__button {
      padding: 8px 15px;
      font-size: 0.9em;
      margin-top: 0;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-x-s-8kbet__container {
        padding: 15px;
      }

      .page-x-s-8kbet__section {
        padding: 20px;
      }

      .page-x-s-8kbet__section-title {
        font-size: 1.8em;
      }

      .page-x-s-8kbet__section-subtitle {
        font-size: 1.2em;
      }

      .page-x-s-8kbet__hero-section {
        padding: 80px 15px;
      }

      .page-x-s-8kbet__hero-title {
        font-size: 2.5em;
      }

      .page-x-s-8kbet__hero-description {
        font-size: 1.2em;
      }

      .page-x-s-8kbet__button {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
      }

      .page-x-s-8kbet__quick-access-grid,
      .page-x-s-8kbet__games-grid,
      .page-x-s-8kbet__promo-grid,
      .page-x-s-8kbet__security-list,
      .page-x-s-8kbet__blog-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-x-s-8kbet__quick-access-item,
      .page-x-s-8kbet__game-card,
      .page-x-s-8kbet__promo-card,
      .page-x-s-8kbet__security-item,
      .page-x-s-8kbet__blog-card {
        width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-x-s-8kbet__faq-question {
        padding: 15px;
      }

      .page-x-s-8kbet__faq-answer {
        padding: 0 15px;
      }

      .page-x-s-8kbet__faq-item.active .page-x-s-8kbet__faq-answer {
        padding: 15px 15px !important;
      }

      .page-x-s-8kbet__blog-card-image {
        height: 180px;
      }
      .page-x-s-8kbet__blog-card-title {
        font-size: 1.2em;
      }
      .page-x-s-8kbet__blog-card-summary {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-x-s-8kbet__security-item-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-x-s-8kbet__game-card-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-x-s-8kbet__promo-card-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-x-s-8kbet__hero-title {
        font-size: 2em;
      }
      .page-x-s-8kbet__hero-description {
        font-size: 1em;
      }
      .page-x-s-8kbet__section-title {
        font-size: 1.5em;
      }
      .page-x-s-8kbet__section-subtitle {
        font-size: 1em;
      }
    }