body { margin: 0; font-family: 'Arial', sans-serif; background-color: #1a1a1a; color: #f0f0f0; line-height: 1.6; }
    .page-poppy-playtime-chapter-3-wall {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 20px;
      box-sizing: border-box;
      padding-top: var(--header-offset, 122px); /* Fallback if shared.css not present */
    }
    @media (max-width: 768px) {
      .page-poppy-playtime-chapter-3-wall { padding: 10px 15px; padding-top: var(--header-offset, 122px); }
    }

    .page-poppy-playtime-chapter-3-wall__section {
      padding: 40px 0;
      margin-bottom: 20px;
      border-radius: 8px;
    }
    .page-poppy-playtime-chapter-3-wall__section--dark { background-color: #2a2a2a; padding: 40px 20px; }
    .page-poppy-playtime-chapter-3-wall__section--light { background-color: #333; padding: 40px 20px; }

    .page-poppy-playtime-chapter-3-wall__hero-section {
      text-align: center;
      position: relative;
      overflow: hidden;
      padding: 100px 20px;
      background-color: #0d0d0d;
      border-radius: 8px;
      margin-bottom: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .page-poppy-playtime-chapter-3-wall__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0.3;
    }
    .page-poppy-playtime-chapter-3-wall__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
    }
    .page-poppy-playtime-chapter-3-wall__hero-title {
      font-size: 3.5em;
      color: #ffcc00;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }
    .page-poppy-playtime-chapter-3-wall__hero-subtitle {
      font-size: 1.5em;
      color: #e0e0e0;
      margin-bottom: 40px;
    }
    .page-poppy-playtime-chapter-3-wall__button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }
    .page-poppy-playtime-chapter-3-wall__button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      font-size: 1.1em;
      white-space: nowrap;
    }
    .page-poppy-playtime-chapter-3-wall__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }
    .page-poppy-playtime-chapter-3-wall__button--secondary {
      background-color: #444;
      color: #f0f0f0;
    }
    .page-poppy-playtime-chapter-3-wall__button--secondary:hover {
      background-color: #555;
    }

    .page-poppy-playtime-chapter-3-wall__title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 40px;
    }
    .page-poppy-playtime-chapter-3-wall__text-content {
      font-size: 1.1em;
      color: #ccc;
      margin-bottom: 20px;
      text-align: justify;
    }
    .page-poppy-playtime-chapter-3-wall__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }
    .page-poppy-playtime-chapter-3-wall__card {
      background-color: #333;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }
    .page-poppy-playtime-chapter-3-wall__card:hover {
      transform: translateY(-5px);
    }
    .page-poppy-playtime-chapter-3-wall__card-image-container {
      width: 100%;
      height: 220px;
      overflow: hidden;
    }
    .page-poppy-playtime-chapter-3-wall__card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .page-poppy-playtime-chapter-3-wall__card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .page-poppy-playtime-chapter-3-wall__card-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
    }
    .page-poppy-playtime-chapter-3-wall__card-description {
      font-size: 0.95em;
      color: #bbb;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-poppy-playtime-chapter-3-wall__list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .page-poppy-playtime-chapter-3-wall__list-item {
      background-color: #333;
      margin-bottom: 15px;
      padding: 20px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 15px;
      box-sizing: border-box;
    }
    .page-poppy-playtime-chapter-3-wall__list-item-icon {
      width: 50px;
      height: 50px;
      object-fit: contain;
      flex-shrink: 0;
    }
    .page-poppy-playtime-chapter-3-wall__list-item-text {
      color: #e0e0e0;
      font-size: 1.1em;
    }

    .page-poppy-playtime-chapter-3-wall__faq-item {
      background-color: #333;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
    }
    .page-poppy-playtime-chapter-3-wall__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #444;
      color: #ffcc00;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }
    .page-poppy-playtime-chapter-3-wall__faq-question:hover {
      background-color: #555;
    }
    .page-poppy-playtime-chapter-3-wall__faq-question h3 {
      margin: 0;
      pointer-events: none;
      color: #ffcc00;
      font-size: 1em;
    }
    .page-poppy-playtime-chapter-3-wall__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
    }
    .page-poppy-playtime-chapter-3-wall__faq-item.active .page-poppy-playtime-chapter-3-wall__faq-toggle {
      transform: rotate(45deg);
    }
    .page-poppy-playtime-chapter-3-wall__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: #ccc;
      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-3-wall__faq-item.active .page-poppy-playtime-chapter-3-wall__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }
    .page-poppy-playtime-chapter-3-wall__faq-answer p { margin: 0; }

    .page-poppy-playtime-chapter-3-wall__blog-card {
      background-color: #333;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }
    .page-poppy-playtime-chapter-3-wall__blog-card:hover {
      transform: translateY(-5px);
    }
    .page-poppy-playtime-chapter-3-wall__blog-image-container {
      width: 100%;
      height: 200px;
      overflow: hidden;
    }
    .page-poppy-playtime-chapter-3-wall__blog-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .page-poppy-playtime-chapter-3-wall__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }
    .page-poppy-playtime-chapter-3-wall__blog-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
      text-decoration: none;
    }
    .page-poppy-playtime-chapter-3-wall__blog-title:hover { text-decoration: underline; }
    .page-poppy-playtime-chapter-3-wall__blog-excerpt {
      font-size: 0.9em;
      color: #bbb;
      margin-bottom: 15px;
      flex-grow: 1;
    }
    .page-poppy-playtime-chapter-3-wall__blog-date {
      font-size: 0.85em;
      color: #888;
    }

    /* General image responsiveness */
    .page-poppy-playtime-chapter-3-wall img {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }
    .page-poppy-playtime-chapter-3-wall__image-container {
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-poppy-playtime-chapter-3-wall__hero-title {
        font-size: 2.5em;
      }
      .page-poppy-playtime-chapter-3-wall__hero-subtitle {
        font-size: 1.2em;
      }
      .page-poppy-playtime-chapter-3-wall__button-group {
        flex-direction: column;
        gap: 15px;
      }
      .page-poppy-playtime-chapter-3-wall__button {
        width: 100%;
        box-sizing: border-box;
      }
      .page-poppy-playtime-chapter-3-wall__title {
        font-size: 2em;
      }
      .page-poppy-playtime-chapter-3-wall__grid {
        grid-template-columns: 1fr;
      }
      .page-poppy-playtime-chapter-3-wall__list-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
      }
      .page-poppy-playtime-chapter-3-wall__list-item-icon {
        margin-bottom: 10px;
      }
      .page-poppy-playtime-chapter-3-wall__faq-question {
        font-size: 1.1em;
        padding: 12px 15px;
      }
      .page-poppy-playtime-chapter-3-wall__faq-answer {
        padding: 15px !important;
      }
      .page-poppy-playtime-chapter-3-wall__faq-item.active .page-poppy-playtime-chapter-3-wall__faq-answer {
        padding: 15px !important;
      }
    }