.page-poppy-playtime-chapter-2free { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-poppy-playtime-chapter-2free__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-poppy-playtime-chapter-2free__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-poppy-playtime-chapter-2free__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 15px; }.page-poppy-playtime-chapter-2free__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #e74c3c; margin: 10px auto 0; border-radius: 2px; }.page-poppy-playtime-chapter-2free__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:poppy playtime,chapter 2,game,casino,philippines]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; margin-bottom: 0; padding-top: calc(100px + 10px); /* Add 10px for decorative top spacing */ }.page-poppy-playtime-chapter-2free__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-poppy-playtime-chapter-2free__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-poppy-playtime-chapter-2free__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; }.page-poppy-playtime-chapter-2free__cta-button:hover { background-color: #c0392b; transform: translateY(-3px); }.page-poppy-playtime-chapter-2free__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 20px; background-color: #fff; border-radius: 8px; margin-bottom: 20px; }.page-poppy-playtime-chapter-2free__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-poppy-playtime-chapter-2free__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-poppy-playtime-chapter-2free__text-content { font-size: 1.1em; line-height: 1.8; text-align: justify; }.page-poppy-playtime-chapter-2free__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-poppy-playtime-chapter-2free__card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-poppy-playtime-chapter-2free__card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-2free__card-image { width: 100%; height: 200px; object-fit: cover; }.page-poppy-playtime-chapter-2free__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-poppy-playtime-chapter-2free__card-title { font-size: 1.5em; color: #34495e; margin-bottom: 10px; }.page-poppy-playtime-chapter-2free__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; flex-grow: 1; }.page-poppy-playtime-chapter-2free__quick-link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; }.page-poppy-playtime-chapter-2free__quick-link-button { display: block; background-color: #3498db; color: #fff; padding: 15px 10px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-2free__quick-link-button:hover { background-color: #2980b9; }.page-poppy-playtime-chapter-2free__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; }.page-poppy-playtime-chapter-2free__list-item { background-color: #ecf0f1; border-radius: 5px; margin: 10px; padding: 15px 20px; font-size: 1em; color: #2c3e50; text-align: center; box-sizing: border-box; flex: 1 1 calc(33% - 20px); max-width: calc(33% - 20px); }.page-poppy-playtime-chapter-2free__promo-card { background-color: #fdfdfd; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); padding: 25px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; }.page-poppy-playtime-chapter-2free__promo-title { font-size: 1.4em; color: #e74c3c; margin-bottom: 10px; }.page-poppy-playtime-chapter-2free__promo-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-poppy-playtime-chapter-2free__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; }.page-poppy-playtime-chapter-2free__faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 15px 0; user-select: none; }.page-poppy-playtime-chapter-2free__faq-question h3 { margin: 0; font-size: 1.2em; color: #34495e; pointer-events: none; }.page-poppy-playtime-chapter-2free__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-chapter-2free__faq-item.active .page-poppy-playtime-chapter-2free__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chapter-2free__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; 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-2free__faq-item.active .page-poppy-playtime-chapter-2free__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-poppy-playtime-chapter-2free__blog-card { background-color: #fdfdfd; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-poppy-playtime-chapter-2free__blog-card:hover { transform: translateY(-5px); }.page-poppy-playtime-chapter-2free__blog-image { width: 100%; height: 180px; object-fit: cover; }.page-poppy-playtime-chapter-2free__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-poppy-playtime-chapter-2free__blog-title { font-size: 1.3em; color: #34495e; margin-bottom: 10px; }.page-poppy-playtime-chapter-2free__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; flex-grow: 1; }.page-poppy-playtime-chapter-2free__blog-link { display: inline-block; color: #e74c3c; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-poppy-playtime-chapter-2free__blog-link:hover { color: #c0392b; }@media (max-width: 768px) { .page-poppy-playtime-chapter-2free__hero-section { padding: 80px 15px; padding-top: calc(80px + 10px); }.page-poppy-playtime-chapter-2free__hero-title { font-size: 2.5em; }.page-poppy-playtime-chapter-2free__hero-subtitle { font-size: 1.2em; }.page-poppy-playtime-chapter-2free__section-title { font-size: 2em; }.page-poppy-playtime-chapter-2free__container { padding: 10px; }.page-poppy-playtime-chapter-2free__section { padding: 30px 15px; }.page-poppy-playtime-chapter-2free__grid { grid-template-columns: 1fr; gap: 20px; }.page-poppy-playtime-chapter-2free__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin: 10px 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-poppy-playtime-chapter-2free__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-2free__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-poppy-playtime-chapter-2free__payment-logo, .page-poppy-playtime-chapter-2free__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-poppy-playtime-chapter-2free__card-image, .page-poppy-playtime-chapter-2free__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-poppy-playtime-chapter-2free__card, .page-poppy-playtime-chapter-2free__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }.page-poppy-playtime-chapter-2free__faq-question h3 { font-size: 1.1em; }.page-poppy-playtime-chapter-2free__faq-answer { padding: 0 10px; }.page-poppy-playtime-chapter-2free__faq-item.active .page-poppy-playtime-chapter-2free__faq-answer { padding: 15px 10px !important; }}