
    .page-taif8bet {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a1a; /* Nền đen */
      color: #ffffff; /* Chữ trắng */
      line-height: 1.6;
      padding-bottom: 80px; /* Đảm bảo có khoảng trống cho nút nổi */
    }

    .page-taif8bet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-taif8bet__hero-section {
      padding-top: 150px; /* Đảm bảo an toàn cho header cố định */
      text-align: center;
      position: relative;
      overflow: hidden;
      background-color: #000;
      padding-bottom: 40px;
    }

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

    .page-taif8bet__hero-content {
      position: relative;
      z-index: 10;
      padding: 20px 0;
    }

    .page-taif8bet__hero-title {
      font-size: 2.8em;
      color: #ffd700; /* Chữ vàng */
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-taif8bet__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #e0e0e0;
    }

    .page-taif8bet__cta-button {
      display: inline-block;
      background-color: #ffd700; /* Nút vàng */
      color: #1a1a1a; /* Chữ đen trên nút vàng */
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    }

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

    .page-taif8bet__section {
      padding: 60px 0;
      border-bottom: 1px solid #333;
    }

    .page-taif8bet__section:last-of-type {
      border-bottom: none;
    }

    .page-taif8bet__section-title {
      font-size: 2.2em;
      color: #ffd700;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }

    .page-taif8bet__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #ffd700;
      margin: 15px auto 0;
      border-radius: 2px;
    }

    .page-taif8bet__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #e0e0e0;
      text-align: justify;
    }

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

    .page-taif8bet__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .page-taif8bet__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 30px rgba(255, 215, 0, 0.3);
    }

    .page-taif8bet__game-image-wrapper {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #000;
    }

    .page-taif8bet__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensure image covers the area */
      display: block;
    }

    .page-taif8bet__game-info {
      padding: 20px;
      flex-grow: 1;
    }

    .page-taif8bet__game-title {
      font-size: 1.4em;
      color: #ffd700;
      margin-bottom: 10px;
      text-decoration: none;
      display: block;
    }

    .page-taif8bet__game-title a {
        color: #ffd700;
        text-decoration: none;
    }

    .page-taif8bet__game-title a:hover {
        text-decoration: underline;
    }

    .page-taif8bet__game-description {
      font-size: 0.95em;
      color: #cccccc;
    }

    .page-taif8bet__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 25px;
      margin-top: 40px;
      justify-items: center;
      align-items: center;
    }

    .page-taif8bet__provider-logo-wrapper {
        width: 100%;
        max-width: 180px; /* Max width for provider logos */
        height: 100px; /* Fixed height for consistency */
        background-color: #333;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0,0,0,0.3);
        transition: transform 0.3s ease;
    }

    .page-taif8bet__provider-logo-wrapper:hover {
        transform: scale(1.05);
    }

    .page-taif8bet__provider-logo {
      width: 90%; /* Adjust to fit within wrapper */
      height: 90%;
      object-fit: contain; /* Ensure logo is fully visible */
      display: block;
    }

    .page-taif8bet__promo-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 25px;
      margin-bottom: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .page-taif8bet__promo-image {
      width: 150px;
      height: 100px;
      object-fit: cover;
      border-radius: 8px;
      flex-shrink: 0;
    }

    .page-taif8bet__promo-content {
      flex-grow: 1;
    }

    .page-taif8bet__promo-title {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 10px;
    }

    .page-taif8bet__promo-description {
      color: #cccccc;
      font-size: 1em;
    }

    .page-taif8bet__list {
      list-style: none;
      padding: 0;
      margin-top: 20px;
    }

    .page-taif8bet__list-item {
      background-color: #2a2a2a;
      border-left: 5px solid #ffd700;
      padding: 15px 20px;
      margin-bottom: 10px;
      border-radius: 5px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      color: #e0e0e0;
    }

    .page-taif8bet__faq-section {
      padding: 60px 0;
    }

    .page-taif8bet__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .page-taif8bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #333;
      color: #ffd700;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-taif8bet__faq-question:hover {
      background-color: #444;
    }

    .page-taif8bet__faq-question h3 {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click */
      font-size: 1em; /* Adjust to match parent font size */
    }

    .page-taif8bet__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle from blocking click */
      transition: transform 0.3s ease;
    }

    .page-taif8bet__faq-item.active .page-taif8bet__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or similar effect */
      content: '−'; /* Change to minus sign */
    }

    .page-taif8bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: #cccccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-taif8bet__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ffd700; /* Vàng nổi bật */
      color: #1a1a1a; /* Chữ đen */
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 5px 20px rgba(255, 215, 0, 0.6);
      z-index: 1000;
      transition: transform 0.3s ease, background-color 0.3s ease;
      animation: page-taif8bet__pulse 2s infinite;
      text-align: center;
      white-space: nowrap; /* Prevent text wrapping */
    }

    .page-taif8bet__floating-button:hover {
      background-color: #ffeb3b;
      transform: translateY(-5px) scale(1.02);
      animation: none;
    }

    @keyframes page-taif8bet__pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.05); }
      100% { transform: scale(1); }
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-taif8bet__hero-title {
        font-size: 2.2em;
      }
      .page-taif8bet__section-title {
        font-size: 1.8em;
      }
      .page-taif8bet__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }
      .page-taif8bet__promo-card {
        flex-direction: column;
        text-align: center;
      }
      .page-taif8bet__promo-image {
        width: 100%;
        height: 150px;
      }
    }

    @media (max-width: 768px) {
      .page-taif8bet__hero-section {
        padding-top: 100px !important; /* Mobile header safety */
      }
      .page-taif8bet__hero-title {
        font-size: 1.8em;
      }
      .page-taif8bet__hero-description {
        font-size: 1em;
      }
      .page-taif8bet__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-taif8bet__section {
        padding: 40px 0;
      }
      .page-taif8bet__section-title {
        font-size: 1.6em;
        margin-bottom: 30px;
      }
      .page-taif8bet__text-content {
        font-size: 0.95em;
      }
      .page-taif8bet__game-grid {
        grid-template-columns: 1fr;
      }
      .page-taif8bet__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }
      .page-taif8bet__floating-button {
        padding: 12px 20px;
        font-size: 0.95em;
        bottom: 15px;
        right: 15px;
      }
      .page-taif8bet__game-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-taif8bet__game-image-wrapper,
      .page-taif8bet__provider-logo-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
      .page-taif8bet__promo-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-taif8bet__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  