.page-poppy-playtime-chapter-3-apkaward {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0; /* Light text for dark background */
      background-color: #1a1a2e; /* Dark background */
      line-height: 1.6;
      padding-top: var(--header-offset, 122px); /* Fallback for body padding, if shared.css doesn't provide */
    }

    /* Hero Section */
    .page-poppy-playtime-chapter-3-apkaward__hero-section {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 10px 20px 80px; /* 10px padding-top for decoration, not for header offset */
      min-height: 500px;
      color: #ffffff;
    }

    .page-poppy-playtime-chapter-3-apkaward__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .page-poppy-playtime-chapter-3-apkaward__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; /* Darken background image for text readability */
    }

    .page-poppy-playtime-chapter-3-apkaward__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-poppy-playtime-chapter-3-apkaward__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      color: #e0e0e0; /* Slightly lighter for contrast */
    }

    .page-poppy-playtime-chapter-3-apkaward__hero-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-poppy-playtime-chapter-3-apkaward__hero-button {
      display: inline-block;
      background-color: #ff4d4d; /* Red accent color */
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-poppy-playtime-chapter-3-apkaward__hero-button:hover {
      background-color: #e60000;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    /* General Section Styling */
    .page-poppy-playtime-chapter-3-apkaward__introduction-section,
    .page-poppy-playtime-chapter-3-apkaward__quick-access-section,
    .page-poppy-playtime-chapter-3-apkaward__games-section,
    .page-poppy-playtime-chapter-3-apkaward__promotions-section,
    .page-poppy-playtime-chapter-3-apkaward__security-support-section,
    .page-poppy-playtime-chapter-3-apkaward__faq-section,
    .page-poppy-playtime-chapter-3-apkaward__blog-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-poppy-playtime-chapter-3-apkaward__introduction-title,
    .page-poppy-playtime-chapter-3-apkaward__quick-access-title,
    .page-poppy-playtime-chapter-3-apkaward__games-title,
    .page-poppy-playtime-chapter-3-apkaward__promotions-title,
    .page-poppy-playtime-chapter-3-apkaward__security-support-title,
    .page-poppy-playtime-chapter-3-apkaward__faq-title,
    .page-poppy-playtime-chapter-3-apkaward__blog-title {
      font-size: 2.5em;
      color: #ffeb3b; /* Yellow accent for titles */
      margin-bottom: 30px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-poppy-playtime-chapter-3-apkaward__introduction-text,
    .page-poppy-playtime-chapter-3-apkaward__quick-access-text,
    .page-poppy-playtime-chapter-3-apkaward__games-description,
    .page-poppy-playtime-chapter-3-apkaward__promotions-description,
    .page-poppy-playtime-chapter-3-apkaward__security-support-description,
    .page-poppy-playtime-chapter-3-apkaward__blog-description {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #cccccc;
    }

    /* Feature Grid */
    .page-poppy-playtime-chapter-3-apkaward__features-grid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 50px;
    }

    .page-poppy-playtime-chapter-3-apkaward__feature-item {
      background-color: #2a2a4a; /* Slightly lighter dark background */
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-3-apkaward__feature-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .page-poppy-playtime-chapter-3-apkaward__feature-icon {
      width: 200px; /* Min 200px requirement */
      height: 200px;
      object-fit: contain;
      margin: 0 auto 20px auto;
      display: block;
      max-width: 100%;
    }

    .page-poppy-playtime-chapter-3-apkaward__feature-heading {
      font-size: 1.5em;
      color: #ffeb3b;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-chapter-3-apkaward__feature-description {
      font-size: 1em;
      color: #b0b0b0;
    }

    /* Quick Access Buttons */
    .page-poppy-playtime-chapter-3-apkaward__access-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 40px;
    }

    .page-poppy-playtime-chapter-3-apkaward__access-button {
      display: inline-block;
      background-color: #00bcd4; /* Cyan accent color */
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-poppy-playtime-chapter-3-apkaward__access-button:hover {
      background-color: #0097a7;
      transform: translateY(-3px);
    }

    /* Game Categories */
    .page-poppy-playtime-chapter-3-apkaward__game-categories-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-poppy-playtime-chapter-3-apkaward__game-category-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-poppy-playtime-chapter-3-apkaward__game-category-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .page-poppy-playtime-chapter-3-apkaward__game-category-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-poppy-playtime-chapter-3-apkaward__game-category-heading {
      font-size: 1.8em;
      color: #ffeb3b;
      padding: 15px 20px 5px;
    }

    .page-poppy-playtime-chapter-3-apkaward__game-category-text {
      font-size: 1em;
      color: #b0b0b0;
      padding: 0 20px 15px;
    }

    .page-poppy-playtime-chapter-3-apkaward__game-category-button {
      display: block;
      background-color: #ff4d4d;
      color: #ffffff;
      padding: 10px 20px;
      margin: 0 20px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      text-align: center;
    }

    .page-poppy-playtime-chapter-3-apkaward__game-category-button:hover {
      background-color: #e60000;
    }

    /* Promotions */
    .page-poppy-playtime-chapter-3-apkaward__promo-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-poppy-playtime-chapter-3-apkaward__promo-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-poppy-playtime-chapter-3-apkaward__promo-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .page-poppy-playtime-chapter-3-apkaward__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-poppy-playtime-chapter-3-apkaward__promo-heading {
      font-size: 1.6em;
      color: #ffeb3b;
      padding: 15px 20px 5px;
    }

    .page-poppy-playtime-chapter-3-apkaward__promo-text {
      font-size: 1em;
      color: #b0b0b0;
      padding: 0 20px 15px;
    }

    .page-poppy-playtime-chapter-3-apkaward__promo-button {
      display: block;
      background-color: #00bcd4;
      color: #ffffff;
      padding: 10px 20px;
      margin: 0 20px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      text-align: center;
    }

    .page-poppy-playtime-chapter-3-apkaward__promo-button:hover {
      background-color: #0097a7;
    }

    /* Security Features */
    .page-poppy-playtime-chapter-3-apkaward__security-features {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 50px;
    }

    .page-poppy-playtime-chapter-3-apkaward__security-item {
      background-color: #2a2a4a;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-poppy-playtime-chapter-3-apkaward__security-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .page-poppy-playtime-chapter-3-apkaward__security-icon {
      width: 200px; /* Min 200px requirement */
      height: 200px;
      object-fit: contain;
      margin: 0 auto 20px auto;
      display: block;
      max-width: 100%;
    }

    .page-poppy-playtime-chapter-3-apkaward__security-heading {
      font-size: 1.5em;
      color: #ffeb3b;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-chapter-3-apkaward__security-text {
      font-size: 1em;
      color: #b0b0b0;
    }

    /* FAQ Section */
    .page-poppy-playtime-chapter-3-apkaward__faq-container {
      max-width: 900px;
      margin: 50px auto 0;
      text-align: left;
    }

    .page-poppy-playtime-chapter-3-apkaward__faq-item {
      background-color: #2a2a4a;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .page-poppy-playtime-chapter-3-apkaward__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #34345c; /* Darker accent for question */
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-chapter-3-apkaward__faq-question:hover {
      background-color: #40407a;
    }

    .page-poppy-playtime-chapter-3-apkaward__faq-heading {
      font-size: 1.3em;
      color: #ffeb3b;
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-poppy-playtime-chapter-3-apkaward__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #ffeb3b;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-poppy-playtime-chapter-3-apkaward__faq-item.active .page-poppy-playtime-chapter-3-apkaward__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or similar visual for open */
    }

    .page-poppy-playtime-chapter-3-apkaward__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      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-apkaward__faq-item.active .page-poppy-playtime-chapter-3-apkaward__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-poppy-playtime-chapter-3-apkaward__faq-text {
      font-size: 1em;
      color: #b0b0b0;
      margin: 0;
    }

    /* Blog Section */
    .page-poppy-playtime-chapter-3-apkaward__blog-posts-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-poppy-playtime-chapter-3-apkaward__blog-post-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-poppy-playtime-chapter-3-apkaward__blog-post-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .page-poppy-playtime-chapter-3-apkaward__blog-post-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-poppy-playtime-chapter-3-apkaward__blog-post-heading {
      font-size: 1.6em;
      padding: 15px 20px 5px;
    }

    .page-poppy-playtime-chapter-3-apkaward__blog-post-heading a {
      color: #ffeb3b;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-poppy-playtime-chapter-3-apkaward__blog-post-heading a:hover {
      color: #ffc107;
    }

    .page-poppy-playtime-chapter-3-apkaward__blog-post-meta {
      font-size: 0.9em;
      color: #888888;
      padding: 0 20px;
      margin-bottom: 10px;
    }

    .page-poppy-playtime-chapter-3-apkaward__blog-post-excerpt {
      font-size: 1em;
      color: #b0b0b0;
      padding: 0 20px 15px;
    }

    .page-poppy-playtime-chapter-3-apkaward__blog-post-link {
      display: inline-block;
      background-color: #ff4d4d;
      color: #ffffff;
      padding: 8px 15px;
      margin: 0 20px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-chapter-3-apkaward__blog-post-link:hover {
      background-color: #e60000;
    }

    /* Responsive Styles */
    @media (max-width: 768px) {
      .page-poppy-playtime-chapter-3-apkaward {
        padding-top: var(--header-offset, 122px) !important; /* Ensure body padding is applied */
      }

      .page-poppy-playtime-chapter-3-apkaward__hero-section {
        min-height: 400px;
        padding: 10px 15px 60px;
      }

      .page-poppy-playtime-chapter-3-apkaward__hero-title {
        font-size: 2.2em;
      }

      .page-poppy-playtime-chapter-3-apkaward__hero-description {
        font-size: 1.1em;
        margin-bottom: 30px;
      }

      .page-poppy-playtime-chapter-3-apkaward__hero-button {
        font-size: 1em;
        padding: 12px 25px;
      }

      .page-poppy-playtime-chapter-3-apkaward__introduction-section,
      .page-poppy-playtime-chapter-3-apkaward__quick-access-section,
      .page-poppy-playtime-chapter-3-apkaward__games-section,
      .page-poppy-playtime-chapter-3-apkaward__promotions-section,
      .page-poppy-playtime-chapter-3-apkaward__security-support-section,
      .page-poppy-playtime-chapter-3-apkaward__faq-section,
      .page-poppy-playtime-chapter-3-apkaward__blog-section {
        padding: 40px 15px;
      }

      .page-poppy-playtime-chapter-3-apkaward__introduction-title,
      .page-poppy-playtime-chapter-3-apkaward__quick-access-title,
      .page-poppy-playtime-chapter-3-apkaward__games-title,
      .page-poppy-playtime-chapter-3-apkaward__promotions-title,
      .page-poppy-playtime-chapter-3-apkaward__security-support-title,
      .page-poppy-playtime-chapter-3-apkaward__faq-title,
      .page-poppy-playtime-chapter-3-apkaward__blog-title {
        font-size: 1.8em;
        margin-bottom: 25px;
      }

      .page-poppy-playtime-chapter-3-apkaward__introduction-text,
      .page-poppy-playtime-chapter-3-apkaward__quick-access-text,
      .page-poppy-playtime-chapter-3-apkaward__games-description,
      .page-poppy-playtime-chapter-3-apkaward__promotions-description,
      .page-poppy-playtime-chapter-3-apkaward__security-support-description,
      .page-poppy-playtime-chapter-3-apkaward__blog-description {
        font-size: 1em;
        margin-bottom: 30px;
      }

      .page-poppy-playtime-chapter-3-apkaward__features-grid,
      .page-poppy-playtime-chapter-3-apkaward__game-categories-grid,
      .page-poppy-playtime-chapter-3-apkaward__promo-cards,
      .page-poppy-playtime-chapter-3-apkaward__security-features,
      .page-poppy-playtime-chapter-3-apkaward__blog-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-poppy-playtime-chapter-3-apkaward__feature-item,
      .page-poppy-playtime-chapter-3-apkaward__security-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
      }

      .page-poppy-playtime-chapter-3-apkaward__game-category-card,
      .page-poppy-playtime-chapter-3-apkaward__promo-card,
      .page-poppy-playtime-chapter-3-apkaward__blog-post-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-apkaward__access-buttons {
        flex-direction: column;
      }

      .page-poppy-playtime-chapter-3-apkaward__access-button {
        width: 100%;
        box-sizing: border-box;
      }

      .page-poppy-playtime-chapter-3-apkaward__faq-question {
        padding: 15px 20px;
      }

      .page-poppy-playtime-chapter-3-apkaward__faq-heading {
        font-size: 1.1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-poppy-playtime-chapter-3-apkaward__faq-answer {
        padding: 0 20px;
      }

      .page-poppy-playtime-chapter-3-apkaward__faq-item.active .page-poppy-playtime-chapter-3-apkaward__faq-answer {
        padding: 15px 20px !important;
      }

      .page-poppy-playtime-chapter-3-apkaward__faq-text {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-poppy-playtime-chapter-3-apkaward__blog-post-heading {
        font-size: 1.3em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-poppy-playtime-chapter-3-apkaward__blog-post-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* Ensure all images are responsive */
      .page-poppy-playtime-chapter-3-apkaward img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }