
    :root {
      --page-8k8-slot-casino-primary-color: #FFD700; /* Gold */
      --page-8k8-slot-casino-secondary-color: #1A1A1A; /* Dark Grey */
      --page-8k8-slot-casino-accent-color: #FF4500; /* Orange-Red */
      --page-8k8-slot-casino-text-color: #E0E0E0; /* Light Grey */
      --page-8k8-slot-casino-background-dark: #0A0A0A; /* Very Dark Grey */
      --page-8k8-slot-casino-background-light: #2C2C2C; /* Slightly Lighter Dark Grey */
    }

    .page-8k8-slot-casino {
      font-family: 'Arial', sans-serif;
      color: var(--page-8k8-slot-casino-text-color);
      background-color: var(--page-8k8-slot-casino-background-dark);
      line-height: 1.6;
    }

    .page-8k8-slot-casino__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      border-radius: 8px;
      background-color: var(--page-8k8-slot-casino-background-light);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-slot-casino__hero-section {
      background-color: var(--page-8k8-slot-casino-background-dark);
      color: #FFFFFF;
      text-align: center;
      padding: 10px 20px 60px 20px; /* Small top padding, assuming body handles main offset */
      position: relative;
      overflow: hidden;
    }

    .page-8k8-slot-casino__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-8k8-slot-casino__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8k8-slot-casino__hero-title {
      font-size: 3.2em;
      margin-bottom: 15px;
      color: var(--page-8k8-slot-casino-primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-slot-casino__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-slot-casino__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--page-8k8-slot-casino-accent-color);
      color: #FFFFFF;
      text-decoration: none;
      border-radius: 50px;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-slot-casino__button:hover {
      background-color: #FF6347; /* Slightly lighter orange */
      transform: translateY(-2px);
    }

    .page-8k8-slot-casino__heading {
      font-size: 2.5em;
      color: var(--page-8k8-slot-casino-primary-color);
      text-align: center;
      margin-bottom: 30px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-slot-casino__sub-heading {
      font-size: 1.8em;
      color: var(--page-8k8-slot-casino-primary-color);
      margin-top: 25px;
      margin-bottom: 15px;
      border-bottom: 2px solid var(--page-8k8-slot-casino-accent-color);
      padding-bottom: 10px;
    }

    .page-8k8-slot-casino__text-content {
      max-width: 800px;
      margin: 0 auto 30px auto;
      text-align: justify;
    }

    .page-8k8-slot-casino__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 40px auto;
    }

    .page-8k8-slot-casino__card {
      background-color: var(--page-8k8-slot-casino-background-dark);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-8k8-slot-casino__card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    }

    .page-8k8-slot-casino__card-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
      background-color: #000;
    }

    .page-8k8-slot-casino__card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .page-8k8-slot-casino__card:hover .page-8k8-slot-casino__card-image {
      transform: scale(1.05);
    }

    .page-8k8-slot-casino__card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-8k8-slot-casino__card-title {
      font-size: 1.5em;
      color: var(--page-8k8-slot-casino-primary-color);
      margin-bottom: 10px;
    }

    .page-8k8-slot-casino__card-description {
      font-size: 0.95em;
      color: var(--page-8k8-slot-casino-text-color);
      margin-bottom: 15px;
    }

    .page-8k8-slot-casino__list {
      list-style: none;
      padding: 0;
      max-width: 800px;
      margin: 30px auto;
    }

    .page-8k8-slot-casino__list-item {
      background-color: var(--page-8k8-slot-casino-background-dark);
      margin-bottom: 15px;
      padding: 18px 25px;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      font-size: 1.1em;
      box-sizing: border-box; /* Ensure padding and border are included in the width */
    }

    .page-8k8-slot-casino__list-item::before {
      content: '✔';
      color: var(--page-8k8-slot-casino-primary-color);
      font-weight: bold;
      margin-right: 15px;
      font-size: 1.2em;
    }

    .page-8k8-slot-casino__promo-cta {
      text-align: center;
      margin-top: 40px;
      font-size: 1.2em;
    }

    .page-8k8-slot-casino__external-link {
      color: var(--page-8k8-slot-casino-primary-color);
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-8k8-slot-casino__external-link:hover {
      color: var(--page-8k8-slot-casino-accent-color);
      text-decoration: underline;
    }

    /* FAQ Section Styles */
    .page-8k8-slot-casino__faq-section {
      max-width: 900px;
      margin: 40px auto;
      padding: 20px;
      background-color: var(--page-8k8-slot-casino-background-light);
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-slot-casino__faq-item {
      border-bottom: 1px solid #444;
      margin-bottom: 10px;
    }

    .page-8k8-slot-casino__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-8k8-slot-casino__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      color: var(--page-8k8-slot-casino-primary-color);
      transition: color 0.3s ease;
    }

    .page-8k8-slot-casino__faq-question:hover {
      color: var(--page-8k8-slot-casino-accent-color);
    }

    .page-8k8-slot-casino__faq-question h3 {
      margin: 0;
      font-size: 1.2em; /* Ensure h3 matches parent font size */
      pointer-events: none; /* Prevent h3 from blocking click events */
      flex-grow: 1;
    }

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

    .page-8k8-slot-casino__faq-item.active .page-8k8-slot-casino__faq-toggle {
      transform: rotate(45deg); /* Rotates the '+' to 'x' or similar, could also be '-' */
    }

    .page-8k8-slot-casino__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--page-8k8-slot-casino-text-color);
      font-size: 1em;
    }

    .page-8k8-slot-casino__faq-item.active .page-8k8-slot-casino__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-slot-casino__hero-title {
        font-size: 2.8em;
      }
      .page-8k8-slot-casino__hero-description {
        font-size: 1.2em;
      }
      .page-8k8-slot-casino__heading {
        font-size: 2em;
      }
      .page-8k8-slot-casino__sub-heading {
        font-size: 1.6em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-slot-casino__hero-title {
        font-size: 2.2em;
      }
      .page-8k8-slot-casino__hero-description {
        font-size: 1.1em;
      }
      .page-8k8-slot-casino__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-slot-casino__heading {
        font-size: 1.8em;
      }
      .page-8k8-slot-casino__sub-heading {
        font-size: 1.4em;
      }
      .page-8k8-slot-casino__section {
        padding: 30px 15px;
      }
      .page-8k8-slot-casino__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px auto;
      }
      .page-8k8-slot-casino__card-image-wrapper {
        height: 180px;
      }
      .page-8k8-slot-casino__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px 15px !important;
        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-casino__list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-8k8-slot-casino__faq-question {
        font-size: 1.1em;
        padding: 12px 0;
      }
      .page-8k8-slot-casino__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-slot-casino__faq-toggle {
        font-size: 1.5em;
      }
      .page-8k8-slot-casino__faq-answer {
        padding: 0 10px;
      }
      .page-8k8-slot-casino__faq-item.active .page-8k8-slot-casino__faq-answer {
        padding: 15px 10px !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-slot-casino__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-slot-casino__hero-description {
        font-size: 1em;
      }
      .page-8k8-slot-casino__heading {
        font-size: 1.6em;
      }
      .page-8k8-slot-casino__sub-heading {
        font-size: 1.2em;
      }
    }
  