.page-poppy-playtime-2-release-date {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      padding-top: var(--header-offset, 122px); /* Fallback for body padding */
    }

    .page-poppy-playtime-2-release-date__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-poppy-playtime-2-release-date__section {
      margin-bottom: 40px;
      padding: 20px 0;
      border-bottom: 1px solid #eee;
    }

    .page-poppy-playtime-2-release-date__section:last-of-type {
      border-bottom: none;
    }

    .page-poppy-playtime-2-release-date__heading {
      color: #0056b3;
      text-align: center;
      margin-bottom: 25px;
      font-size: 2.5em;
      line-height: 1.2;
    }

    .page-poppy-playtime-2-release-date__sub-heading {
      color: #0056b3;
      margin-bottom: 15px;
      font-size: 1.8em;
    }

    .page-poppy-playtime-2-release-date__text {
      margin-bottom: 20px;
      font-size: 1.1em;
      text-align: justify;
    }

    .page-poppy-playtime-2-release-date__hero-section {
      position: relative;
      width: 100%;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      background: linear-gradient(135deg, #007bff, #0056b3);
      padding-top: 10px; /* Small decorative padding, body handles main offset */
    }

    .page-poppy-playtime-2-release-date__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: brightness(0.7);
    }

    .page-poppy-playtime-2-release-date__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }

    .page-poppy-playtime-2-release-date__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      line-height: 1.1;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-poppy-playtime-2-release-date__hero-description {
      font-size: 1.4em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    .page-poppy-playtime-2-release-date__cta-button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin: 0 10px;
    }

    .page-poppy-playtime-2-release-date__cta-button:hover {
      background-color: #e0a800;
    }

    .page-poppy-playtime-2-release-date__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-poppy-playtime-2-release-date__game-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      text-align: center;
    }

    .page-poppy-playtime-2-release-date__game-card:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-2-release-date__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-poppy-playtime-2-release-date__game-card-content {
      padding: 20px;
    }

    .page-poppy-playtime-2-release-date__game-card-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-poppy-playtime-2-release-date__game-card-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-2-release-date__promo-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-poppy-playtime-2-release-date__promo-item {
      background-color: #e9f5ff;
      border-left: 5px solid #007bff;
      padding: 20px;
      border-radius: 5px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .page-poppy-playtime-2-release-date__promo-title {
      color: #007bff;
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    .page-poppy-playtime-2-release-date__promo-description {
      font-size: 1em;
      color: #555;
    }

    .page-poppy-playtime-2-release-date__faq-list {
      list-style: none;
      padding: 0;
    }

    .page-poppy-playtime-2-release-date__faq-item {
      margin-bottom: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      overflow: hidden;
    }

    .page-poppy-playtime-2-release-date__faq-question {
      background-color: #f0f0f0;
      padding: 15px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-2-release-date__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-poppy-playtime-2-release-date__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-poppy-playtime-2-release-date__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      pointer-events: none; /* Prevent span from blocking click */
      transition: transform 0.3s ease;
    }

    .page-poppy-playtime-2-release-date__faq-item.active .page-poppy-playtime-2-release-date__faq-toggle {
      transform: rotate(45deg);
    }

    .page-poppy-playtime-2-release-date__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #fff;
      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-poppy-playtime-2-release-date__faq-item.active .page-poppy-playtime-2-release-date__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

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

    .page-poppy-playtime-2-release-date__blog-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-poppy-playtime-2-release-date__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-2-release-date__blog-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .page-poppy-playtime-2-release-date__blog-card-content {
      padding: 20px;
    }

    .page-poppy-playtime-2-release-date__blog-card-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-poppy-playtime-2-release-date__blog-card-excerpt {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-2-release-date__link {
      color: #007bff;
      text-decoration: none;
    }

    .page-poppy-playtime-2-release-date__link:hover {
      text-decoration: underline;
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .page-poppy-playtime-2-release-date__heading {
        font-size: 2em;
      }

      .page-poppy-playtime-2-release-date__sub-heading {
        font-size: 1.5em;
      }

      .page-poppy-playtime-2-release-date__hero-section {
        height: 400px;
      }

      .page-poppy-playtime-2-release-date__hero-title {
        font-size: 2.5em;
      }

      .page-poppy-playtime-2-release-date__hero-description {
        font-size: 1.1em;
      }

      .page-poppy-playtime-2-release-date__cta-button {
        padding: 12px 20px;
        font-size: 1em;
        margin: 5px;
      }

      .page-poppy-playtime-2-release-date__game-grid,
      .page-poppy-playtime-2-release-date__promo-list,
      .page-poppy-playtime-2-release-date__blog-grid {
        grid-template-columns: 1fr;
      }

      .page-poppy-playtime-2-release-date__promo-item,
      .page-poppy-playtime-2-release-date__faq-item,
      .page-poppy-playtime-2-release-date__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-poppy-playtime-2-release-date__promo-list,
      .page-poppy-playtime-2-release-date__faq-list,
      .page-poppy-playtime-2-release-date__blog-grid {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-poppy-playtime-2-release-date__text,
      .page-poppy-playtime-2-release-date__game-card-description,
      .page-poppy-playtime-2-release-date__promo-description,
      .page-poppy-playtime-2-release-date__blog-card-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }