.page-poppy-playtime-chapter-ollie {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-top: 10px; /* Small padding for visual separation from header, assuming body padding-top is handled */
    }

    .page-poppy-playtime-chapter-ollie__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 40px;
      padding-top: 40px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .page-poppy-playtime-chapter-ollie__hero-section {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 600px;
      text-align: center;
      padding: 60px 20px;
      overflow: hidden;
      background: linear-gradient(135deg, #2a0000, #000000 50%, #2a0000);
    }

    .page-poppy-playtime-chapter-ollie__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      overflow: hidden;
    }

    .page-poppy-playtime-chapter-ollie__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.2;
      transition: opacity 0.3s ease;
    }

    .page-poppy-playtime-chapter-ollie__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      background: rgba(0, 0, 0, 0.6);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(255, 204, 0, 0.3);
    }

    .page-poppy-playtime-chapter-ollie__hero-title {
      font-size: 3.5em;
      color: #ffcc00;
      margin-bottom: 20px;
      line-height: 1.1;
      text-transform: capitalize;
    }

    .page-poppy-playtime-chapter-ollie__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #c0c0c0;
    }

    .page-poppy-playtime-chapter-ollie__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-poppy-playtime-chapter-ollie__button {
      display: inline-block;
      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;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-ollie__button--primary {
      background-color: #ffcc00;
      color: #1a1a1a;
      border: 2px solid #ffcc00;
    }

    .page-poppy-playtime-chapter-ollie__button--primary:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-poppy-playtime-chapter-ollie__button--secondary {
      background-color: transparent;
      color: #ffcc00;
      border: 2px solid #ffcc00;
    }

    .page-poppy-playtime-chapter-ollie__button--secondary:hover {
      background-color: #ffcc00;
      color: #1a1a1a;
      transform: translateY(-3px);
    }

    .page-poppy-playtime-chapter-ollie__button--large {
      padding: 18px 35px;
      font-size: 1.2em;
    }

    .page-poppy-playtime-chapter-ollie__button--small {
      padding: 10px 20px;
      font-size: 0.9em;
    }

    .page-poppy-playtime-chapter-ollie__about-game-section,
    .page-poppy-playtime-chapter-ollie__why-8k8-section,
    .page-poppy-playtime-chapter-ollie__how-to-section,
    .page-poppy-playtime-chapter-ollie__faq-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-poppy-playtime-chapter-ollie__content-grid {
      display: flex;
      align-items: center;
      gap: 40px;
      margin-top: 40px;
    }

    .page-poppy-playtime-chapter-ollie__content-text {
      flex: 1;
    }

    .page-poppy-playtime-chapter-ollie__content-text p {
      margin-bottom: 20px;
      font-size: 1.1em;
      color: #c0c0c0;
    }

    .page-poppy-playtime-chapter-ollie__content-image-wrapper {
      flex: 1;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-ollie__content-image {
      width: 100%;
      height: auto;
      display: block;
    }

    .page-poppy-playtime-chapter-ollie__why-8k8-section {
      background-color: #222222;
      border-radius: 10px;
      margin-top: 40px;
      padding-bottom: 80px;
    }

    .page-poppy-playtime-chapter-ollie__benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-poppy-playtime-chapter-ollie__benefit-card {
      background-color: #333333;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-ollie__benefit-card:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-chapter-ollie__benefit-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      display: inline-block;
    }

    .page-poppy-playtime-chapter-ollie__benefit-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-chapter-ollie__benefit-description {
      font-size: 1em;
      color: #b0b0b0;
    }

    .page-poppy-playtime-chapter-ollie__cta-wrapper {
      text-align: center;
      margin-top: 60px;
    }

    .page-poppy-playtime-chapter-ollie__how-to-section {
      padding-top: 80px;
    }

    .page-poppy-playtime-chapter-ollie__steps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-poppy-playtime-chapter-ollie__step-card {
      background-color: #222222;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-ollie__step-number {
      font-size: 3em;
      color: #ffcc00;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-chapter-ollie__step-title {
      font-size: 1.8em;
      color: #ffcc00;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-chapter-ollie__step-description {
      font-size: 1em;
      color: #b0b0b0;
      margin-bottom: 20px;
    }

    .page-poppy-playtime-chapter-ollie__faq-section {
      padding-bottom: 80px;
    }

    .page-poppy-playtime-chapter-ollie__faq-container {
      max-width: 900px;
      margin: 40px auto 0;
    }

    .page-poppy-playtime-chapter-ollie__faq-item {
      background-color: #222222;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .page-poppy-playtime-chapter-ollie__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #333333;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-chapter-ollie__faq-question:hover {
      background-color: #444444;
    }

    .page-poppy-playtime-chapter-ollie__faq-title {
      font-size: 1.2em;
      color: #ffcc00;
      margin: 0;
      pointer-events: none; /* Prevents text from blocking click event on parent div */
    }

    .page-poppy-playtime-chapter-ollie__faq-toggle {
      font-size: 1.8em;
      color: #ffcc00;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents icon from blocking click event on parent div */
    }

    .page-poppy-playtime-chapter-ollie__faq-item.active .page-poppy-playtime-chapter-ollie__faq-toggle {
      transform: rotate(45deg);
    }

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

    .page-poppy-playtime-chapter-ollie__faq-item.active .page-poppy-playtime-chapter-ollie__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-poppy-playtime-chapter-ollie__faq-answer p {
      margin: 0;
      font-size: 1em;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-poppy-playtime-chapter-ollie__hero-title {
        font-size: 2.8em;
      }
      .page-poppy-playtime-chapter-ollie__section-title {
        font-size: 2em;
      }
      .page-poppy-playtime-chapter-ollie__content-grid {
        flex-direction: column;
      }
      .page-poppy-playtime-chapter-ollie__content-text,
      .page-poppy-playtime-chapter-ollie__content-image-wrapper {
        flex: none;
        width: 100%;
      }
    }

    @media (max-width: 768px) {
      .page-poppy-playtime-chapter-ollie__hero-section {
        padding: 40px 15px;
        min-height: 500px;
      }
      .page-poppy-playtime-chapter-ollie__hero-title {
        font-size: 2.2em;
      }
      .page-poppy-playtime-chapter-ollie__hero-description {
        font-size: 1em;
      }
      .page-poppy-playtime-chapter-ollie__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-poppy-playtime-chapter-ollie__button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }
      .page-poppy-playtime-chapter-ollie__section-title {
        font-size: 1.8em;
        padding-top: 30px;
        margin-bottom: 30px;
      }
      .page-poppy-playtime-chapter-ollie__about-game-section,
      .page-poppy-playtime-chapter-ollie__why-8k8-section,
      .page-poppy-playtime-chapter-ollie__how-to-section,
      .page-poppy-playtime-chapter-ollie__faq-section {
        padding: 40px 15px;
      }
      .page-poppy-playtime-chapter-ollie__content-text p {
        font-size: 0.95em;
      }
      .page-poppy-playtime-chapter-ollie__benefits-grid,
      .page-poppy-playtime-chapter-ollie__steps-grid {
        grid-template-columns: 1fr;
      }
      .page-poppy-playtime-chapter-ollie__benefit-card,
      .page-poppy-playtime-chapter-ollie__step-card {
        padding: 25px;
      }
      .page-poppy-playtime-chapter-ollie__benefit-title,
      .page-poppy-playtime-chapter-ollie__step-title {
        font-size: 1.3em;
      }
      .page-poppy-playtime-chapter-ollie__faq-question {
        padding: 15px 20px;
      }
      .page-poppy-playtime-chapter-ollie__faq-title {
        font-size: 1.1em;
      }
      .page-poppy-playtime-chapter-ollie__faq-toggle {
        font-size: 1.5em;
      }
      .page-poppy-playtime-chapter-ollie__faq-answer {
        padding: 0 20px;
      }
      .page-poppy-playtime-chapter-ollie__faq-item.active .page-poppy-playtime-chapter-ollie__faq-answer {
        padding: 15px 20px !important;
      }
      /* Ensure all images are responsive */
      .page-poppy-playtime-chapter-ollie__hero-image,
      .page-poppy-playtime-chapter-ollie__content-image,
      .page-poppy-playtime-chapter-ollie__benefit-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-poppy-playtime-chapter-ollie__hero-image-wrapper,
      .page-poppy-playtime-chapter-ollie__content-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
      /* List item responsive specific for benefit cards */
      .page-poppy-playtime-chapter-ollie__benefits-grid .page-poppy-playtime-chapter-ollie__benefit-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      /* List item responsive specific for step cards */
      .page-poppy-playtime-chapter-ollie__steps-grid .page-poppy-playtime-chapter-ollie__step-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-poppy-playtime-chapter-ollie__hero-title {
        font-size: 1.8em;
      }
      .page-poppy-playtime-chapter-ollie__section-title {
        font-size: 1.5em;
      }
      .page-poppy-playtime-chapter-ollie__faq-title {
        font-size: 1em;
      }
      .page-poppy-playtime-chapter-ollie__faq-question {
        padding: 12px 15px;
      }
      .page-poppy-playtime-chapter-ollie__faq-item.active .page-poppy-playtime-chapter-ollie__faq-answer {
        padding: 10px 15px !important;
      }
    }