.page-poppy-playtime-chapter-5-free-play {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0; /* Light gray for general text */
      background-color: #1a1a2e; /* Dark blue/purple background */
      line-height: 1.6;
      padding-bottom: 40px;
    }

    .page-poppy-playtime-chapter-5-free-play__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-poppy-playtime-chapter-5-free-play__hero-section {
      background: linear-gradient(rgba(26, 26, 46, 0.8), rgba(26, 26, 46, 0.8)), url('[GALLERY:hero:1920x1080:casino background,gaming,neon]') no-repeat center center/cover;
      padding: 10px 0 80px 0; /* 10px top for minimal spacing after header, 80px bottom */
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 500px;
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-5-free-play__hero-content {
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }

    .page-poppy-playtime-chapter-5-free-play__hero-title {
      font-size: 2.8em;
      color: #e94560; /* Accent color */
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-poppy-playtime-chapter-5-free-play__hero-subtitle {
      font-size: 1.3em;
      color: #e0e0e0;
      margin-bottom: 30px;
    }

    .page-poppy-playtime-chapter-5-free-play__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-poppy-playtime-chapter-5-free-play__button {
      display: inline-block;
      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;
      box-sizing: border-box;
      text-align: center;
      min-width: 180px;
    }

    .page-poppy-playtime-chapter-5-free-play__button--primary {
      background-color: #e94560; /* Reddish pink */
      color: #ffffff;
      border: 2px solid #e94560;
    }

    .page-poppy-playtime-chapter-5-free-play__button--primary:hover {
      background-color: #ff6b81;
      transform: translateY(-3px);
    }

    .page-poppy-playtime-chapter-5-free-play__button--secondary {
      background-color: #0f3460; /* Darker blue */
      color: #ffffff;
      border: 2px solid #0f3460;
    }

    .page-poppy-playtime-chapter-5-free-play__button--secondary:hover {
      background-color: #1a4d8c;
      transform: translateY(-3px);
    }

    /* General Section Styling */
    .page-poppy-playtime-chapter-5-free-play__info-section,
    .page-poppy-playtime-chapter-5-free-play__features-section,
    .page-poppy-playtime-chapter-5-free-play__faq-section {
      padding: 60px 0;
    }

    .page-poppy-playtime-chapter-5-free-play__section-title {
      font-size: 2.2em;
      color: #e94560;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-poppy-playtime-chapter-5-free-play__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #e94560;
      border-radius: 2px;
    }

    .page-poppy-playtime-chapter-5-free-play__content-wrapper {
      display: flex;
      align-items: center;
      gap: 40px;
      margin-bottom: 40px;
    }

    .page-poppy-playtime-chapter-5-free-play__content-wrapper--reversed {
      flex-direction: row-reverse;
    }

    .page-poppy-playtime-chapter-5-free-play__text-content {
      flex: 1;
      min-width: 300px;
    }

    .page-poppy-playtime-chapter-5-free-play__text-content p {
      margin-bottom: 20px;
      font-size: 1.1em;
      color: #e0e0e0;
    }

    .page-poppy-playtime-chapter-5-free-play__text-content strong {
      color: #e94560;
    }

    .page-poppy-playtime-chapter-5-free-play__image-container {
      flex: 1;
      min-width: 300px;
      text-align: center;
    }

    .page-poppy-playtime-chapter-5-free-play__image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
      object-fit: cover;
      min-width: 200px; /* Enforce min size */
      min-height: 200px; /* Enforce min size */
    }

    .page-poppy-playtime-chapter-5-free-play__feature-buttons {
      display: flex;
      gap: 20px;
      margin-top: 30px;
      flex-wrap: wrap;
    }

    /* FAQ Section */
    .page-poppy-playtime-chapter-5-free-play__faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-poppy-playtime-chapter-5-free-play__faq-item {
      background-color: #2a2a4a; /* Slightly lighter than main background */
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-poppy-playtime-chapter-5-free-play__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #3a3a5a; /* Even lighter for question background */
      border-bottom: 1px solid #4a4a6a;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-chapter-5-free-play__faq-question:hover {
      background-color: #4a4a6a;
    }

    .page-poppy-playtime-chapter-5-free-play__faq-title {
      font-size: 1.2em;
      color: #ffffff;
      margin: 0;
      pointer-events: none; /* Crucial for click event */
      flex-grow: 1;
      text-align: left;
    }

    .page-poppy-playtime-chapter-5-free-play__faq-toggle {
      font-size: 1.8em;
      color: #e94560;
      font-weight: bold;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click event */
    }

    .page-poppy-playtime-chapter-5-free-play__faq-item.active .page-poppy-playtime-chapter-5-free-play__faq-toggle {
      transform: rotate(45deg); /* Plus to X */
    }

    .page-poppy-playtime-chapter-5-free-play__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #e0e0e0;
    }

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

    .page-poppy-playtime-chapter-5-free-play__faq-answer p {
      margin-bottom: 10px;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .page-poppy-playtime-chapter-5-free-play__content-wrapper {
        flex-direction: column;
        text-align: center;
      }

      .page-poppy-playtime-chapter-5-free-play__content-wrapper--reversed {
        flex-direction: column; /* Reset order for smaller screens */
      }

      .page-poppy-playtime-chapter-5-free-play__text-content,
      .page-poppy-playtime-chapter-5-free-play__image-container {
        width: 100%;
      }

      .page-poppy-playtime-chapter-5-free-play__image {
        max-width: 100% !important;
        height: auto !important;
        min-width: unset;
        min-height: unset;
      }

      .page-poppy-playtime-chapter-5-free-play__feature-buttons {
        justify-content: center;
      }
    }

    @media (max-width: 768px) {
      .page-poppy-playtime-chapter-5-free-play__hero-title {
        font-size: 2em;
      }

      .page-poppy-playtime-chapter-5-free-play__hero-subtitle {
        font-size: 1em;
      }

      .page-poppy-playtime-chapter-5-free-play__button {
        font-size: 1em;
        padding: 12px 20px;
        min-width: 150px;
      }

      .page-poppy-playtime-chapter-5-free-play__section-title {
        font-size: 1.8em;
      }

      .page-poppy-playtime-chapter-5-free-play__info-section,
      .page-poppy-playtime-chapter-5-free-play__features-section,
      .page-poppy-playtime-chapter-5-free-play__faq-section {
        padding: 40px 0;
      }

      /* List item responsive for FAQ */
      .page-poppy-playtime-chapter-5-free-play__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-poppy-playtime-chapter-5-free-play__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important; /* Ensure no internal padding pushes content out */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-poppy-playtime-chapter-5-free-play__faq-question {
        padding: 15px 20px;
      }

      .page-poppy-playtime-chapter-5-free-play__faq-title {
        font-size: 1.1em;
      }

      .page-poppy-playtime-chapter-5-free-play__faq-toggle {
        font-size: 1.5em;
      }

      .page-poppy-playtime-chapter-5-free-play__faq-answer {
        padding: 0 20px;
      }

      .page-poppy-playtime-chapter-5-free-play__faq-item.active .page-poppy-playtime-chapter-5-free-play__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-poppy-playtime-chapter-5-free-play__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-poppy-playtime-chapter-5-free-play__button {
        width: 100%;
        max-width: 250px; /* Constrain width for very small screens */
        margin: 0 auto;
      }

      .page-poppy-playtime-chapter-5-free-play__feature-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
      }
    }