.page-who-is-the-most-scariest-toy-in-poppy-playtime {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f5f5f5;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__section-title {
      font-size: 2.5em;
      color: #222;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #e44d26;
      border-radius: 2px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__section-subtitle {
      font-size: 1.8em;
      color: #444;
      text-align: center;
      margin-top: 50px;
      margin-bottom: 30px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-section {
      position: relative;
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Small padding as body already has header offset */
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      filter: brightness(0.4); /* Darken image for text readability */
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-content {
      z-index: 1;
      max-width: 900px;
      padding: 20px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-cta-button,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__main-cta-button,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__access-button,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-category-cta,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-cta,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-link {
      display: inline-block;
      background-color: #e44d26;
      color: #fff;
      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-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      border: none;
      cursor: pointer;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-cta-button:hover,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__main-cta-button:hover,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__access-button:hover,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-category-cta:hover,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-cta:hover,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-link:hover {
      background-color: #f76b3f;
      transform: translateY(-2px);
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__introduction-section,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-showcase-section,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotions-section,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__security-customer-section,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-section {
      padding: 60px 0;
      background-color: #fff;
      margin-bottom: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__introduction-section p {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: center;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__main-cta-button {
      margin-top: 30px;
      display: block;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__quick-access-section {
      background-color: #222;
      color: #fff;
      padding: 60px 0;
      text-align: center;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__quick-access-section .page-who-is-the-most-scariest-toy-in-poppy-playtime__section-title {
      color: #fff;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__quick-access-section .page-who-is-the-most-scariest-toy-in-poppy-playtime__section-title::after {
      background-color: #f76b3f;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__quick-access-section p {
      font-size: 1.1em;
      margin-bottom: 30px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__access-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__access-button {
      background-color: #f76b3f;
      padding: 12px 25px;
      font-size: 1em;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__access-button:hover {
      background-color: #e44d26;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-category-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      transition: transform 0.3s ease;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-category-item:hover {
      transform: translateY(-5px);
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-category-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-category-title {
      font-size: 1.5em;
      color: #333;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-category-item p {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 20px;
      padding: 0 15px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-category-cta {
      padding: 10px 20px;
      font-size: 0.9em;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__provider-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__provider-logo {
      height: 60px; 
      max-width: 150px;
      object-fit: contain;
      filter: grayscale(80%);
      transition: filter 0.3s ease;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__provider-logo:hover {
      filter: grayscale(0%);
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotions-section {
      background-color: #f0f0f0;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-card:hover {
      transform: translateY(-5px);
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-title {
      font-size: 1.6em;
      color: #333;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-card p {
      font-size: 1em;
      color: #666;
      margin-bottom: 20px;
      padding: 0 15px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-cta {
      padding: 10px 25px;
      font-size: 1em;
      margin-bottom: 20px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__security-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: center;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__feature-title {
      font-size: 1.8em;
      color: #333;
      margin-bottom: 15px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__feature-item p {
      color: #666;
      font-size: 1em;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-section {
      padding: 60px 0;
      background-color: #f9f9f9;
      margin-bottom: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-list {
      max-width: 900px;
      margin: 40px auto 0 auto;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #e44d26;
      color: #fff;
      font-weight: bold;
      font-size: 1.15em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-question:hover {
      background-color: #f76b3f;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-question-text {
      margin: 0;
      pointer-events: none; /* Prevent text selection interfering with click */
      color: #fff; /* Ensure contrast */
      font-size: 1.15em;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle interfering with click */
      transition: transform 0.3s ease;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-item.active .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-toggle {
      transform: rotate(45deg);
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #fff;
      color: #444;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      font-size: 1em;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-item.active .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-section {
      background-color: #fff;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-posts {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-card:hover {
      transform: translateY(-5px);
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-content {
      padding: 20px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-title a {
      color: #333;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-title a:hover {
      color: #e44d26;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-excerpt {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-link {
      padding: 8px 15px;
      font-size: 0.9em;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-title {
        font-size: 3em;
      }
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-subtitle {
        font-size: 1.3em;
      }
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__section-title {
        font-size: 2em;
      }
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__section-subtitle {
        font-size: 1.5em;
      }
    }

    @media (max-width: 768px) {
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-section {
        height: 450px;
      }
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-title {
        font-size: 2.2em;
      }
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-subtitle {
        font-size: 1.1em;
      }
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__hero-cta-button,
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__main-cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__quick-access-section p,
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__introduction-section p {
        font-size: 1em;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__access-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__access-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-categories,
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-cards,
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__security-features,
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-posts {
        grid-template-columns: 1fr;
        gap: 25px;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-category-image,
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-image,
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-image {
        height: 180px;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__provider-logo {
        height: 50px;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-question-text {
        font-size: 1em;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-answer {
        padding: 0 20px;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-item.active .page-who-is-the-most-scariest-toy-in-poppy-playtime__faq-answer {
        padding: 15px 20px !important;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-title {
        font-size: 1.2em;
      }
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-post-excerpt {
        font-size: 0.9em;
      }
    }

    /* Ensure list item responsiveness */
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__access-buttons > *,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-categories > *,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-cards > *,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__security-features > *,
    .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-posts > * {
      box-sizing: border-box;
    }

    @media (max-width: 768px) {
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__access-buttons > *,
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__game-categories > *,
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__promotion-cards > *,
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__security-features > *,
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__blog-posts > * {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important; /* Adjust padding for mobile to prevent content from touching edges */
        padding-right: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-who-is-the-most-scariest-toy-in-poppy-playtime__container {
        padding: 0 15px !important; /* Ensure main container has padding */
      }
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__provider-logos {
        justify-content: space-around;
      }
      .page-who-is-the-most-scariest-toy-in-poppy-playtime__provider-logo {
        width: 30%; /* Allow more logos per row */
        height: auto;
      }
    }