/* General styles for the page */.page-poppy-playtime-chapter-3-bunzo-bunny {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-top: 10px; /* Small padding as body padding-top is handled by shared.css */}/* Section titles */.page-poppy-playtime-chapter-3-bunzo-bunny__section-title {  text-align: center;  font-size: 2.2em;  color: #1a1a1a;  margin-bottom: 40px;  padding-top: 40px;  position: relative;}.page-poppy-playtime-chapter-3-bunzo-bunny__section-title::after {  content: '';  display: block;  width: 60px;  height: 4px;  background-color: #e44d26; /* A vibrant accent color */  margin: 10px auto 0;  border-radius: 2px;}/* Hero Section */.page-poppy-playtime-chapter-3-bunzo-bunny__hero-section {  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;  background: linear-gradient(135deg, #2c3e50, #4a69bd); /* Dark blue gradient */  color: #ffffff;  padding: 60px 20px;  position: relative;  overflow: hidden;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__hero-image-wrapper {  width: 100%;  max-width: 100%;  overflow: hidden;  margin-top: 30px;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__hero-image {  max-width: 100%;  height: auto;  display: block;  object-fit: cover;  border-radius: 8px;  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__hero-content {  max-width: 900px;  z-index: 1;}.page-poppy-playtime-chapter-3-bunzo-bunny__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-poppy-playtime-chapter-3-bunzo-bunny__hero-description {  font-size: 1.3em;  margin-bottom: 30px;  opacity: 0.9;}.page-poppy-playtime-chapter-3-bunzo-bunny__hero-cta {  display: inline-block;  background-color: #e44d26; /* Vibrant orange */  color: #ffffff;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}.page-poppy-playtime-chapter-3-bunzo-bunny__hero-cta:hover {  background-color: #ff6f42;  transform: translateY(-3px);}/* Payment Providers Section */.page-poppy-playtime-chapter-3-bunzo-bunny__payment-providers {  padding: 50px 20px;  background-color: #ffffff;  border-bottom: 1px solid #eee;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__payment-logos-wrapper {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}/* Intro Section */.page-poppy-playtime-chapter-3-bunzo-bunny__intro-section {  padding: 80px 20px;  background-color: #f0f2f5;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__intro-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-poppy-playtime-chapter-3-bunzo-bunny__intro-card {  background-color: #ffffff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__intro-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-poppy-playtime-chapter-3-bunzo-bunny__intro-icon {  width: 100px;  height: 100px;  max-width: 100%;  height: auto;  margin-bottom: 20px;  object-fit: contain;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__intro-card-title {  font-size: 1.5em;  color: #333;  margin-bottom: 15px;}.page-poppy-playtime-chapter-3-bunzo-bunny__intro-card-text {  font-size: 1em;  color: #555;}/* Quick Access Section */.page-poppy-playtime-chapter-3-bunzo-bunny__quick-access {  padding: 60px 20px;  background-color: #2c3e50; /* Dark blue */  text-align: center;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__quick-access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  max-width: 1000px;  margin: 0 auto;}.page-poppy-playtime-chapter-3-bunzo-bunny__quick-access-btn {  background-color: #e44d26;  color: #ffffff;  padding: 12px 25px;  border-radius: 30px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  flex: 1 1 auto; /* Allow items to grow and shrink */  max-width: 280px; /* Limit max width for larger screens */  box-sizing: border-box;  text-align: center;}.page-poppy-playtime-chapter-3-bunzo-bunny__quick-access-btn:hover {  background-color: #ff6f42;  transform: translateY(-2px);}/* Games Section */.page-poppy-playtime-chapter-3-bunzo-bunny__games-section {  padding: 80px 20px;  background-color: #ffffff;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-poppy-playtime-chapter-3-bunzo-bunny__game-card {  background-color: #fefefe;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);}.page-poppy-playtime-chapter-3-bunzo-bunny__game-image {  width: 100%;  height: 200px;  object-fit: cover;  margin-bottom: 15px;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__game-title {  font-size: 1.6em;  color: #333;  padding: 0 15px;  margin-bottom: 10px;}.page-poppy-playtime-chapter-3-bunzo-bunny__game-description {  font-size: 0.95em;  color: #666;  padding: 0 15px;  margin-bottom: 20px;  min-height: 70px; /* Ensure consistent height for description */  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  overflow: hidden;}.page-poppy-playtime-chapter-3-bunzo-bunny__game-cta {  display: inline-block;  background-color: #4a69bd; /* Blue accent */  color: #ffffff;  padding: 10px 20px;  border-radius: 25px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-3-bunzo-bunny__game-cta:hover {  background-color: #6a8cd5;}/* Promotions Section */.page-poppy-playtime-chapter-3-bunzo-bunny__promotions-section {  padding: 80px 20px;  background-color: #f0f2f5;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__promotions-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-poppy-playtime-chapter-3-bunzo-bunny__promo-card {  background-color: #ffffff;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__promo-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);}.page-poppy-playtime-chapter-3-bunzo-bunny__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  margin-bottom: 15px;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__promo-title {  font-size: 1.6em;  color: #333;  padding: 0 15px;  margin-bottom: 10px;}.page-poppy-playtime-chapter-3-bunzo-bunny__promo-description {  font-size: 0.95em;  color: #666;  padding: 0 15px;  margin-bottom: 20px;  min-height: 60px; /* Consistent height */  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  overflow: hidden;}.page-poppy-playtime-chapter-3-bunzo-bunny__promo-cta {  display: inline-block;  background-color: #e44d26;  color: #ffffff;  padding: 10px 20px;  border-radius: 25px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-3-bunzo-bunny__promo-cta:hover {  background-color: #ff6f42;}/* Security Section */.page-poppy-playtime-chapter-3-bunzo-bunny__security-section {  padding: 80px 20px;  background-color: #2c3e50; /* Dark blue */  color: #ffffff;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__security-section .page-poppy-playtime-chapter-3-bunzo-bunny__section-title {  color: #ffffff;}.page-poppy-playtime-chapter-3-bunzo-bunny__security-section .page-poppy-playtime-chapter-3-bunzo-bunny__section-title::after {  background-color: #e44d26;}.page-poppy-playtime-chapter-3-bunzo-bunny__security-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-poppy-playtime-chapter-3-bunzo-bunny__security-item {  background-color: #34495e; /* Slightly lighter dark blue */  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__security-icon {  width: 100px;  height: 100px;  max-width: 100%;  height: auto;  margin-bottom: 20px;  object-fit: contain;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__security-item-title {  font-size: 1.5em;  color: #ffffff;  margin-bottom: 15px;}.page-poppy-playtime-chapter-3-bunzo-bunny__security-item-text {  font-size: 1em;  color: #cccccc;}/* FAQ Section */.page-poppy-playtime-chapter-3-bunzo-bunny__faq-section {  padding: 80px 20px;  background-color: #ffffff;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__faq-container {  max-width: 900px;  margin: 0 auto;}.page-poppy-playtime-chapter-3-bunzo-bunny__faq-item {  border: 1px solid #ddd;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  background-color: #fefefe;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: #f0f0f0;  color: #333;  font-size: 1.1em;  font-weight: bold;  user-select: none;  transition: background-color 0.3s ease;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__faq-question:hover {  background-color: #e0e0e0;}.page-poppy-playtime-chapter-3-bunzo-bunny__faq-question-text {  margin: 0;  flex-grow: 1;  pointer-events: none; /* Prevent text from blocking click event */  color: #333;}.page-poppy-playtime-chapter-3-bunzo-bunny__faq-toggle {  font-size: 1.5em;  font-weight: bold;  margin-left: 15px;  color: #e44d26;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent toggle from blocking click event */}.page-poppy-playtime-chapter-3-bunzo-bunny__faq-item.active .page-poppy-playtime-chapter-3-bunzo-bunny__faq-toggle {  transform: rotate(45deg); /* Plus sign rotates to form an X or minus */  color: #4a69bd;}.page-poppy-playtime-chapter-3-bunzo-bunny__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;  color: #555;  background-color: #f9f9f9;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__faq-item.active .page-poppy-playtime-chapter-3-bunzo-bunny__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px 25px !important;  opacity: 1;}.page-poppy-playtime-chapter-3-bunzo-bunny__faq-answer p {  margin: 0;  line-height: 1.8;}/* Blog Section */.page-poppy-playtime-chapter-3-bunzo-bunny__blog-section {  padding: 80px 20px;  background-color: #f0f2f5;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-poppy-playtime-chapter-3-bunzo-bunny__blog-card {  background-color: #ffffff;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);  overflow: hidden;  transition: transform 0.3s ease, box-shadow 0.3s ease;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);}.page-poppy-playtime-chapter-3-bunzo-bunny__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-bunzo-bunny__blog-title {  font-size: 1.4em;  color: #333;  padding: 15px 20px 0;  margin-bottom: 10px;  line-height: 1.3;}.page-poppy-playtime-chapter-3-bunzo-bunny__blog-summary {  font-size: 0.9em;  color: #666;  padding: 0 20px 15px;  min-height: 70px; /* Consistent height */  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  overflow: hidden;}.page-poppy-playtime-chapter-3-bunzo-bunny__blog-cta {  display: inline-block;  background-color: #4a69bd;  color: #ffffff;  padding: 8px 18px;  border-radius: 20px;  text-decoration: none;  font-size: 0.9em;  font-weight: bold;  margin: 0 20px 20px;  transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-3-bunzo-bunny__blog-cta:hover {  background-color: #6a8cd5;}/* Responsive adjustments */@media (max-width: 1024px) {  .page-poppy-playtime-chapter-3-bunzo-bunny__hero-title {    font-size: 2.8em;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__hero-description {    font-size: 1.1em;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-poppy-playtime-chapter-3-bunzo-bunny__hero-section {    padding: 40px 15px;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__hero-title {    font-size: 2.2em;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__hero-description {    font-size: 1em;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__hero-cta {    padding: 12px 25px;    font-size: 1.1em;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__section-title {    font-size: 1.8em;    margin-bottom: 30px;    padding-top: 30px;  }  /* Payment Provider Logo Section - Specific mobile styles */  .page-poppy-playtime-chapter-3-bunzo-bunny__payment-providers {    padding: 30px 15px;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__payment-logos-wrapper {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__payment-logo,  .page-poppy-playtime-chapter-3-bunzo-bunny__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__intro-section,  .page-poppy-playtime-chapter-3-bunzo-bunny__quick-access,  .page-poppy-playtime-chapter-3-bunzo-bunny__games-section,  .page-poppy-playtime-chapter-3-bunzo-bunny__promotions-section,  .page-poppy-playtime-chapter-3-bunzo-bunny__security-section,  .page-poppy-playtime-chapter-3-bunzo-bunny__faq-section,  .page-poppy-playtime-chapter-3-bunzo-bunny__blog-section {    padding: 40px 15px;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__intro-grid,  .page-poppy-playtime-chapter-3-bunzo-bunny__games-grid,  .page-poppy-playtime-chapter-3-bunzo-bunny__promotions-grid,  .page-poppy-playtime-chapter-3-bunzo-bunny__security-grid,  .page-poppy-playtime-chapter-3-bunzo-bunny__blog-grid {    grid-template-columns: 1fr;    gap: 25px;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__intro-card,  .page-poppy-playtime-chapter-3-bunzo-bunny__game-card,  .page-poppy-playtime-chapter-3-bunzo-bunny__promo-card,  .page-poppy-playtime-chapter-3-bunzo-bunny__security-item,  .page-poppy-playtime-chapter-3-bunzo-bunny__blog-card {    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-bunzo-bunny__intro-card .page-poppy-playtime-chapter-3-bunzo-bunny__intro-icon,  .page-poppy-playtime-chapter-3-bunzo-bunny__security-item .page-poppy-playtime-chapter-3-bunzo-bunny__security-icon {    width: 80px;    height: 80px;    margin-bottom: 15px;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__intro-card-title,  .page-poppy-playtime-chapter-3-bunzo-bunny__game-title,  .page-poppy-playtime-chapter-3-bunzo-bunny__promo-title,  .page-poppy-playtime-chapter-3-bunzo-bunny__security-item-title,  .page-poppy-playtime-chapter-3-bunzo-bunny__blog-title {    font-size: 1.3em;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__intro-card-text,  .page-poppy-playtime-chapter-3-bunzo-bunny__game-description,  .page-poppy-playtime-chapter-3-bunzo-bunny__promo-description,  .page-poppy-playtime-chapter-3-bunzo-bunny__security-item-text,  .page-poppy-playtime-chapter-3-bunzo-bunny__blog-summary {    font-size: 0.9em;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__quick-access-buttons {    flex-direction: column;    gap: 15px;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__quick-access-btn {    max-width: 100%;    width: 100%;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__faq-question {    padding: 15px 20px;    font-size: 1em;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__faq-toggle {    font-size: 1.3em;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__faq-answer {    padding: 0 20px;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__faq-item.active .page-poppy-playtime-chapter-3-bunzo-bunny__faq-answer {    padding: 15px 20px !important;  }}@media (max-width: 480px) {  .page-poppy-playtime-chapter-3-bunzo-bunny__hero-title {    font-size: 1.8em;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__hero-description {    font-size: 0.9em;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__hero-cta {    padding: 10px 20px;    font-size: 1em;  }  .page-poppy-playtime-chapter-3-bunzo-bunny__section-title {    font-size: 1.6em;    margin-bottom: 25px;  }}