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

    .page-88casino-com__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-88casino-com__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-88casino-com__section-title {
      font-size: 2.5em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-88casino-com__section-title--light {
      color: #ecf0f1;
    }

    .page-88casino-com__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #e74c3c;
      border-radius: 2px;
    }

    .page-88casino-com__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:casino,vip,gaming,88casino]') center center / cover no-repeat;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
    }

    .page-88casino-com__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-88casino-com__hero-description {
      font-size: 1.3em;
      max-width: 800px;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

    .page-88casino-com__cta-button {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      border: none;
      cursor: pointer;
    }

    .page-88casino-com__cta-button:hover {
      background-color: #c0392b;
      transform: translateY(-3px);
    }

    .page-88casino-com__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .page-88casino-com__floating-button {
      background-color: #f39c12;
      color: #fff;
      padding: 12px 25px;
      border-radius: 30px;
      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, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-88casino-com__floating-button:hover {
      background-color: #e67e22;
      transform: scale(1.05);
    }

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

    .page-88casino-com__product-card {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding-bottom: 20px;
    }

    .page-88casino-com__product-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

    .page-88casino-com__product-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
    }

    .page-88casino-com__product-title {
      font-size: 1.5em;
      color: #34495e;
      margin: 20px 15px 10px;
    }

    .page-88casino-com__product-description {
      font-size: 0.95em;
      color: #7f8c8d;
      padding: 0 15px 20px;
    }

    .page-88casino-com__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-88casino-com__promo-card {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-88casino-com__promo-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

    .page-88casino-com__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .page-88casino-com__promo-content {
      padding: 20px;
    }

    .page-88casino-com__promo-title {
      font-size: 1.6em;
      color: #e74c3c;
      margin-bottom: 10px;
    }

    .page-88casino-com__promo-description {
      font-size: 1em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-88casino-com__promo-button {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-size: 0.9em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-88casino-com__promo-button:hover {
      background-color: #c0392b;
    }

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

    .page-88casino-com__feature-item {
      background-color: #34495e;
      color: #ecf0f1;
      padding: 30px;
      border-radius: 15px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .page-88casino-com__feature-icon {
      width: 250px;
      height: 250px;
      margin-bottom: 20px;
      display: inline-block;
      object-fit: contain;
    }

    .page-88casino-com__feature-title {
      font-size: 1.8em;
      margin-bottom: 15px;
      color: #f39c12;
    }

    .page-88casino-com__feature-description {
      font-size: 1em;
      line-height: 1.7;
    }

    .page-88casino-com__providers-grid, .page-88casino-com__payments-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      text-align: center;
    }

    .page-88casino-com__provider-item, .page-88casino-com__payment-item {
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 120px;
    }

    .page-88casino-com__provider-logo, .page-88casino-com__payment-logo {
      max-width: 100%;
      max-height: 60px;
      object-fit: contain;
      margin-bottom: 10px;
      min-width: 200px; /* Enforce minimum width for logos */
      min-height: 100px; /* Enforce minimum height for logos */
    }

    .page-88casino-com__provider-name, .page-88casino-com__payment-name {
      font-size: 1em;
      font-weight: bold;
      color: #34495e;
    }

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

    .page-88casino-com__news-card {
      background-color: #fff;
      border-radius: 115px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-88casino-com__news-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

    .page-88casino-com__news-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-88casino-com__news-content {
      padding: 20px;
    }

    .page-88casino-com__news-date {
      font-size: 0.85em;
      color: #95a5a6;
      margin-bottom: 10px;
    }

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

    .page-88casino-com__news-excerpt {
      font-size: 0.95em;
      color: #7f8c8d;
    }

    .page-88casino-com__faq-list {
      margin-top: 40px;
    }

    .page-88casino-com__faq-item {
      background-color: #fff;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-88casino-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      font-size: 1.2em;
      font-weight: bold;
      color: #2c3e50;
      cursor: pointer;
      background-color: #ecf0f1;
      border-bottom: 1px solid #ddd;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-88casino-com__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #2c3e50;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-88casino-com__faq-question:hover {
      background-color: #e0e6eb;
    }

    .page-88casino-com__faq-toggle {
      font-size: 1.5em;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-88casino-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 1em;
      background-color: #fff;
    }

    .page-88casino-com__faq-item.active .page-88casino-com__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

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

    .page-88casino-com__social-links {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 40px;
    }

    .page-88casino-com__social-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background-color: #3498db;
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-88casino-com__social-link--youtube {
      background-color: #e74c3c;
    }
    .page-88casino-com__social-link--x {
      background-color: #2c3e50;
    }
    .page-88casino-com__social-link--whatsapp {
      background-color: #25d366;
    }
    .page-88casino-com__social-link--line {
      background-color: #00c300;
    }
    .page-88casino-com__social-link--tiktok {
      background-color: #000;
    }
    .page-88casino-com__social-link--instagram {
      background-color: #c13584;
    }
    .page-88casino-com__social-link--telegram {
      background-color: #0088cc;
    }
    .page-88casino-com__social-link--facebook {
      background-color: #3b5998;
    }

    .page-88casino-com__social-link:hover {
      transform: translateY(-3px);
      opacity: 0.9;
    }

    .page-88casino-com__social-icon {
      width: 200px;
      height: 200px;
      object-fit: contain;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-88casino-com__hero-title {
        font-size: 2.8em;
      }
      .page-88casino-com__hero-description {
        font-size: 1.2em;
      }
      .page-88casino-com__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-88casino-com__section {
        padding: 30px 15px;
      }

      .page-88casino-com__hero-title {
        font-size: 2em;
      }
      .page-88casino-com__hero-description {
        font-size: 1em;
      }
      .page-88casino-com__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-88casino-com__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        gap: 10px;
        width: calc(100% - 30px);
        justify-content: center;
      }

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

      .page-88casino-com__product-grid, 
      .page-88casino-com__promo-grid, 
      .page-88casino-com__features-list, 
      .page-88casino-com__news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-88casino-com__providers-grid, 
      .page-88casino-com__payments-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
      }

      /* List item responsiveness */
      .page-88casino-com__features-list > div, 
      .page-88casino-com__product-grid > div, 
      .page-88casino-com__promo-grid > div, 
      .page-88casino-com__news-grid > div, 
      .page-88casino-com__providers-grid > div, 
      .page-88casino-com__payments-grid > div {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-88casino-com__providers-grid, .page-88casino-com__payments-grid {
        padding: 0 !important;
      }
      .page-88casino-com__provider-item, .page-88casino-com__payment-item {
        padding: 15px !important;
      }

      .page-88casino-com__faq-question {
        padding: 15px;
        font-size: 1.1em;
      }
      .page-88casino-com__faq-question h3 {
        font-size: 1.1em;
      }
      .page-88casino-com__faq-answer {
        padding: 0 15px;
      }
      .page-88casino-com__faq-item.active .page-88casino-com__faq-answer {
        padding: 15px !important;
      }

      .page-88casino-com__social-link {
        padding: 8px 15px;
        font-size: 0.9em;
      }
      .page-88casino-com__social-icon {
        width: 30px;
        height: 30px;
      }
    }

    @media (max-width: 480px) {
      .page-88casino-com__hero-title {
        font-size: 1.8em;
      }
      .page-88casino-com__hero-description {
        font-size: 0.9em;
      }
      .page-88casino-com__section-title {
        font-size: 1.8em;
      }
      .page-88casino-com__floating-buttons {
        bottom: 10px;
        right: 10px;
        width: calc(100% - 20px);
      }
      .page-88casino-com__floating-button {
        padding: 8px 10px;
        font-size: 0.85em;
      }
      .page-88casino-com__social-link {
        font-size: 0.8em;
        padding: 6px 12px;
      }
      .page-88casino-com__social-icon {
        width: 24px;
        height: 24px;
      }
      .page-88casino-com__feature-icon {
        width: 200px;
        height: 200px;
      }
      .page-88casino-com__provider-logo, .page-88casino-com__payment-logo {
        min-width: 100px; 
        min-height: 50px; 
      }
    }

    /* Ensure contrast for text elements */
    .page-88casino-com h1, .page-88casino-com h2, .page-88casino-com h3, .page-88casino-com p, .page-88casino-com span, .page-88casino-com div {
        /* Default text color for light backgrounds */
        color: #333;
    }
    .page-88casino-com__hero-section h1, .page-88casino-com__hero-section p {
        /* Text on dark hero background */
        color: #fff;
    }
    .page-88casino-com__section--dark h2, .page-88casino-com__section--dark p, .page-88casino-com__section--dark h3 {
        /* Text on dark section background */
        color: #ecf0f1;
    }
    .page-88casino-com__feature-item h3, .page-88casino-com__feature-item p {
        /* Text on feature item background */
        color: #ecf0f1;
    }
    .page-88casino-com__faq-question h3, .page-88casino-com__faq-question .page-88casino-com__faq-toggle {
        color: #2c3e50;
    }
    .page-88casino-com__faq-answer {
        color: #555;
    }
    .page-88casino-com__social-link {
        color: #fff;
    }

  