.page-poppy-playtime-chapter-3-release-date-2023 {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__section {
    padding: 40px 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__section:first-of-type {
    padding-top: 10px; /* Rely on body padding-top for header offset */
  }

  .page-poppy-playtime-chapter-3-release-date-2023__hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('[GALLERY:hero:1920x1080:gaming,adventure,kinggame]') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #ffcc00;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }

  .page-poppy-playtime-chapter-3-release-date-2023__hero-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    color: #eee;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__button {
    display: inline-block;
    background-color: #ffcc00;
    color: #000;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__button:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
  }

  .page-poppy-playtime-chapter-3-release-date-2023__heading {
    font-size: 2em;
    color: #0056b3;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #ffcc00;
    padding-bottom: 10px;
    display: inline-block;
    width: auto;
    max-width: 100%;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__text-content {
    font-size: 1.1em;
    text-align: justify;
    margin-bottom: 15px;
  }

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

  .page-poppy-playtime-chapter-3-release-date-2023__card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .page-poppy-playtime-chapter-3-release-date-2023__card-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__card-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__card-title {
    font-size: 1.3em;
    color: #0056b3;
    margin-bottom: 10px;
    min-height: 50px; /* Ensure consistent height */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__card-description {
    font-size: 0.95em;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__quick-access-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__quick-access-buttons .page-poppy-playtime-chapter-3-release-date-2023__button {
    flex: 1 1 auto;
    min-width: 150px;
    max-width: 200px;
    text-align: center;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__game-provider-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__game-provider-logo-wrapper {
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__game-provider-logo-wrapper:hover {
    transform: scale(1.05);
  }

  .page-poppy-playtime-chapter-3-release-date-2023__game-provider-logo {
    max-width: 100px;
    max-height: 70px;
    width: auto;
    height: auto;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__faq-item {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background-color: #f0f0f0;
    color: #333;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__faq-question:hover {
    background-color: #e0e0e0;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__faq-question h3 {
    margin: 0;
    font-size: 1.1em;
    color: #0056b3;
    pointer-events: none; /* Prevent h3 from blocking click event */
  }

  .page-poppy-playtime-chapter-3-release-date-2023__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: #0056b3;
    pointer-events: none; /* Prevent span from blocking click event */
  }

  .page-poppy-playtime-chapter-3-release-date-2023__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__faq-item.active .page-poppy-playtime-chapter-3-release-date-2023__faq-answer {
    max-height: 2000px !important;
    padding: 20px !important;
    opacity: 1;
  }

  .page-poppy-playtime-chapter-3-release-date-2023__blog-card-link {
    text-decoration: none;
    color: inherit;
  }

  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .page-poppy-playtime-chapter-3-release-date-2023__hero-section {
      padding: 80px 15px;
      min-height: 300px;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__hero-title {
      font-size: 2em;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__hero-subtitle {
      font-size: 1em;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__section {
      padding: 30px 15px;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__heading {
      font-size: 1.6em;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__grid {
      grid-template-columns: 1fr;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__quick-access-buttons .page-poppy-playtime-chapter-3-release-date-2023__button {
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__card {
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__card-image-wrapper,
    .page-poppy-playtime-chapter-3-release-date-2023__card-image {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__faq-question {
      padding: 12px 15px;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__faq-question h3 {
      font-size: 1em;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__faq-answer {
      padding: 0 15px;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__faq-item.active .page-poppy-playtime-chapter-3-release-date-2023__faq-answer {
      padding: 15px !important;
    }

    .page-poppy-playtime-chapter-3-release-date-2023__text-content p,
    .page-poppy-playtime-chapter-3-release-date-2023__card-description {
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
      word-break: break-word !important;
    }
  }