
    /* Page-specific CSS styles */
    .page-8k8-link {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a1a;
      color: #f0f0f0;
      line-height: 1.6;
    }

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

    .page-8k8-link__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,gaming,abstract]') no-repeat center center/cover;
      text-align: center;
      padding: 10px 20px 80px; /* 10px for decorative top spacing */
      border-radius: 10px;
      margin-bottom: 40px;
      box-sizing: border-box;
    }

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

    .page-8k8-link__hero-description {
      font-size: 1.3em;
      max-width: 800px;
      margin: 0 auto 30px;
      color: #e0e0e0;
    }

    .page-8k8-link__button {
      display: inline-block;
      background-color: #ffd700;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-link__button:hover {
      background-color: #e0b800;
      transform: translateY(-3px);
    }

    .page-8k8-link__section-title {
      font-size: 2.5em;
      color: #ffd700;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

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

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

    .page-8k8-link__info-card {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-link__info-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-8k8-link__card-icon {
      width: 100px;
      height: auto;
      margin-bottom: 15px;
      border-radius: 5px;
    }

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

    .page-8k8-link__card-description {
      color: #ccc;
      font-size: 0.95em;
    }

    .page-8k8-link__steps-list {
      display: flex;
      flex-direction: column;
      gap: 25px;
      margin-bottom: 40px;
      list-style: none;
      padding: 0;
    }

    .page-8k8-link__step-item {
      background-color: #2a2a2a;
      padding: 25px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-8k8-link__step-number {
      background-color: #ffd700;
      color: #1a1a1a;
      width: 45px;
      height: 45px;
      min-width: 45px; /* Ensure it doesn't shrink */
      min-height: 45px; /* Ensure it doesn't shrink */
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5em;
      font-weight: bold;
      margin-right: 20px;
    }

    .page-8k8-link__step-text {
      font-size: 1.1em;
      color: #e0e0e0;
      flex-grow: 1;
    }

    .page-8k8-link__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-bottom: 40px;
    }

    .page-8k8-link__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-link__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-8k8-link__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-8k8-link__game-content {
      padding: 20px;
      text-align: center;
    }

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

    .page-8k8-link__promo-section {
      background-color: #2a2a2a;
      padding: 50px 20px;
      border-radius: 10px;
      text-align: center;
      margin-bottom: 40px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    }

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

    .page-8k8-link__promo-description {
      font-size: 1.1em;
      color: #e0e0e0;
      max-width: 800px;
      margin: 0 auto 30px;
    }

    .page-8k8-link__faq-section {
      margin-bottom: 40px;
    }

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

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

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

    .page-8k8-link__faq-question h3 {
      margin: 0;
      color: #ffd700;
      pointer-events: none; /* Prevents text selection from interfering with click */
    }

    .page-8k8-link__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents icon from interfering with click */
      color: #ffd700;
    }

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

    .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: #ccc;
      font-size: 0.95em;
    }

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

    .page-8k8-link__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-bottom: 40px;
    }

    .page-8k8-link__provider-logo {
      width: 150px;
      height: 80px;
      object-fit: contain;
      background-color: #3a3a3a;
      border-radius: 8px;
      padding: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      transition: transform 0.2s ease;
      box-sizing: border-box;
    }

    .page-8k8-link__provider-logo:hover {
      transform: translateY(-3px);
    }

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

      .page-8k8-link__hero-description {
        font-size: 1.1em;
      }

      .page-8k8-link__section-title {
        font-size: 2em;
      }

      .page-8k8-link__info-grid {
        grid-template-columns: 1fr;
      }

      .page-8k8-link__step-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
      }

      .page-8k8-link__step-number {
        margin: 0 0 15px 0;
      }

      .page-8k8-link__steps-list,
      .page-8k8-link__games-grid,
      .page-8k8-link__payment-providers {
        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-link__step-item,
      .page-8k8-link__info-card,
      .page-8k8-link__game-card,
      .page-8k8-link__faq-item,
      .page-8k8-link__provider-logo {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important; /* Adjust padding for inner elements */
        padding-right: 15px !important; /* Adjust padding for inner elements */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      
      .page-8k8-link__container {
        padding: 15px;
      }

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

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

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

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

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

      .page-8k8-link__card-icon, .page-8k8-link__game-image {
        max-width: 100%;
        height: auto;
      }

      img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }
  