
    :root {
      --page-primary-color: #e44d26; /* Màu cam đỏ */
      --page-secondary-color: #333; /* Màu đen xám */
      --page-accent-color: #007bff; /* Màu xanh dương */
      --page-background-light: #f5f5f5; /* Nền sáng */
      --page-text-color: #333;
      --page-text-light: #fff;
    }

    .page-https-123b-123-com {
      font-family: 'Arial', sans-serif;
      color: var(--page-text-color);
      line-height: 1.6;
      background-color: var(--page-background-light);
      padding-top: 10px; /* Adjust for fixed header, assuming body padding is handled by shared CSS */
    }

    .page-https-123b-123-com__hero-section {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('[GALLERY:hero:1920x1080:casino,gaming,banner,123b]') no-repeat center center/cover;
      color: var(--page-text-light);
      position: relative;
      overflow: hidden;
      margin-bottom: 20px;
    }

    .page-https-123b-123-com__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffd700; /* Vàng kim */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      word-wrap: break-word;
    }

    .page-https-123b-123-com__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
    }

    .page-https-123b-123-com__button {
      display: inline-block;
      padding: 12px 25px;
      background-color: var(--page-primary-color);
      color: var(--page-text-light);
      text-decoration: none;
      border-radius: 8px;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }

    .page-https-123b-123-com__button:hover {
      background-color: #ff6f42; /* Màu cam sáng hơn */
      transform: translateY(-2px);
    }

    .page-https-123b-123-com__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 10px 20px;
      border-radius: 50px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-https-123b-123-com__floating-buttons .page-https-123b-123-com__button {
      padding: 10px 20px;
      font-size: 1em;
      background-color: #ffd700; /* Vàng kim */
      color: var(--page-secondary-color);
    }

    .page-https-123b-123-com__floating-buttons .page-https-123b-123-com__button:hover {
      background-color: #ffe033; /* Vàng sáng hơn */
    }

    .page-https-123b-123-com__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto 20px auto;
      background-color: var(--page-text-light);
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      word-wrap: break-word;
    }

    .page-https-123b-123-com__section-title {
      font-size: 2em;
      color: var(--page-primary-color);
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
      word-wrap: break-word;
    }

    .page-https-123b-123-com__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffd700; /* Vàng kim */
      border-radius: 2px;
    }

    .page-https-123b-123-com__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      text-align: center;
      margin-top: 30px;
    }

    .page-https-123b-123-com__grid-item {
      background-color: var(--page-background-light);
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
      word-wrap: break-word;
    }

    .page-https-123b-123-com__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .page-https-123b-123-com__grid-item-image {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 15px;
      width: 400px; /* Example size */
      height: 300px; /* Example size */
      object-fit: cover;
      display: block;
    }

    .page-https-123b-123-com__grid-item-title {
      font-size: 1.4em;
      color: var(--page-primary-color);
      margin-bottom: 10px;
      word-wrap: break-word;
    }

    .page-https-123b-123-com__grid-item-description {
      font-size: 0.95em;
      color: var(--page-secondary-color);
      flex-grow: 1;
      word-wrap: break-word;
    }

    .page-https-123b-123-com__promo-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-https-123b-123-com__promo-item {
      background-color: var(--page-background-light);
      margin-bottom: 15px;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      gap: 20px;
      box-sizing: border-box;
      word-wrap: break-word;
    }

    .page-https-123b-123-com__promo-image {
      width: 250px;
      height: 180px;
      object-fit: cover;
      border-radius: 5px;
      flex-shrink: 0;
      display: block;
    }

    .page-https-123b-123-com__promo-content {
      flex-grow: 1;
    }

    .page-https-123b-123-com__promo-title {
      font-size: 1.5em;
      color: var(--page-primary-color);
      margin-bottom: 10px;
      word-wrap: break-word;
    }

    .page-https-123b-123-com__promo-description {
      font-size: 1em;
      color: var(--page-secondary-color);
      margin-bottom: 10px;
      word-wrap: break-word;
    }

    .page-https-123b-123-com__promo-date {
      font-size: 0.9em;
      color: #777;
      word-wrap: break-word;
    }

    .page-https-123b-123-com__about-content p {
      margin-bottom: 15px;
      text-align: justify;
      word-wrap: break-word;
    }

    .page-https-123b-123-com__about-content strong {
      color: var(--page-primary-color);
    }

    .page-https-123b-123-com__payment-grid,
    .page-https-123b-123-com__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      text-align: center;
    }

    .page-https-123b-123-com__payment-item,
    .page-https-123b-123-com__provider-item {
      background-color: var(--page-background-light);
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
      word-wrap: break-word;
    }

    .page-https-123b-123-com__payment-item:hover,
    .page-https-123b-123-com__provider-item:hover {
      transform: translateY(-3px);
    }

    .page-https-123b-123-com__payment-image,
    .page-https-123b-123-com__provider-image {
      max-width: 120px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 10px;
      display: block;
    }

    .page-https-123b-123-com__payment-name,
    .page-https-123b-123-com__provider-name {
      font-weight: bold;
      color: var(--page-secondary-color);
      word-wrap: break-word;
    }

    /* FAQ Styles */
    .page-https-123b-123-com__faq-container {
      margin-top: 30px;
    }

    .page-https-123b-123-com__faq-item {
      background-color: var(--page-background-light);
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-https-123b-123-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      color: var(--page-secondary-color);
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-https-123b-123-com__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-https-123b-123-com__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--page-primary-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
      word-wrap: break-word;
      max-width: calc(100% - 40px); /* Adjust based on toggle icon width */
    }

    .page-https-123b-123-com__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      flex-shrink: 0;
    }

    .page-https-123b-123-com__faq-item.active .page-https-123b-123-com__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-https-123b-123-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Initial padding for collapsed state */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--page-text-color);
      background-color: var(--page-text-light);
      box-sizing: border-box;
    }

    .page-https-123b-123-com__faq-item.active .page-https-123b-123-com__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 15px !important; /* Padding for expanded state */
      opacity: 1;
    }

    .page-https-123b-123-com__faq-answer p {
      margin: 0;
      word-wrap: break-word;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-https-123b-123-com__hero-section {
        padding: 40px 15px;
      }

      .page-https-123b-123-com__hero-title {
        font-size: 2em;
      }

      .page-https-123b-123-com__hero-subtitle {
        font-size: 1em;
      }

      .page-https-123b-123-com__floating-buttons {
        gap: 10px;
        padding: 8px 15px;
        bottom: 15px;
      }

      .page-https-123b-123-com__floating-buttons .page-https-123b-123-com__button {
        padding: 8px 15px;
        font-size: 0.9em;
      }

      .page-https-123b-123-com__section {
        padding: 30px 15px;
        margin: 0 10px 15px 10px;
      }

      .page-https-123b-123-com__section-title {
        font-size: 1.6em;
        margin-bottom: 20px;
      }

      .page-https-123b-123-com__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-https-123b-123-com__grid-item {
        padding: 15px;
      }

      .page-https-123b-123-com__grid-item-image {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
      }

      .page-https-123b-123-com__grid-item-title {
        font-size: 1.2em;
      }

      .page-https-123b-123-com__promo-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
      }

      .page-https-123b-123-com__promo-image {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        margin-bottom: 15px;
      }

      .page-https-123b-123-com__promo-title {
        font-size: 1.3em;
      }

      .page-https-123b-123-com__payment-grid,
      .page-https-123b-123-com__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
      }

      .page-https-123b-123-com__payment-image,
      .page-https-123b-123-com__provider-image {
        max-width: 100px;
        height: 70px;
      }

      .page-https-123b-123-com__faq-question {
        padding: 12px 15px;
      }

      .page-https-123b-123-com__faq-question h3 {
        font-size: 1em;
        max-width: calc(100% - 30px);
      }

      .page-https-123b-123-com__faq-toggle {
        font-size: 1.3em;
      }

      .page-https-123b-123-com__faq-answer {
        padding: 0 10px;
      }

      .page-https-123b-123-com__faq-item.active .page-https-123b-123-com__faq-answer {
        padding: 15px 10px !important;
      }

      /* Ensure all list items are 100% width on mobile */
      .page-https-123b-123-com__grid-item,
      .page-https-123b-123-com__promo-item,
      .page-https-123b-123-com__payment-item,
      .page-https-123b-123-com__provider-item {
        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-https-123b-123-com__promo-list,
      .page-https-123b-123-com__payment-grid,
      .page-https-123b-123-com__provider-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }
  