
    .page-88vv2-com {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

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

    .page-88vv2-com__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-88vv2-com__section:nth-of-type(odd) {
      background-color: #222222;
    }

    .page-88vv2-com__section-title {
      font-size: 2.5em;
      color: #f7b32b;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-88vv2-com__section-subtitle {
      font-size: 1.2em;
      color: #cccccc;
      margin-bottom: 40px;
    }

    .page-88vv2-com__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,casino,mobile,88vv2]') no-repeat center center/cover;
      padding: 100px 15px 60px;
      color: #ffffff;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small top padding as body handles header offset */
    }

    .page-88vv2-com__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: #f7b32b;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-88vv2-com__hero-description {
      font-size: 1.3em;
      max-width: 800px;
      margin: 0 auto 30px;
      line-height: 1.5;
    }

    .page-88vv2-com__button {
      display: inline-block;
      background-color: #f7b32b;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-88vv2-com__button:hover {
      background-color: #e6a01f;
    }

    .page-88vv2-com__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.9);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      border-top: 1px solid #333;
    }

    .page-88vv2-com__floating-button {
      flex: 1;
      text-align: center;
      padding: 12px 10px;
      background-color: #f7b32b;
      color: #1a1a1a;
      font-weight: bold;
      text-decoration: none;
      border-radius: 0;
      margin: 0 5px;
      transition: background-color 0.3s ease;
      font-size: 1.1em;
      border: none;
      cursor: pointer;
      box-sizing: border-box;
    }

    .page-88vv2-com__floating-button:hover {
      background-color: #e6a01f;
    }

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

    .page-88vv2-com__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      text-align: left;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-88vv2-com__game-card:hover {
      transform: translateY(-5px);
    }

    .page-88vv2-com__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #333;
    }

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

    .page-88vv2-com__game-card-title {
      font-size: 1.5em;
      color: #f7b32b;
      margin-bottom: 10px;
    }

    .page-88vv2-com__game-card-description {
      font-size: 0.95em;
      color: #cccccc;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-88vv2-com__promotions-list,
    .page-88vv2-com__why-us-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .page-88vv2-com__promotions-item,
    .page-88vv2-com__why-us-item {
      background-color: #2a2a2a;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      text-align: left;
      flex: 1 1 calc(33% - 20px);
      max-width: calc(33% - 20px);
      box-sizing: border-box;
      min-width: 280px;
    }

    .page-88vv2-com__promotions-item h3,
    .page-88vv2-com__why-us-item h3 {
      color: #f7b32b;
      margin-top: 0;
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-88vv2-com__promotions-item p,
    .page-88vv2-com__why-us-item p {
      color: #cccccc;
      font-size: 0.95em;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

    .page-88vv2-com__news-article {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      text-align: left;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-88vv2-com__news-article:hover {
      transform: translateY(-5px);
    }

    .page-88vv2-com__news-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #333;
    }

    .page-88vv2-com__news-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-88vv2-com__news-title {
      font-size: 1.4em;
      color: #f7b32b;
      margin-bottom: 10px;
    }

    .page-88vv2-com__news-date {
      font-size: 0.85em;
      color: #999999;
      margin-top: 10px;
    }

    .page-88vv2-com__payment-providers-grid,
    .page-88vv2-com__game-providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      justify-items: center;
    }

    .page-88vv2-com__provider-item {
      background-color: #2a2a2a;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100px;
      width: 100%;
      max-width: 200px; /* Limit width for larger screens */
      box-sizing: border-box;
      transition: transform 0.3s ease;
    }

    .page-88vv2-com__provider-item:hover {
      transform: scale(1.05);
    }

    .page-88vv2-com__provider-logo {
      max-width: 100%;
      max-height: 70px;
      object-fit: contain;
    }

    .page-88vv2-com__faq-section {
      text-align: left;
    }

    .page-88vv2-com__faq-container {
      max-width: 800px;
      margin: 40px auto 0;
    }

    .page-88vv2-com__faq-item {
      margin-bottom: 15px;
      border: 1px solid #333;
      border-radius: 8px;
      overflow: hidden;
      background-color: #2a2a2a;
    }

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

    .page-88vv2-com__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #f7b32b;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-88vv2-com__faq-question:hover {
      background-color: #444;
    }

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

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

    .page-88vv2-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: #cccccc;
      font-size: 0.95em;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      box-sizing: border-box;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-88vv2-com__hero-section {
        padding: 80px 15px 40px;
      }

      .page-88vv2-com__hero-title {
        font-size: 2.2em;
      }

      .page-88vv2-com__hero-description {
        font-size: 1em;
      }

      .page-88vv2-com__section-title {
        font-size: 1.8em;
      }

      .page-88vv2-com__game-categories-grid,
      .page-88vv2-com__news-grid {
        grid-template-columns: 1fr;
      }

      .page-88vv2-com__promotions-list,
      .page-88vv2-com__why-us-list {
        flex-direction: column;
        gap: 15px;
        width: 100% !important; /* Ensure list container takes full width */
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-88vv2-com__promotions-item,
      .page-88vv2-com__why-us-item {
        flex: 1 1 100%;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !important; /* Adjusted padding for mobile */
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-88vv2-com__game-card-description,
      .page-88vv2-com__news-content p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-88vv2-com__payment-providers-grid,
      .page-88vv2-com__game-providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }

      .page-88vv2-com__provider-item {
        height: 80px;
        max-width: 150px;
      }

      .page-88vv2-com__faq-question,
      .page-88vv2-com__faq-answer {
        padding: 15px;
      }

      .page-88vv2-com__faq-question h3 {
        font-size: 1em;
      }

      .page-88vv2-com__faq-item.active .page-88vv2-com__faq-answer {
        padding: 15px !important;
      }

      .page-88vv2-com__floating-button {
        font-size: 1em;
        padding: 10px 5px;
      }
    }

    /* Ensure all images are responsive */
    .page-88vv2-com img {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }

    /* Image containers responsive */
    .page-88vv2-com__game-card-image-wrapper,
    .page-88vv2-com__news-image-wrapper,
    .page-88vv2-com__provider-logo-wrapper {
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
    }
  