
    /* General styles for the page-8k8-link container */
    .page-8k8-link {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0; /* Light gray text for contrast */
      background-color: #1a1a2e; /* Dark blue/purple background */
      line-height: 1.6;
      padding-top: 10px; /* Small padding top for decorative spacing below header */
    }

    /* Section styling */
    .page-8k8-link__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-8k8-link__section--dark {
      background-color: #2a2a4a;
    }

    .page-8k8-link__section--light {
      background-color: #3a3a5a;
    }

    /* Headings */
    .page-8k8-link__heading-primary {
      font-size: 2.8em;
      color: #00cc66; /* Vibrant green for primary headings */
      margin-bottom: 20px;
      text-transform: uppercase;
    }

    .page-8k8-link__heading-secondary {
      font-size: 2.2em;
      color: #e94560; /* Vibrant pink/red for secondary headings */
      margin-bottom: 20px;
    }

    .page-8k8-link__heading-tertiary {
      font-size: 1.6em;
      color: #00cc66;
      margin-bottom: 15px;
    }

    /* Paragraphs */
    .page-8k8-link__paragraph {
      margin-bottom: 20px;
      font-size: 1.1em;
    }

    /* Buttons (no links, just visual style) */
    .page-8k8-link__button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      margin-top: 20px;
    }

    .page-8k8-link__button:hover {
      background-color: #ff6b81;
    }

    .page-8k8-link__button--secondary {
      background-color: #00cc66;
    }

    .page-8k8-link__button--secondary:hover {
      background-color: #00e673;
    }

    /* Hero Section */
    .page-8k8-link__hero-section {
      background-image: url('[GALLERY:hero:1920x1080:8k8 link,online casino,philippines,gaming,promo]');
      background-size: cover;
      background-position: center;
      padding: 100px 20px;
      color: #ffffff;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .page-8k8-link__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
      z-index: 1;
    }

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

    .page-8k8-link__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #00cc66;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-link__hero-subtitle {
      font-size: 1.8em;
      margin-bottom: 30px;
      color: #e0e0e0;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    /* Image Gallery Section */
    .page-8k8-link__image-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-8k8-link__image-wrapper {
      background-color: #2a2a4a;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-link__image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .page-8k8-link__image:hover {
      transform: scale(1.05);
    }

    .page-8k8-link__image-caption {
      padding: 15px;
      font-size: 1em;
      color: #e0e0e0;
      background-color: #2a2a4a;
    }

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

    .page-8k8-link__feature-item {
      background-color: #2a2a4a;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      text-align: left;
      box-sizing: border-box; /* Required for list items */
    }

    .page-8k8-link__feature-item h3 {
      color: #00cc66;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-8k8-link__feature-item p {
      color: #c0c0c0;
      font-size: 1em;
    }

    /* Payment Providers Section */
    .page-8k8-link__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-8k8-link__payment-item {
      background-color: #2a2a4a;
      padding: 20px 30px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      text-align: center;
      color: #e0e0e0;
      font-weight: bold;
      font-size: 1.1em;
      box-sizing: border-box; /* Ensure padding is included in width */
      flex: 1 1 auto; /* Allow items to grow and shrink */
      min-width: 120px; /* Minimum width for each item */
      max-width: 200px; /* Max width to prevent items from becoming too wide */
    }

    /* FAQ Section */
    .page-8k8-link__faq-container {
      margin-top: 40px;
      text-align: left;
    }

    .page-8k8-link__faq-item {
      background-color: #2a2a4a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

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

    .page-8k8-link__faq-question:hover {
      background-color: #4a4a6a;
    }

    .page-8k8-link__faq-question h3 {
      margin: 0;
      font-size: 1.2em; /* Ensure h3 is not too large */
      color: #e0e0e0;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-8k8-link__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
      color: #00cc66;
    }

    .page-8k8-link__faq-item.active .page-8k8-link__faq-toggle {
      transform: rotate(45deg); /* Change + to X visual */
    }

    .page-8k8-link__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: #c0c0c0;
      font-size: 1em;
    }

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

    /* Promotional Banner */
    .page-8k8-link__promo-banner {
      background-color: #00cc66;
      color: #1a1a2e;
      padding: 30px 20px;
      text-align: center;
      margin-top: 40px;
      border-radius: 8px;
    }

    .page-8k8-link__promo-title {
      font-size: 2.2em;
      margin-bottom: 10px;
      color: #1a1a2e;
    }

    .page-8k8-link__promo-text {
      font-size: 1.2em;
      margin-bottom: 20px;
      color: #1a1a2e;
    }

    /* External Link Button */
    .page-8k8-link__external-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-link__external-button:hover {
      background-color: #ff6b81;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-8k8-link__hero-title {
        font-size: 2.5em;
      }

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

      .page-8k8-link__heading-primary {
        font-size: 2em;
      }

      .page-8k8-link__heading-secondary {
        font-size: 1.8em;
      }

      .page-8k8-link__section {
        padding: 30px 15px;
      }

      /* List item responsiveness */
      .page-8k8-link__features-list {
        grid-template-columns: 1fr; /* Stack items on mobile */
        padding: 0 !important; /* Remove padding from ul */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-link__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !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-link__payment-providers {
        flex-direction: column; /* Stack payment items */
        align-items: center;
      }

      .page-8k8-link__payment-item {
        width: 100% !important;
        max-width: 250px !important; /* Constrain width for better appearance */
        box-sizing: border-box !important;
      }

      .page-8k8-link__faq-question,
      .page-8k8-link__faq-question h3 {
        font-size: 1.1em;
        padding: 12px 15px;
      }

      .page-8k8-link__faq-answer {
        padding: 0 15px;
      }

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

      .page-8k8-link__promo-title {
        font-size: 1.8em;
      }

      .page-8k8-link__promo-text {
        font-size: 1em;
      }

      /* Image responsiveness */
      .page-8k8-link__image-gallery {
        grid-template-columns: 1fr;
      }
      .page-8k8-link__image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
      }
      .page-8k8-link__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

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

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

      .page-8k8-link__button, .page-8k8-link__external-button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }
  