.page-lankybox-poppy-playtime-chapter-5 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding-top: var(--header-offset, 0); /* Fallback to 0 if shared.css doesn't define, but body padding-top should handle this. */
    }

    .page-lankybox-poppy-playtime-chapter-5__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-lankybox-poppy-playtime-chapter-5__section-title {
      font-size: 2.5em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-lankybox-poppy-playtime-chapter-5__text-content {
      font-size: 1.1em;
      margin-bottom: 30px;
      text-align: center;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-section {
      position: relative;
      width: 100%;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, body padding-top handles main offset */
      box-sizing: border-box;
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.6);
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 20px;
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-title {
      font-size: 3.8em;
      margin-bottom: 20px;
      font-weight: 900;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      word-wrap: break-word;
      overflow-wrap: break-word;
      color: #ffffff; /* Ensure high contrast */
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
      word-wrap: break-word;
      overflow-wrap: break-word;
      color: #f0f0f0; /* Ensure high contrast */
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-cta-group {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-cta-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      word-wrap: break-word;
      overflow-wrap: break-word;
      box-sizing: border-box;
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-cta-button--primary {
      background-color: #ffc107;
      color: #333;
      border: 2px solid #ffc107;
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-cta-button--primary:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-cta-button--secondary {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
    }

    .page-lankybox-poppy-playtime-chapter-5__hero-cta-button--secondary:hover {
      background-color: rgba(255, 255, 255, 0.2);
      transform: translateY(-3px);
    }

    .page-lankybox-poppy-playtime-chapter-5__introduction-section,
    .page-lankybox-poppy-playtime-chapter-5__quick-access-section,
    .page-lankybox-poppy-playtime-chapter-5__games-section,
    .page-lankybox-poppy-playtime-chapter-5__promotions-section,
    .page-lankybox-poppy-playtime-chapter-5__security-customer-service-section,
    .page-lankybox-poppy-playtime-chapter-5__faq-section,
    .page-lankybox-poppy-playtime-chapter-5__blog-section {
      padding: 60px 0;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

    .page-lankybox-poppy-playtime-chapter-5__introduction-section {
      background-color: #e9ecef;
    }

    .page-lankybox-poppy-playtime-chapter-5__features-grid,
    .page-lankybox-poppy-playtime-chapter-5__access-grid,
    .page-lankybox-poppy-playtime-chapter-5__game-categories,
    .page-lankybox-poppy-playtime-chapter-5__promo-grid,
    .page-lankybox-poppy-playtime-chapter-5__service-grid,
    .page-lankybox-poppy-playtime-chapter-5__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-lankybox-poppy-playtime-chapter-5__feature-item,
    .page-lankybox-poppy-playtime-chapter-5__game-card,
    .page-lankybox-poppy-playtime-chapter-5__promo-card,
    .page-lankybox-poppy-playtime-chapter-5__service-item,
    .page-lankybox-poppy-playtime-chapter-5__blog-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-lankybox-poppy-playtime-chapter-5__feature-item:hover,
    .page-lankybox-poppy-playtime-chapter-5__game-card:hover,
    .page-lankybox-poppy-playtime-chapter-5__promo-card:hover,
    .page-lankybox-poppy-playtime-chapter-5__service-item:hover,
    .page-lankybox-poppy-playtime-chapter-5__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .page-lankybox-poppy-playtime-chapter-5__feature-icon,
    .page-lankybox-poppy-playtime-chapter-5__service-icon {
      width: 100%; /* Max width for responsiveness */
      max-width: 150px; /* Example size, adjust as needed */
      height: auto;
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-lankybox-poppy-playtime-chapter-5__feature-title,
    .page-lankybox-poppy-playtime-chapter-5__game-title,
    .page-lankybox-poppy-playtime-chapter-5__promo-title,
    .page-lankybox-poppy-playtime-chapter-5__service-title,
    .page-lankybox-poppy-playtime-chapter-5__blog-title {
      font-size: 1.5em;
      color: #0056b3;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-lankybox-poppy-playtime-chapter-5__feature-description,
    .page-lankybox-poppy-playtime-chapter-5__game-description,
    .page-lankybox-poppy-playtime-chapter-5__promo-description,
    .page-lankybox-poppy-playtime-chapter-5__service-description,
    .page-lankybox-poppy-playtime-chapter-5__blog-excerpt {
      font-size: 1em;
      color: #666;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-lankybox-poppy-playtime-chapter-5__access-button {
      display: block;
      width: 100%;
      padding: 15px 20px;
      background-color: #007bff;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      text-align: center;
      transition: background-color 0.3s ease;
      word-wrap: break-word;
      overflow-wrap: break-word;
      box-sizing: border-box;
    }

    .page-lankybox-poppy-playtime-chapter-5__access-button:hover {
      background-color: #0056b3;
    }

    .page-lankybox-poppy-playtime-chapter-5__game-image,
    .page-lankybox-poppy-playtime-chapter-5__promo-image,
    .page-lankybox-poppy-playtime-chapter-5__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .page-lankybox-poppy-playtime-chapter-5__game-button,
    .page-lankybox-poppy-playtime-chapter-5__promo-button,
    .page-lankybox-poppy-playtime-chapter-5__blog-read-more,
    .page-lankybox-poppy-playtime-chapter-5__contact-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #28a745;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      margin-top: 20px;
      transition: background-color 0.3s ease;
      font-weight: bold;
      word-wrap: break-word;
      overflow-wrap: break-word;
      box-sizing: border-box;
    }

    .page-lankybox-poppy-playtime-chapter-5__game-button:hover,
    .page-lankybox-poppy-playtime-chapter-5__promo-button:hover,
    .page-lankybox-poppy-playtime-chapter-5__blog-read-more:hover,
    .page-lankybox-poppy-playtime-chapter-5__contact-button:hover {
      background-color: #218838;
    }

    .page-lankybox-poppy-playtime-chapter-5__contact-button {
      display: block;
      max-width: 300px;
      margin: 40px auto 0 auto;
      background-color: #17a2b8;
    }

    .page-lankybox-poppy-playtime-chapter-5__contact-button:hover {
      background-color: #138496;
    }

    .page-lankybox-poppy-playtime-chapter-5__faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-lankybox-poppy-playtime-chapter-5__faq-item {
      background-color: #fefefe;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .page-lankybox-poppy-playtime-chapter-5__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #f0f0f0;
      transition: background-color 0.3s ease;
      user-select: none;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-lankybox-poppy-playtime-chapter-5__faq-question:hover {
      background-color: #e2e6ea;
    }

    .page-lankybox-poppy-playtime-chapter-5__faq-question-text {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      pointer-events: none; /* Prevent text selection from interfering with click */
    }

    .page-lankybox-poppy-playtime-chapter-5__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #0056b3;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent icon from interfering with click */
    }

    .page-lankybox-poppy-playtime-chapter-5__faq-item.active .page-lankybox-poppy-playtime-chapter-5__faq-toggle {
      transform: rotate(45deg); /* Plus becomes an X-like icon for active state */
    }

    .page-lankybox-poppy-playtime-chapter-5__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-lankybox-poppy-playtime-chapter-5__faq-item.active .page-lankybox-poppy-playtime-chapter-5__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-lankybox-poppy-playtime-chapter-5__faq-answer p {
      margin: 0;
      font-size: 1em;
      color: #555;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-lankybox-poppy-playtime-chapter-5__blog-title a {
      text-decoration: none;
      color: #0056b3;
      transition: color 0.3s ease;
    }

    .page-lankybox-poppy-playtime-chapter-5__blog-title a:hover {
      color: #007bff;
      text-decoration: underline;
    }

    .page-lankybox-poppy-playtime-chapter-5__sticky-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
    }

    .page-lankybox-poppy-playtime-chapter-5__sticky-button {
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      font-size: 1.1em;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      word-wrap: break-word;
      overflow-wrap: break-word;
      box-sizing: border-box;
    }

    .page-lankybox-poppy-playtime-chapter-5__sticky-button--register {
      background-color: #ffc107;
      color: #333;
    }

    .page-lankybox-poppy-playtime-chapter-5__sticky-button--register:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-lankybox-poppy-playtime-chapter-5__sticky-button--login {
      background-color: #007bff;
    }

    .page-lankybox-poppy-playtime-chapter-5__sticky-button--login:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-lankybox-poppy-playtime-chapter-5__hero-title {
        font-size: 3em;
      }
      .page-lankybox-poppy-playtime-chapter-5__hero-subtitle {
        font-size: 1.3em;
      }
      .page-lankybox-poppy-playtime-chapter-5__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-lankybox-poppy-playtime-chapter-5__hero-section {
        min-height: 500px;
      }
      .page-lankybox-poppy-playtime-chapter-5__hero-title {
        font-size: 2.2em;
      }
      .page-lankybox-poppy-playtime-chapter-5__hero-subtitle {
        font-size: 1.1em;
      }
      .page-lankybox-poppy-playtime-chapter-5__hero-cta-group {
        flex-direction: column;
        gap: 15px;
      }
      .page-lankybox-poppy-playtime-chapter-5__hero-cta-button {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        font-size: 1em;
      }

      .page-lankybox-poppy-playtime-chapter-5__container {
        padding: 15px;
      }

      .page-lankybox-poppy-playtime-chapter-5__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-lankybox-poppy-playtime-chapter-5__text-content {
        font-size: 1em;
      }

      .page-lankybox-poppy-playtime-chapter-5__features-grid,
      .page-lankybox-poppy-playtime-chapter-5__access-grid,
      .page-lankybox-poppy-playtime-chapter-5__game-categories,
      .page-lankybox-poppy-playtime-chapter-5__promo-grid,
      .page-lankybox-poppy-playtime-chapter-5__service-grid,
      .page-lankybox-poppy-playtime-chapter-5__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      /* Mobile list item requirements */
      .page-lankybox-poppy-playtime-chapter-5__features-grid > *,
      .page-lankybox-poppy-playtime-chapter-5__access-grid > *,
      .page-lankybox-poppy-playtime-chapter-5__game-categories > *,
      .page-lankybox-poppy-playtime-chapter-5__promo-grid > *,
      .page-lankybox-poppy-playtime-chapter-5__service-grid > *,
      .page-lankybox-poppy-playtime-chapter-5__blog-grid > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding for mobile to prevent overflow */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      /* Specific containers for lists */
      .page-lankybox-poppy-playtime-chapter-5__features-grid,
      .page-lankybox-poppy-playtime-chapter-5__access-grid,
      .page-lankybox-poppy-playtime-chapter-5__game-categories,
      .page-lankybox-poppy-playtime-chapter-5__promo-grid,
      .page-lankybox-poppy-playtime-chapter-5__service-grid,
      .page-lankybox-poppy-playtime-chapter-5__blog-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important; /* Reset container padding if items have internal padding */
        margin-left: 0 !important;
        margin-right: 0 !important;
      }


      .page-lankybox-poppy-playtime-chapter-5__faq-question {
        padding: 15px 20px;
      }
      .page-lankybox-poppy-playtime-chapter-5__faq-question-text {
        font-size: 1.1em;
      }
      .page-lankybox-poppy-playtime-chapter-5__faq-answer {
        padding: 0 20px;
      }
      .page-lankybox-poppy-playtime-chapter-5__faq-item.active .page-lankybox-poppy-playtime-chapter-5__faq-answer {
        padding: 15px 20px !important;
      }

      .page-lankybox-poppy-playtime-chapter-5__sticky-buttons {
        bottom: 10px;
        gap: 10px;
      }
      .page-lankybox-poppy-playtime-chapter-5__sticky-button {
        padding: 10px 20px;
        font-size: 1em;
      }

      /* Image responsiveness */
      .page-lankybox-poppy-playtime-chapter-5__hero-image,
      .page-lankybox-poppy-playtime-chapter-5__feature-icon,
      .page-lankybox-poppy-playtime-chapter-5__service-icon,
      .page-lankybox-poppy-playtime-chapter-5__game-image,
      .page-lankybox-poppy-playtime-chapter-5__promo-image,
      .page-lankybox-poppy-playtime-chapter-5__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-lankybox-poppy-playtime-chapter-5__hero-background picture,
      .page-lankybox-poppy-playtime-chapter-5__hero-background source,
      .page-lankybox-poppy-playtime-chapter-5__hero-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .page-lankybox-poppy-playtime-chapter-5__game-image,
      .page-lankybox-poppy-playtime-chapter-5__promo-image,
      .page-lankybox-poppy-playtime-chapter-5__blog-image {
        height: 150px !important; /* Adjust height for smaller screens */
      }
    }

    @media (max-width: 480px) {
      .page-lankybox-poppy-playtime-chapter-5__hero-title {
        font-size: 1.8em;
      }
      .page-lankybox-poppy-playtime-chapter-5__hero-subtitle {
        font-size: 1em;
      }
      .page-lankybox-poppy-playtime-chapter-5__section-title {
        font-size: 1.5em;
      }
      .page-lankybox-poppy-playtime-chapter-5__hero-cta-button {
        padding: 12px 20px;
      }
    }