
    /* Page-specific CSS for 50jili slots */
    .page-50jili-slots {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 40px;
    }

    /* Fixed navigation bar spacing - only apply if shared.css does not handle body padding-top */
    /* .page-50jili-slots {
      padding-top: var(--header-offset, 122px);
    } */

    .page-50jili-slots__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px; /* Adjusted padding-top as body should handle header offset */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 450px;
      overflow: hidden;
      background-color: #000; /* Fallback for image */
    }

    .page-50jili-slots__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: brightness(0.6); /* Darken background image for text readability */
    }

    .page-50jili-slots__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
    }

    .page-50jili-slots__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffd700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-50jili-slots__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #eee;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

    .page-50jili-slots__button {
      background-color: #ffd700;
      color: #000;
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: inline-block;
      border: none;
      cursor: pointer;
    }

    .page-50jili-slots__button:hover {
      background-color: #ffe033;
      transform: translateY(-2px);
    }

    .page-50jili-slots__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-top: 30px;
    }

    .page-50jili-slots__section:first-of-type {
      margin-top: 0; /* No extra margin for the first section after hero */
    }

    .page-50jili-slots__section-title {
      font-size: 2.2em;
      color: #007bff;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-50jili-slots__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #555;
    }

    .page-50jili-slots__text-content strong {
      color: #007bff;
    }

    .page-50jili-slots__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-50jili-slots__feature-item {
      background-color: #e9f5ff;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-50jili-slots__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-50jili-slots__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      max-width: 100%;
      height: auto;
    }

    .page-50jili-slots__feature-title {
      font-size: 1.4em;
      color: #007bff;
      margin-bottom: 10px;
    }

    .page-50jili-slots__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-50jili-slots__game-card {
      background-color: #f0f0f0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-50jili-slots__game-card:hover {
      transform: translateY(-5px);
    }

    .page-50jili-slots__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-50jili-slots__game-info {
      padding: 15px;
    }

    .page-50jili-slots__game-title {
      font-size: 1.2em;
      color: #333;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-50jili-slots__game-provider {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-50jili-slots__promo-banner {
      background: linear-gradient(45deg, #007bff, #0056b3);
      color: #fff;
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      margin-top: 30px;
    }

    .page-50jili-slots__promo-title {
      font-size: 2em;
      margin-bottom: 10px;
      color: #ffd700;
    }

    .page-50jili-slots__promo-description {
      font-size: 1.1em;
      margin-bottom: 20px;
    }

    .page-50jili-slots__steps-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    .page-50jili-slots__step-item {
      background-color: #f4f7fa;
      padding: 25px;
      border-left: 5px solid #007bff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-50jili-slots__step-number {
      font-size: 2em;
      color: #007bff;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .page-50jili-slots__step-title {
      font-size: 1.3em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-50jili-slots__step-description {
      color: #555;
    }

    .page-50jili-slots__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-50jili-slots__payment-item {
      background-color: #f0f0f0;
      padding: 15px 25px;
      border-radius: 5px;
      font-weight: bold;
      color: #333;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      box-sizing: border-box; /* Crucial for mobile responsiveness */
      text-align: center;
      min-width: 120px;
    }

    .page-50jili-slots__faq-section {
      margin-top: 30px;
    }

    .page-50jili-slots__faq-item {
      background-color: #fff;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-50jili-slots__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #e9f5ff;
      color: #007bff;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-50jili-slots__faq-question:hover {
      background-color: #d1e7ff;
    }

    .page-50jili-slots__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-50jili-slots__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent */
    }

    .page-50jili-slots__faq-item.active .page-50jili-slots__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'X' or similar */
    }

    .page-50jili-slots__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

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

    /* General responsive styles */
    @media (max-width: 768px) {
      .page-50jili-slots__hero-section {
        min-height: 350px;
        padding-bottom: 50px;
      }

      .page-50jili-slots__hero-title {
        font-size: 2.2em;
      }

      .page-50jili-slots__hero-subtitle {
        font-size: 1em;
      }

      .page-50jili-slots__section-title {
        font-size: 1.8em;
      }

      .page-50jili-slots__text-content {
        font-size: 1em;
      }

      .page-50jili-slots__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-50jili-slots__feature-list,
      .page-50jili-slots__game-grid,
      .page-50jili-slots__steps-list {
        grid-template-columns: 1fr; /* Stack items on mobile */
      }

      .page-50jili-slots__feature-item,
      .page-50jili-slots__game-card,
      .page-50jili-slots__step-item,
      .page-50jili-slots__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjust padding for smaller screens */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-50jili-slots__feature-icon,
      .page-50jili-slots__game-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-50jili-slots__payment-methods {
        gap: 10px;
      }

      .page-50jili-slots__faq-question {
        padding: 12px 15px;
      }

      .page-50jili-slots__faq-question h3 {
        font-size: 1em;
      }

      .page-50jili-slots__faq-answer {
        padding: 0 15px;
      }

      .page-50jili-slots__faq-item.active .page-50jili-slots__faq-answer {
        padding: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-50jili-slots__hero-title {
        font-size: 1.8em;
      }
      .page-50jili-slots__hero-subtitle {
        font-size: 0.9em;
      }
      .page-50jili-slots__section {
        padding: 30px 15px;
      }
      .page-50jili-slots__promo-banner {
        padding: 20px;
      }
      .page-50jili-slots__promo-title {
        font-size: 1.5em;
      }
      .page-50jili-slots__promo-description {
        font-size: 0.9em;
      }
    }
  