
    /* Page-specific CSS for 8k8 17 login */
    .page-8k8-17-login {
      font-family: 'Arial', sans-serif;
      color: #333333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-top: 10px; /* Small decorative padding, assuming body has header offset */
    }

    .page-8k8-17-login__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-17-login__hero-section {
      background-color: #1a1a1a;
      color: #ffffff;
      text-align: center;
      padding: 80px 20px;
      border-radius: 0;
      box-shadow: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }

    .page-8k8-17-login__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 1;
      max-width: 100%;
      height: auto;
    }

    .page-8k8-17-login__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
    }

    .page-8k8-17-login__heading-primary {
      font-size: 3.2em;
      margin-bottom: 15px;
      color: #ffd700; /* Gold for prominence */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-17-login__heading-secondary {
      font-size: 2.2em;
      margin-bottom: 20px;
      color: #cc0000;
      text-align: center;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-17-login__paragraph {
      font-size: 1.1em;
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-8k8-17-login__button {
      display: inline-block;
      background-color: #cc0000;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      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-17-login__button:hover {
      background-color: #ff3333;
      transform: translateY(-2px);
    }

    .page-8k8-17-login__button--secondary {
      background-color: #ffd700;
      color: #333333;
    }

    .page-8k8-17-login__button--secondary:hover {
      background-color: #ffe066;
    }

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

    .page-8k8-17-login__feature-item {
      text-align: center;
      padding: 25px;
      border: 1px solid #eee;
      border-radius: 8px;
      background-color: #fcfcfc;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-17-login__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .page-8k8-17-login__feature-icon {
      width: 250px; /* Minimum size */
      height: 180px;
      object-fit: cover;
      margin-bottom: 15px;
      border-radius: 5px;
      max-width: 100%;
      height: auto;
    }

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

    .page-8k8-17-login__game-providers-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
      padding: 0;
      list-style: none;
    }

    .page-8k8-17-login__provider-item {
      background-color: #f5f5f5;
      padding: 15px 25px;
      border-radius: 5px;
      font-weight: bold;
      color: #555555;
      border: 1px solid #e0e0e0;
      box-sizing: border-box;
      width: fit-content;
      max-width: 100%;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-17-login__image-container {
      text-align: center;
      margin: 30px 0;
    }

    .page-8k8-17-login__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      min-width: 200px;
      min-height: 200px;
      object-fit: cover;
    }

    .page-8k8-17-login__faq-section {
      padding: 40px 20px;
      background-color: #f0f0f0;
      border-radius: 8px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-17-login__faq-heading {
      font-size: 2.2em;
      color: #333333;
      text-align: center;
      margin-bottom: 30px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-17-login__faq-item {
      background-color: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      margin-bottom: 15px;
      overflow: hidden;
    }

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

    .page-8k8-17-login__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-8k8-17-login__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
      word-wrap: break-word;
      overflow-wrap: break-word;
      line-height: 1.4;
    }

    .page-8k8-17-login__faq-toggle {
      font-size: 1.8em;
      margin-left: 15px;
      transition: transform 0.3s ease;
      color: #cc0000;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent */
    }

    .page-8k8-17-login__faq-item.active .page-8k8-17-login__faq-toggle {
      transform: rotate(45deg); /* Rotates the '+' to an 'x' or '-' */
    }

    .page-8k8-17-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555555;
      text-align: justify;
    }

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

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

      .page-8k8-17-login__heading-secondary,
      .page-8k8-17-login__faq-heading {
        font-size: 1.8em;
      }

      .page-8k8-17-login__paragraph,
      .page-8k8-17-login__button {
        font-size: 1em;
      }

      .page-8k8-17-login__section,
      .page-8k8-17-login__faq-section {
        padding: 20px 15px;
      }

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

      .page-8k8-17-login__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
      }

      .page-8k8-17-login__game-providers-list {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        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-17-login__provider-item {
        width: 90% !important; /* Adjust as needed for better fit */
        max-width: 90% !important;
        box-sizing: border-box !important;
        padding: 10px 15px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

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

      .page-8k8-17-login__faq-question h3 {
        font-size: 1.1em;
      }

      .page-8k8-17-login__faq-toggle {
        font-size: 1.5em;
      }

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

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

      .page-8k8-17-login__hero-section {
        padding: 60px 15px;
      }

      .page-8k8-17-login__feature-icon {
        width: 200px;
        height: 150px;
        max-width: 100% !important;
        height: auto !important;
      }

      .page-8k8-17-login__content-image {
        max-width: 100% !important;
        height: auto !important;
        min-width: 200px !important;
        min-height: 200px !important;
      }
    }

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

      .page-8k8-17-login__heading-secondary,
      .page-8k8-17-login__faq-heading {
        font-size: 1.5em;
      }

      .page-8k8-17-login__button {
        padding: 12px 25px;
      }
    }
  