
    :root {
      --page-shbet-primary-color: #e44d26; /* Cam đỏ */
      --page-shbet-secondary-color: #333; /* Đen xám */
      --page-shbet-accent-color: #ffcc00; /* Vàng */
      --page-shbet-background-light: #f5f5f5; /* Xám nhạt */
      --page-shbet-text-color: #333; /* Màu chữ chính */
      --page-shbet-text-light: #fff; /* Màu chữ sáng */
      --page-shbet-border-color: #ddd;
    }

    .page-shbet {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-shbet-text-color);
      background-color: var(--page-shbet-background-light);
      padding-top: 120px; /* Cho header cố định */
    }

    @media (max-width: 768px) {
      .page-shbet {
        padding-top: 100px; /* Cho header cố định trên di động */
      }
    }

    .page-shbet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    @media (max-width: 768px) {
      .page-shbet__container {
        padding: 10px;
      }
    }

    .page-shbet__section {
      background-color: var(--page-shbet-text-light);
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    @media (max-width: 768px) {
      .page-shbet__section {
        padding: 20px 15px;
        margin-bottom: 20px;
      }
    }

    .page-shbet__title {
      color: var(--page-shbet-primary-color);
      text-align: center;
      margin-bottom: 20px;
      font-size: 2.5em;
    }

    @media (max-width: 768px) {
      .page-shbet__title {
        font-size: 1.8em;
      }
    }

    .page-shbet__subtitle {
      color: var(--page-shbet-secondary-color);
      text-align: center;
      margin-bottom: 25px;
      font-size: 1.8em;
      border-bottom: 2px solid var(--page-shbet-accent-color);
      padding-bottom: 10px;
      display: inline-block;
      width: auto;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    @media (max-width: 768px) {
      .page-shbet__subtitle {
        font-size: 1.4em;
        margin-bottom: 15px;
      }
    }

    .page-shbet__text {
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-shbet__hero-section {
      text-align: center;
      padding: 0;
      background-color: var(--page-shbet-background-light);
      margin-bottom: 30px;
      border-radius: 0;
      box-shadow: none;
    }

    .page-shbet__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
      object-fit: cover;
    }

    @media (max-width: 768px) {
      .page-shbet__hero-image {
        border-radius: 0;
      }
    }

    .page-shbet__hero-content {
      position: relative;
      margin-top: -80px; /* Adjust to overlap with image slightly */
      background-color: rgba(255, 255, 255, 0.95);
      padding: 20px;
      border-radius: 8px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 768px) {
      .page-shbet__hero-content {
        margin-top: -40px;
        padding: 15px;
        border-radius: 0;
      }
    }

    .page-shbet__hero-heading {
      color: var(--page-shbet-primary-color);
      font-size: 3em;
      margin-bottom: 10px;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    }

    @media (max-width: 768px) {
      .page-shbet__hero-heading {
        font-size: 1.8em;
      }
    }

    .page-shbet__hero-slogan {
      font-size: 1.4em;
      color: var(--page-shbet-secondary-color);
      margin-bottom: 20px;
    }

    @media (max-width: 768px) {
      .page-shbet__hero-slogan {
        font-size: 1em;
      }
    }

    .page-shbet__cta-button {
      display: inline-block;
      background-color: var(--page-shbet-primary-color);
      color: var(--page-shbet-text-light);
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-shbet__cta-button:hover {
      background-color: #c73c1d;
    }

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

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

    .page-shbet__floating-button {
      background-color: var(--page-shbet-accent-color);
      color: var(--page-shbet-secondary-color);
      padding: 12px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      white-space: nowrap;
    }

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

    @media (max-width: 768px) {
      .page-shbet__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }
    }

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

    @media (max-width: 768px) {
      .page-shbet__game-categories {
        grid-template-columns: 1fr;
        gap: 15px;
      }
    }

    .page-shbet__category-card {
      background-color: var(--page-shbet-background-light);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: inherit;
    }

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

    .page-shbet__category-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

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

    @media (max-width: 768px) {
      .page-shbet__category-image {
        height: 180px;
      }
    }

    .page-shbet__category-content {
      padding: 20px;
      text-align: center;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .page-shbet__category-title {
      font-size: 1.5em;
      color: var(--page-shbet-primary-color);
      margin-bottom: 10px;
    }

    .page-shbet__category-description {
      font-size: 0.95em;
      color: var(--page-shbet-secondary-color);
    }

    .page-shbet__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    @media (max-width: 768px) {
      .page-shbet__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
      }
    }

    .page-shbet__provider-item {
      background-color: var(--page-shbet-background-light);
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.2s ease;
    }

    .page-shbet__provider-item:hover {
      transform: translateY(-3px);
    }

    .page-shbet__provider-logo-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-shbet__provider-logo {
      width: 100%;
      max-width: 100%;
      height: 80px; /* Fixed height for logos */
      object-fit: contain; /* Ensure logos fit without cropping */
      display: block;
      margin: 0 auto;
    }

    @media (max-width: 768px) {
      .page-shbet__provider-logo {
        height: 60px;
      }
    }

    .page-shbet__faq-list {
      margin-top: 20px;
    }

    .page-shbet__faq-item {
      background-color: var(--page-shbet-background-light);
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

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

    .page-shbet__faq-question:hover {
      background-color: #c73c1d;
    }

    @media (max-width: 768px) {
      .page-shbet__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }
    }

    .page-shbet__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

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

    .page-shbet__faq-item.active .page-shbet__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or use '-' */
    }

    .page-shbet__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;
      background-color: var(--page-shbet-text-light);
      color: var(--page-shbet-text-color);
    }

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

    @media (max-width: 768px) {
      .page-shbet__faq-item.active .page-shbet__faq-answer {
        padding: 15px 10px !important;
      }
    }

    .page-shbet__promo-card {
      background-color: var(--page-shbet-background-light);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 20px;
    }

    .page-shbet__promo-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 15px;
    }

    .page-shbet__promo-image {
      width: 100%;
      max-width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 5px;
      display: block;
      margin: 0 auto;
    }

    @media (max-width: 768px) {
      .page-shbet__promo-image {
        height: 180px;
      }
    }

    .page-shbet__promo-title {
      font-size: 1.6em;
      color: var(--page-shbet-primary-color);
      margin-bottom: 10px;
    }

    .page-shbet__promo-description {
      font-size: 1em;
      color: var(--page-shbet-secondary-color);
      margin-bottom: 20px;
    }

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

    @media (max-width: 768px) {
      .page-shbet__promo-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }
    }

    /* General image responsiveness for all images */
    .page-shbet img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    @media (max-width: 768px) {
      .page-shbet img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-shbet .page-shbet__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  