
    .page-123b123b-com {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-123b123b-com__hero-section {
      position: relative;
      background-color: #1a2a3a;
      color: #fff;
      text-align: center;
      padding: 10px 20px 60px; /* Small top padding, more bottom for content */
      overflow: hidden;
      background-image: url('[GALLERY:hero:1920x1080:betting,online,mobile]');
      background-size: cover;
      background-position: center;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .page-123b123b-com__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-123b123b-com__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-123b123b-com__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-123b123b-com__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-123b123b-com__cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-123b123b-com__button {
      background-color: #ffcc00;
      color: #1a2a3a;
      padding: 14px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-123b123b-com__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

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

    .page-123b123b-com__section:first-of-type {
      margin-top: 30px;
    }

    .page-123b123b-com__section-title {
      font-size: 2em;
      color: #1a2a3a;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-123b123b-com__text-center {
      text-align: center;
      margin-bottom: 20px;
    }

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

    .page-123b123b-com__game-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      display: flex;
      flex-direction: column;
    }

    .page-123b123b-com__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-123b123b-com__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-123b123b-com__game-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-123b123b-com__game-title {
      font-size: 1.3em;
      color: #1a2a3a;
      margin-bottom: 10px;
    }

    .page-123b123b-com__game-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-123b123b-com__promotion-item {
      display: flex;
      align-items: center;
      margin-bottom: 25px;
      background-color: #fdfdfd;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .page-123b123b-com__promotion-item:hover {
      transform: translateX(5px);
    }

    .page-123b123b-com__promotion-image {
      width: 150px;
      height: 100px;
      object-fit: cover;
      border-radius: 5px;
      margin-right: 20px;
      flex-shrink: 0;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-123b123b-com__promotion-content {
      flex-grow: 1;
    }

    .page-123b123b-com__promotion-title {
      font-size: 1.2em;
      color: #1a2a3a;
      margin-bottom: 8px;
    }

    .page-123b123b-com__promotion-description {
      font-size: 0.9em;
      color: #666;
    }

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

    .page-123b123b-com__feature-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .page-123b123b-com__feature-card:hover {
      transform: translateY(-5px);
    }

    .page-123b123b-com__feature-icon {
      width: 80px; /* Minimum 200px requirement, this is an example, will replace with larger images */
      height: 80px;
      object-fit: contain;
      margin-bottom: 15px;
      display: inline-block;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-123b123b-com__feature-title {
      font-size: 1.3em;
      color: #1a2a3a;
      margin-bottom: 10px;
    }

    .page-123b123b-com__feature-description {
      font-size: 0.95em;
      color: #555;
    }

    .page-123b123b-com__faq-section {
      padding: 40px 20px;
      max-width: 900px;
      margin: 0 auto 30px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-123b123b-com__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-123b123b-com__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-123b123b-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      color: #1a2a3a;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-123b123b-com__faq-question:hover {
      color: #ffcc00;
    }

    .page-123b123b-com__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none;
      color: inherit; /* Inherit color from parent for hover effect */
    }

    .page-123b123b-com__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
      color: #ffcc00;
    }

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

    .page-123b123b-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 0.95em;
    }

    .page-123b123b-com__faq-item.active .page-123b123b-com__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-123b123b-com__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-123b123b-com__floating-button {
      background-color: #ffcc00;
      color: #1a2a3a;
      padding: 12px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      white-space: nowrap;
    }

    .page-123b123b-com__floating-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    @media (max-width: 768px) {
      .page-123b123b-com__hero-title {
        font-size: 2em;
      }

      .page-123b123b-com__hero-description {
        font-size: 1em;
      }

      .page-123b123b-com__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-123b123b-com__button {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
      }

      .page-123b123b-com__section {
        padding: 30px 15px;
      }

      .page-123b123b-com__section-title {
        font-size: 1.8em;
      }

      .page-123b123b-com__game-grid,
      .page-123b123b-com__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-123b123b-com__promotion-item {
        flex-direction: column;
        text-align: center;
      }

      .page-123b123b-com__promotion-image {
        margin: 0 auto 15px;
      }

      /* List item responsive requirements for game grid */
      .page-123b123b-com__game-grid > * {
        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;
      }

      /* List item responsive requirements for features grid */
      .page-123b123b-com__features-grid > * {
        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;
      }

      /* List item responsive requirements for promotion items */
      .page-123b123b-com__promotion-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;
        padding: 15px !important; /* Adjust padding for smaller screens */
      }

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

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

      .page-123b123b-com__floating-buttons {
        flex-direction: row;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        border-top: 1px solid #eee;
        background-color: #fff;
        padding: 10px 15px;
        justify-content: space-around;
        gap: 5px;
        box-sizing: border-box;
      }

      .page-123b123b-com__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
        border-radius: 5px;
        box-shadow: none;
      }
    }

    @media (max-width: 375px) {
      .page-123b123b-com__floating-button {
        padding: 8px 10px;
        font-size: 0.85em;
      }
    }
  