.page-how-can-i-play-poppy-playtime-for-free { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-how-can-i-play-poppy-playtime-for-free__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-how-can-i-play-poppy-playtime-for-free__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-how-can-i-play-poppy-playtime-for-free__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-how-can-i-play-poppy-playtime-for-free__section-title { text-align: center; color: #2c3e50; font-size: 2.5em; margin-bottom: 30px; } .page-how-can-i-play-poppy-playtime-for-free__section-title--light { color: #ecf0f1; } .page-how-can-i-play-poppy-playtime-for-free__text-content { text-align: center; margin-bottom: 20px; font-size: 1.1em; } .page-how-can-i-play-poppy-playtime-for-free__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:poppy_playtime,free_games,online_gaming,philippines]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; box-shadow: none; padding-top: calc(10px + var(--header-offset, 0px)); } .page-how-can-i-play-poppy-playtime-for-free__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; } .page-how-can-i-play-poppy-playtime-for-free__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-how-can-i-play-poppy-playtime-for-free__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; } .page-how-can-i-play-poppy-playtime-for-free__cta-button:hover { background-color: #c0392b; } .page-how-can-i-play-poppy-playtime-for-free__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: 20px 0; } .page-how-can-i-play-poppy-playtime-for-free__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-how-can-i-play-poppy-playtime-for-free__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-how-can-i-play-poppy-playtime-for-free__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 40px; } .page-how-can-i-play-poppy-playtime-for-free__intro-item { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: left; } .page-how-can-i-play-poppy-playtime-for-free__intro-item h3 { color: #e74c3c; margin-top: 0; font-size: 1.3em; } .page-how-can-i-play-poppy-playtime-for-free__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 40px; } .page-how-can-i-play-poppy-playtime-for-free__game-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-how-can-i-play-poppy-playtime-for-free__game-card:hover { transform: translateY(-5px); } .page-how-can-i-play-poppy-playtime-for-free__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-how-can-i-play-poppy-playtime-for-free__game-card-content { padding: 20px; } .page-how-can-i-play-poppy-playtime-for-free__game-card-content h3 { margin-top: 0; color: #2c3e50; font-size: 1.4em; } .page-how-can-i-play-poppy-playtime-for-free__game-card-content p { font-size: 0.95em; color: #555; } .page-how-can-i-play-poppy-playtime-for-free__promotion-list { list-style: none; padding: 0; margin-top: 30px; } .page-how-can-i-play-poppy-playtime-for-free__promotion-item { background-color: #ecf0f1; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; } .page-how-can-i-play-poppy-playtime-for-free__promotion-item h3 { margin: 0; color: #e74c3c; font-size: 1.3em; } .page-how-can-i-play-poppy-playtime-for-free__promotion-item p { margin: 5px 0 0; flex-grow: 1; margin-right: 20px; } .page-how-can-i-play-poppy-playtime-for-free__faq-item { background-color: #ecf0f1; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-how-can-i-play-poppy-playtime-for-free__faq-question { padding: 20px 25px; background-color: #e74c3c; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; transition: background-color 0.3s ease; } .page-how-can-i-play-poppy-playtime-for-free__faq-question:hover { background-color: #c0392b; } .page-how-can-i-play-poppy-playtime-for-free__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-how-can-i-play-poppy-playtime-for-free__faq-toggle { font-size: 1.8em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-how-can-i-play-poppy-playtime-for-free__faq-item.active .page-how-can-i-play-poppy-playtime-for-free__faq-toggle { transform: rotate(45deg); } .page-how-can-i-play-poppy-playtime-for-free__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fdfdfd; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-how-can-i-play-poppy-playtime-for-free__faq-item.active .page-how-can-i-play-poppy-playtime-for-free__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-how-can-i-play-poppy-playtime-for-free__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 40px; } .page-how-can-i-play-poppy-playtime-for-free__blog-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-how-can-i-play-poppy-playtime-for-free__blog-card:hover { transform: translateY(-5px); } .page-how-can-i-play-poppy-playtime-for-free__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-how-can-i-play-poppy-playtime-for-free__blog-card-content { padding: 20px; } .page-how-can-i-play-poppy-playtime-for-free__blog-card-content h3 { margin-top: 0; font-size: 1.4em; } .page-how-can-i-play-poppy-playtime-for-free__blog-card-content h3 a { text-decoration: none; color: #2c3e50; transition: color 0.3s ease; } .page-how-can-i-play-poppy-playtime-for-free__blog-card-content h3 a:hover { color: #e74c3c; } .page-how-can-i-play-poppy-playtime-for-free__blog-card-content p { font-size: 0.95em; color: #555; } .page-how-can-i-play-poppy-playtime-for-free__blog-card-content .page-how-can-i-play-poppy-playtime-for-free__cta-button { font-size: 0.9em; padding: 10px 20px; border-radius: 25px; margin-top: 15px; } .page-how-can-i-play-poppy-playtime-for-free__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-how-can-i-play-poppy-playtime-for-free__quick-link-item { text-align: center; } .page-how-can-i-play-poppy-playtime-for-free__quick-link-item .page-how-can-i-play-poppy-playtime-for-free__cta-button { width: 100%; max-width: 250px; padding: 12px 20px; font-size: 1em; } .page-how-can-i-play-poppy-playtime-for-free__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-how-can-i-play-poppy-playtime-for-free__image-wrapper img { max-width: 100%; height: auto; display: block; object-fit: cover; } @media (max-width: 768px) { .page-how-can-i-play-poppy-playtime-for-free__hero-section { padding: 80px 15px; } .page-how-can-i-play-poppy-playtime-for-free__hero-title { font-size: 2.2em; } .page-how-can-i-play-poppy-playtime-for-free__hero-subtitle { font-size: 1.1em; } .page-how-can-i-play-poppy-playtime-for-free__section-title { font-size: 1.8em; } .page-how-can-i-play-poppy-playtime-for-free__container { padding: 15px; } .page-how-can-i-play-poppy-playtime-for-free__intro-grid, .page-how-can-i-play-poppy-playtime-for-free__game-grid, .page-how-can-i-play-poppy-playtime-for-free__blog-grid, .page-how-can-i-play-poppy-playtime-for-free__quick-links-grid { grid-template-columns: 1fr; } .page-how-can-i-play-poppy-playtime-for-free__promotion-item { flex-direction: column; align-items: flex-start; } .page-how-can-i-play-poppy-playtime-for-free__promotion-item p { margin-right: 0; margin-bottom: 10px; } .page-how-can-i-play-poppy-playtime-for-free__promotion-item .page-how-can-i-play-poppy-playtime-for-free__cta-button { width: 100%; text-align: center; } .page-how-can-i-play-poppy-playtime-for-free__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-how-can-i-play-poppy-playtime-for-free__payment-logo, .page-how-can-i-play-poppy-playtime-for-free__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-how-can-i-play-poppy-playtime-for-free__faq-question, .page-how-can-i-play-poppy-playtime-for-free__faq-answer { padding-left: 15px; padding-right: 15px; } .page-how-can-i-play-poppy-playtime-for-free__faq-item.active .page-how-can-i-play-poppy-playtime-for-free__faq-answer { padding: 15px !important; } .page-how-can-i-play-poppy-playtime-for-free__image-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-how-can-i-play-poppy-playtime-for-free__image-wrapper img { max-width: 100% !important; height: auto !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-how-can-i-play-poppy-playtime-for-free__promotion-list, .page-how-can-i-play-poppy-playtime-for-free__promotion-item, .page-how-can-i-play-poppy-playtime-for-free__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 !important; } .page-how-can-i-play-poppy-playtime-for-free__promotion-item { padding: 15px !important; } }