.page-what-is-the-new-character-in-poppy-playtime {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: var(--header-offset, 122px); /* Fallback for fixed header */
    }

    .page-what-is-the-new-character-in-poppy-playtime__section-title {
      font-size: 2.2em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 40px;
      padding-top: 20px;
      font-weight: bold;
    }

    .page-what-is-the-new-character-in-poppy-playtime__text-content {
      max-width: 900px;
      margin: 0 auto 20px auto;
      padding: 0 15px;
      text-align: justify;
    }

    /* Hero Section */
    .page-what-is-the-new-character-in-poppy-playtime__hero-section {
      position: relative;
      width: 100%;
      height: 500px; /* Adjust height as needed */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding: 10px 0; /* Small decorative top padding */
    }

    .page-what-is-the-new-character-in-poppy-playtime__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      filter: brightness(0.5);
    }

    .page-what-is-the-new-character-in-poppy-playtime__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }

    .page-what-is-the-new-character-in-poppy-playtime__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #ffcc00;
    }

    .page-what-is-the-new-character-in-poppy-playtime__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    .page-what-is-the-new-character-in-poppy-playtime__hero-cta-group {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-what-is-the-new-character-in-poppy-playtime__hero-cta-button {
      display: inline-block;
      padding: 15px 30px;
      background-color: #ffcc00;
      color: #000;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-what-is-the-new-character-in-poppy-playtime__hero-cta-button:hover {
      background-color: #e6b800;
    }

    .page-what-is-the-new-character-in-poppy-playtime__hero-cta-button--secondary {
      background-color: #0056b3;
      color: #fff;
    }

    .page-what-is-the-new-character-in-poppy-playtime__hero-cta-button--secondary:hover {
      background-color: #004080;
    }

    /* Partner/Provider Logo Area */
    .page-what-is-the-new-character-in-poppy-playtime__payment-providers {
      display: flex;
      flex-direction: column; /* Changed to column to center title */
      align-items: center; /* Center title */
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 40px 20px;
      background-color: #fff;
      border-bottom: 1px solid #eee;
    }

    .page-what-is-the-new-character-in-poppy-playtime__logo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px; /* Limit width of logo grid */
    }

    .page-what-is-the-new-character-in-poppy-playtime__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
    }

    .page-what-is-the-new-character-in-poppy-playtime__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    /* Introduction Section */
    .page-what-is-the-new-character-in-poppy-playtime__introduction-section {
      padding: 60px 20px;
      background-color: #f0f4f7;
      text-align: center;
    }

    /* Quick Access Section */
    .page-what-is-the-new-character-in-poppy-playtime__quick-access-section {
      padding: 60px 20px;
      background-color: #e6f0f7;
      text-align: center;
    }

    .page-what-is-the-new-character-in-poppy-playtime__quick-access-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-what-is-the-new-character-in-poppy-playtime__access-button {
      display: inline-block;
      padding: 15px 25px;
      background-color: #007bff;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
      flex: 1 1 auto; /* Allows items to grow and shrink */
      min-width: 200px;
      max-width: 280px; /* Limit max width for larger screens */
    }

    .page-what-is-the-new-character-in-poppy-playtime__access-button:hover {
      background-color: #0056b3;
    }

    /* Core Games Section */
    .page-what-is-the-new-character-in-poppy-playtime__core-games-section {
      padding: 60px 20px;
      background-color: #fff;
      text-align: center;
    }

    .page-what-is-the-new-character-in-poppy-playtime__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-what-is-the-new-character-in-poppy-playtime__game-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-what-is-the-new-character-in-poppy-playtime__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-what-is-the-new-character-in-poppy-playtime__game-title {
      font-size: 1.5em;
      color: #0056b3;
      margin: 10px 15px;
    }

    .page-what-is-the-new-character-in-poppy-playtime__game-description {
      font-size: 0.95em;
      color: #555;
      padding: 0 15px;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-what-is-the-new-character-in-poppy-playtime__game-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #ffcc00;
      color: #000;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: auto;
    }

    .page-what-is-the-new-character-in-poppy-playtime__game-button:hover {
      background-color: #e6b800;
    }

    /* Promotions Section */
    .page-what-is-the-new-character-in-poppy-playtime__promotions-section {
      padding: 60px 20px;
      background-color: #f0f4f7;
      text-align: center;
    }

    .page-what-is-the-new-character-in-poppy-playtime__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-what-is-the-new-character-in-poppy-playtime__promo-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-what-is-the-new-character-in-poppy-playtime__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-what-is-the-new-character-in-poppy-playtime__promo-title {
      font-size: 1.5em;
      color: #007bff;
      margin: 10px 15px;
    }

    .page-what-is-the-new-character-in-poppy-playtime__promo-description {
      font-size: 0.95em;
      color: #555;
      padding: 0 15px;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-what-is-the-new-character-in-poppy-playtime__promo-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #ffcc00;
      color: #000;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: auto;
    }

    .page-what-is-the-new-character-in-poppy-playtime__promo-button:hover {
      background-color: #e6b800;
    }

    /* Security & Customer Service Section */
    .page-what-is-the-new-character-in-poppy-playtime__security-cs-section {
      padding: 60px 20px;
      background-color: #e6f0f7;
      text-align: center;
    }

    .page-what-is-the-new-character-in-poppy-playtime__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-what-is-the-new-character-in-poppy-playtime__security-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding: 30px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-what-is-the-new-character-in-poppy-playtime__security-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
    }

    .page-what-is-the-new-character-in-poppy-playtime__security-title {
      font-size: 1.6em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-what-is-the-new-character-in-poppy-playtime__security-description {
      font-size: 0.95em;
      color: #555;
    }

    /* FAQ Section */
    .page-what-is-the-new-character-in-poppy-playtime__faq-section {
      padding: 60px 20px;
      background-color: #fff;
    }

    .page-what-is-the-new-character-in-poppy-playtime__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-what-is-the-new-character-in-poppy-playtime__faq-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-what-is-the-new-character-in-poppy-playtime__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-what-is-the-new-character-in-poppy-playtime__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-what-is-the-new-character-in-poppy-playtime__faq-question-text {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent text from blocking click event */
      color: #0056b3;
    }

    .page-what-is-the-new-character-in-poppy-playtime__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-what-is-the-new-character-in-poppy-playtime__faq-item.active .page-what-is-the-new-character-in-poppy-playtime__faq-toggle {
      transform: rotate(45deg); /* Changes + to x, for - */
    }

    .page-what-is-the-new-character-in-poppy-playtime__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #f9f9f9;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-what-is-the-new-character-in-poppy-playtime__faq-item.active .page-what-is-the-new-character-in-poppy-playtime__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show all content */
      padding: 20px !important;
      opacity: 1;
    }

    .page-what-is-the-new-character-in-poppy-playtime__faq-answer p {
      margin: 0;
      font-size: 0.95em;
      color: #555;
    }

    /* Blog Section */
    .page-what-is-the-new-character-in-poppy-playtime__blog-section {
      padding: 60px 20px;
      background-color: #f0f4f7;
      text-align: center;
    }

    .page-what-is-the-new-character-in-poppy-playtime__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-what-is-the-new-character-in-poppy-playtime__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: left;
      display: flex;
      flex-direction: column;
    }

    .page-what-is-the-new-character-in-poppy-playtime__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-what-is-the-new-character-in-poppy-playtime__blog-content {
      padding: 20px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    .page-what-is-the-new-character-in-poppy-playtime__blog-title {
      font-size: 1.3em;
      color: #0056b3;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-what-is-the-new-character-in-poppy-playtime__blog-title a {
      color: #0056b3;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-what-is-the-new-character-in-poppy-playtime__blog-title a:hover {
      color: #007bff;
    }

    .page-what-is-the-new-character-in-poppy-playtime__blog-summary {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-what-is-the-new-character-in-poppy-playtime__blog-read-more {
      display: inline-block;
      padding: 8px 15px;
      background-color: #007bff;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
      margin-top: auto;
    }

    .page-what-is-the-new-character-in-poppy-playtime__blog-read-more:hover {
      background-color: #0056b3;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-what-is-the-new-character-in-poppy-playtime__hero-section {
        height: auto;
        min-height: 400px;
        padding: 10px 0 30px 0;
      }

      .page-what-is-the-new-character-in-poppy-playtime__hero-title {
        font-size: 2em;
      }

      .page-what-is-the-new-character-in-poppy-playtime__hero-description {
        font-size: 1em;
      }

      .page-what-is-the-new-character-in-poppy-playtime__hero-cta-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-what-is-the-new-character-in-poppy-playtime__hero-cta-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-what-is-the-new-character-in-poppy-playtime__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-what-is-the-new-character-in-poppy-playtime__payment-providers {
        flex-direction: column;
        padding: 30px 15px;
      }
      .page-what-is-the-new-character-in-poppy-playtime__logo-grid {
        gap: 16px;
      }
      .page-what-is-the-new-character-in-poppy-playtime__payment-logo,
      .page-what-is-the-new-character-in-poppy-playtime__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-what-is-the-new-character-in-poppy-playtime__quick-access-links {
        flex-direction: column;
        gap: 15px;
      }

      .page-what-is-the-new-character-in-poppy-playtime__access-button {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 20px;
      }

      .page-what-is-the-new-character-in-poppy-playtime__game-grid,
      .page-what-is-the-new-character-in-poppy-playtime__promo-grid,
      .page-what-is-the-new-character-in-poppy-playtime__security-grid,
      .page-what-is-the-new-character-in-poppy-playtime__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-what-is-the-new-character-in-poppy-playtime__game-card,
      .page-what-is-the-new-character-in-poppy-playtime__promo-card,
      .page-what-is-the-new-character-in-poppy-playtime__security-item,
      .page-what-is-the-new-character-in-poppy-playtime__blog-card {
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
      }

      .page-what-is-the-new-character-in-poppy-playtime__game-image,
      .page-what-is-the-new-character-in-poppy-playtime__promo-image,
      .page-what-is-the-new-character-in-poppy-playtime__security-icon,
      .page-what-is-the-new-character-in-poppy-playtime__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-what-is-the-new-character-in-poppy-playtime__faq-question {
        padding: 12px 15px;
      }
      .page-what-is-the-new-character-in-poppy-playtime__faq-question-text {
        font-size: 1em;
      }
      .page-what-is-the-new-character-in-poppy-playtime__faq-answer {
        padding: 0 15px;
      }
      .page-what-is-the-new-character-in-poppy-playtime__faq-item.active .page-what-is-the-new-character-in-poppy-playtime__faq-answer {
        padding: 15px !important;
      }
      .page-what-is-the-new-character-in-poppy-playtime__faq-answer p {
        font-size: 0.9em;
      }
      .page-what-is-the-new-character-in-poppy-playtime__blog-title {
        font-size: 1.2em;
      }
      .page-what-is-the-new-character-in-poppy-playtime__blog-summary {
        font-size: 0.85em;
      }
    }