
    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f0f2f5;
      padding-bottom: 60px; /* Space for floating buttons */
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      border-radius: 0 0 8px 8px;
      margin-bottom: 20px;
      padding-top: 10px; /* Adjusted for body padding-top */
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: 700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      color: #fdbb2d;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__button {
      display: inline-block;
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__button:hover {
      background-color: #e0a800;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__heading {
      color: #1a2a6c;
      font-size: 2.2em;
      margin-bottom: 25px;
      text-align: center;
      font-weight: 700;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__sub-heading {
      color: #b21f1f;
      font-size: 1.8em;
      margin-top: 30px;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__paragraph {
      margin-bottom: 15px;
      color: #555;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__image-container {
      text-align: center;
      margin: 30px 0;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__list-item {
      background-color: #f9f9f9;
      padding: 20px;
      border-left: 4px solid #b21f1f;
      border-radius: 5px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__list-item strong {
      color: #1a2a6c;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__cta-section {
      text-align: center;
      background-color: #1a2a6c;
      color: #fff;
      padding: 50px 20px;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #fdbb2d;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__cta-text {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Floating Buttons */
    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__floating-button {
      background-color: #b21f1f;
      color: #fff;
      padding: 12px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      min-width: 120px;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__floating-button.register {
      background-color: #fdbb2d;
      color: #1a2a6c;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__floating-button.register:hover {
      background-color: #e0a800;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__floating-button.login:hover {
      background-color: #8e1818;
    }

    /* FAQ Section */
    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-section {
      background-color: #fff;
      margin-top: 20px;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-item {
      border: 1px solid #eee;
      margin-bottom: 10px;
      border-radius: 5px;
      overflow: hidden;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f5f5f5;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #1a2a6c;
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #b21f1f;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event on parent */
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-item.active .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-item.active .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-toggle {
      transform: rotate(45deg);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__hero-title {
        font-size: 2em;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__hero-subtitle {
        font-size: 1em;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__heading {
        font-size: 1.8em;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__sub-heading {
        font-size: 1.4em;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__section {
        padding: 20px 15px;
        margin-bottom: 15px;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__list {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__list-item {
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__image-container {
        padding: 0 10px;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__cta-title {
        font-size: 2em;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__floating-buttons {
        flex-direction: row;
        bottom: 10px;
        right: 10px;
        left: 10px;
        justify-content: center;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__floating-button {
        flex: 1;
        padding: 10px 15px;
        min-width: unset;
        font-size: 0.9em;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-question {
        padding: 12px 15px;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-question h3 {
        font-size: 1em;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-answer {
        padding: 0 10px;
      }

      .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-item.active .page-casino-vf2026-chi-n-thu-t-baccarat-roulette-blackjack__faq-answer {
        padding: 15px 10px !important;
      }
    }
  