
    /* General Styling */
    .page-8k8-slot {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e; /* Dark background for casino theme */
      line-height: 1.6;
      padding-bottom: 40px; /* Ensure space for footer */
    }

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

    .page-8k8-slot__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-8k8-slot__section--dark {
      background-color: #16213e;
    }

    .page-8k8-slot__section--light {
      background-color: #0f3460;
    }

    .page-8k8-slot__heading {
      font-size: 2.8em;
      color: #e94560; /* Accent color */
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-8k8-slot__subheading {
      font-size: 2em;
      color: #e0e0e0;
      margin-bottom: 15px;
      text-transform: capitalize;
    }

    .page-8k8-slot__paragraph {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #b0b0b0;
    }

    .page-8k8-slot__button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 12px 30px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(233, 69, 96, 0.4);
    }

    .page-8k8-slot__button:hover {
      background-color: #ff6a80;
      transform: translateY(-2px);
    }

    /* Hero Section */
    .page-8k8-slot__hero-section {
      padding-top: 10px; /* Small top padding, assuming body has header offset */
      background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
      color: #ffffff;
      position: relative;
      overflow: hidden;
    }

    .page-8k8-slot__hero-content {
      position: relative;
      z-index: 2;
      padding: 80px 0;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8k8-slot__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #e94560;
      text-shadow: 0 0 15px rgba(233, 69, 96, 0.7);
    }

    .page-8k8-slot__hero-subtitle {
      font-size: 1.8em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-8k8-slot__hero-image-wrapper {
      position: relative;
      margin-top: 40px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-slot__hero-image {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%;
      object-fit: cover;
      border-radius: 15px;
    }

    /* Features Section */
    .page-8k8-slot__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-slot__feature-card {
      background-color: #273b5c;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      text-align: left;
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .page-8k8-slot__feature-card:hover {
      transform: translateY(-8px);
      background-color: #314b70;
    }

    .page-8k8-slot__feature-icon {
      width: 80px; /* Minimum 200px required, this is wrong */
      height: 80px; /* Minimum 200px required, this is wrong */
      width: 200px; /* Corrected to minimum 200px */
      height: 200px; /* Corrected to minimum 200px */
      margin-bottom: 20px;
      display: block;
      max-width: 100%;
      height: auto; /* Maintain aspect ratio */
      object-fit: cover;
      border-radius: 8px;
      margin-left: auto; /* Center the icon */
      margin-right: auto; /* Center the icon */
    }

    .page-8k8-slot__feature-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-8k8-slot__feature-description {
      font-size: 1em;
      color: #c0c0c0;
    }

    /* Game Showcase */
    .page-8k8-slot__game-showcase-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-8k8-slot__game-card {
      background-color: #273b5c;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .page-8k8-slot__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-slot__game-image {
      width: 100%;
      height: 180px; /* Ensure minimum height for content images */
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-8k8-slot__game-info {
      padding: 20px;
    }

    .page-8k8-slot__game-title {
      font-size: 1.3em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-8k8-slot__game-provider {
      font-size: 0.9em;
      color: #b0b0b0;
    }

    /* Promotions Section */
    .page-8k8-slot__promo-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .page-8k8-slot__promo-item {
      background-color: #273b5c;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      text-align: left;
      box-sizing: border-box; /* Required for list items */
    }

    .page-8k8-slot__promo-title {
      font-size: 1.4em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-8k8-slot__promo-description {
      font-size: 1em;
      color: #c0c0c0;
      margin-bottom: 15px;
    }

    /* FAQ Section */
    .page-8k8-slot__faq-list {
      margin-top: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }

    .page-8k8-slot__faq-item {
      background-color: #273b5c;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-slot__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #0f3460;
      color: #e94560;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-8k8-slot__faq-question:hover {
      background-color: #16213e;
    }

    .page-8k8-slot__faq-question h3 {
      margin: 0;
      color: #e94560;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

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

    .page-8k8-slot__faq-item.active .page-8k8-slot__faq-toggle {
      transform: rotate(45deg);
    }

    .page-8k8-slot__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #c0c0c0;
      font-size: 1em;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-8k8-slot__heading {
        font-size: 2.2em;
      }

      .page-8k8-slot__subheading {
        font-size: 1.6em;
      }

      .page-8k8-slot__hero-title {
        font-size: 2.5em;
      }

      .page-8k8-slot__hero-subtitle {
        font-size: 1.4em;
      }

      .page-8k8-slot__hero-content {
        padding: 60px 0;
      }

      .page-8k8-slot__section {
        padding: 30px 0;
      }

      /* List Item Responsive Requirements */
      .page-8k8-slot__features-grid,
      .page-8k8-slot__game-showcase-grid,
      .page-8k8-slot__promo-list {
        grid-template-columns: 1fr; /* Stack items */
        gap: 20px;
        padding: 0 10px !important; /* Adjust container padding */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-slot__feature-card,
      .page-8k8-slot__game-card,
      .page-8k8-slot__promo-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important; /* Adjust 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-8k8-slot__feature-icon {
        width: 200px !important; /* Ensure min size on mobile */
        height: auto !important;
      }

      .page-8k8-slot__game-image {
        height: 150px;
      }

      .page-8k8-slot__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }

      .page-8k8-slot__faq-answer {
        padding: 0 20px;
      }

      .page-8k8-slot__faq-item.active .page-8k8-slot__faq-answer {
        padding: 15px 20px !important;
      }

      /* Image responsive requirements */
      .page-8k8-slot__hero-image-wrapper,
      .page-8k8-slot__feature-icon,
      .page-8k8-slot__game-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-slot__hero-title {
        font-size: 2em;
      }

      .page-8k8-slot__hero-subtitle {
        font-size: 1.2em;
      }

      .page-8k8-slot__button {
        padding: 10px 25px;
        font-size: 1em;
      }
    }
  