
    :root {
      --page-shbetbookmaker-primary-color: #0056b3; /* Xanh dương đậm */
      --page-shbetbookmaker-secondary-color: #ffcc00; /* Vàng */
      --page-shbetbookmaker-accent-color: #e44d26; /* Cam đỏ */
      --page-shbetbookmaker-text-dark: #333333;
      --page-shbetbookmaker-text-light: #ffffff;
      --page-shbetbookmaker-bg-light: #f8f8f8;
      --page-shbetbookmaker-bg-dark: #2c3e50; /* Xám xanh đậm */
      --page-shbetbookmaker-border-color: #dddddd;
    }

    .page-shbetbookmaker {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-shbetbookmaker-text-dark);
      background-color: var(--page-shbetbookmaker-bg-light);
      overflow-x: hidden;
    }

    /* Fixed Navigation Bar Spacing */
    .page-shbetbookmaker__hero-section {
      padding-top: 10px; /* Adjust based on header height */
    }

    .page-shbetbookmaker__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: var(--page-shbetbookmaker-text-light);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-shbetbookmaker__section--dark {
      background-color: var(--page-shbetbookmaker-bg-dark);
      color: var(--page-shbetbookmaker-text-light);
    }

    .page-shbetbookmaker__section-title {
      font-size: 2.5em;
      color: var(--page-shbetbookmaker-primary-color);
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-shbetbookmaker__section--dark .page-shbetbookmaker__section-title {
      color: var(--page-shbetbookmaker-secondary-color);
    }

    .page-shbetbookmaker__text-content {
      max-width: 800px;
      margin: 0 auto;
      text-align: justify;
      font-size: 1.1em;
      line-height: 1.8;
    }

    .page-shbetbookmaker__text-content p {
      margin-bottom: 15px;
    }

    .page-shbetbookmaker__text-content strong {
      color: var(--page-shbetbookmaker-primary-color);
    }

    .page-shbetbookmaker__section--dark .page-shbetbookmaker__text-content strong {
      color: var(--page-shbetbookmaker-secondary-color);
    }

    /* Hero Section */
    .page-shbetbookmaker__hero-section {
      position: relative;
      width: 100%;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: var(--page-shbetbookmaker-text-light);
      min-height: 400px;
      background-color: #333; /* Fallback background */
    }

    .page-shbetbookmaker__hero-image-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .page-shbetbookmaker__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: brightness(0.7); /* Slightly darken image for text contrast */
    }

    .page-shbetbookmaker__hero-content {
      position: relative;
      z-index: 1;
      padding: 20px;
      max-width: 900px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }

    .page-shbetbookmaker__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: var(--page-shbetbookmaker-secondary-color);
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-shbetbookmaker__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: var(--page-shbetbookmaker-text-light);
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-shbetbookmaker__cta-button {
      display: inline-block;
      background-color: var(--page-shbetbookmaker-accent-color);
      color: var(--page-shbetbookmaker-text-light);
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-shbetbookmaker__cta-button:hover {
      background-color: #c0392b; /* Darker accent */
      transform: translateY(-2px);
    }

    /* Floating Buttons */
    .page-shbetbookmaker__float-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-shbetbookmaker__float-button {
      background-color: var(--page-shbetbookmaker-primary-color);
      color: var(--page-shbetbookmaker-text-light);
      padding: 12px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1em;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      border: none;
      cursor: pointer;
    }

    .page-shbetbookmaker__float-button:hover {
      background-color: #004085;
      transform: translateY(-3px);
    }

    .page-shbetbookmaker__float-button--login {
      background-color: var(--page-shbetbookmaker-secondary-color);
      color: var(--page-shbetbookmaker-text-dark);
    }

    .page-shbetbookmaker__float-button--login:hover {
      background-color: #e6b800;
      color: var(--page-shbetbookmaker-text-dark);
    }

    /* Game Grid */
    .page-shbetbookmaker__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-shbetbookmaker__game-card {
      background-color: var(--page-shbetbookmaker-bg-light);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      position: relative;
      border: 1px solid var(--page-shbetbookmaker-border-color);
    }

    .page-shbetbookmaker__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .page-shbetbookmaker__game-card-image-wrapper {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      overflow: hidden;
    }

    .page-shbetbookmaker__game-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-shbetbookmaker__game-card-content {
      padding: 20px;
    }

    .page-shbetbookmaker__game-card-title {
      font-size: 1.5em;
      color: var(--page-shbetbookmaker-primary-color);
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-shbetbookmaker__game-card-description {
      font-size: 0.95em;
      color: var(--page-shbetbookmaker-text-dark);
      margin-bottom: 15px;
    }

    .page-shbetbookmaker__game-card-button {
      background-color: var(--page-shbetbookmaker-accent-color);
      color: var(--page-shbetbookmaker-text-light);
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-shbetbookmaker__game-card-button:hover {
      background-color: #c0392b;
    }

    /* Advantages List */
    .page-shbetbookmaker__advantages-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
      list-style: none;
      padding: 0;
    }

    .page-shbetbookmaker__advantage-item {
      background-color: var(--page-shbetbookmaker-text-light);
      border-left: 5px solid var(--page-shbetbookmaker-primary-color);
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      flex: 1 1 calc(50% - 20px); /* Two columns on desktop */
      min-width: 300px;
    }

    .page-shbetbookmaker__section--dark .page-shbetbookmaker__advantage-item {
      background-color: #3e5163;
      color: var(--page-shbetbookmaker-text-light);
      border-left-color: var(--page-shbetbookmaker-secondary-color);
    }

    .page-shbetbookmaker__advantage-item h3 {
      color: var(--page-shbetbookmaker-primary-color);
      margin-top: 0;
      font-size: 1.3em;
    }

    .page-shbetbookmaker__section--dark .page-shbetbookmaker__advantage-item h3 {
      color: var(--page-shbetbookmaker-secondary-color);
    }

    /* FAQ Section */
    .page-shbetbookmaker__faq-container {
      max-width: 800px;
      margin: 0 auto;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid var(--page-shbetbookmaker-border-color);
    }

    .page-shbetbookmaker__faq-item {
      border-bottom: 1px solid var(--page-shbetbookmaker-border-color);
    }

    .page-shbetbookmaker__faq-item:last-child {
      border-bottom: none;
    }

    .page-shbetbookmaker__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: var(--page-shbetbookmaker-text-light);
      color: var(--page-shbetbookmaker-primary-color);
      cursor: pointer;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-shbetbookmaker__faq-question:hover {
      background-color: #f0f0f0;
    }

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

    .page-shbetbookmaker__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-shbetbookmaker__faq-item.active .page-shbetbookmaker__faq-toggle {
      transform: rotate(45deg); /* Plus to Minus */
    }

    .page-shbetbookmaker__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fdfdfd;
      color: var(--page-shbetbookmaker-text-dark);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      font-size: 1.0em;
      text-align: justify;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-shbetbookmaker__hero-title {
        font-size: 2em;
      }

      .page-shbetbookmaker__hero-subtitle {
        font-size: 1.2em;
      }

      .page-shbetbookmaker__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-shbetbookmaker__section {
        padding: 30px 15px;
      }

      .page-shbetbookmaker__section-title {
        font-size: 2em;
      }

      .page-shbetbookmaker__text-content {
        font-size: 1em;
      }

      .page-shbetbookmaker__game-grid {
        grid-template-columns: 1fr;
      }

      .page-shbetbookmaker__advantage-item {
        flex: 1 1 100%;
      }

      .page-shbetbookmaker__faq-question {
        padding: 12px 15px;
        font-size: 1.1em;
      }

      .page-shbetbookmaker__faq-question h3 {
        font-size: 1.1em;
      }

      .page-shbetbookmaker__faq-answer {
        padding: 0 15px;
        font-size: 0.95em;
      }

      .page-shbetbookmaker__faq-item.active .page-shbetbookmaker__faq-answer {
        padding: 15px 15px !important;
      }

      /* Force image responsiveness on mobile */
      .page-shbetbookmaker img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-shbetbookmaker__game-card-image-wrapper,
      .page-shbetbookmaker__hero-image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-shbetbookmaker__float-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        width: calc(100% - 30px);
        justify-content: space-around;
      }

      .page-shbetbookmaker__float-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }
    }
  