.page-poppy-playtime-reviews-for-parents { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background-color: #f8f8f8; } .page-poppy-playtime-reviews-for-parents__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-reviews-for-parents__hero-section { background: linear-gradient(135deg, #ff7e5f, #feb47b); color: #fff; text-align: center; padding: 60px 20px; border-radius: 10px; margin-bottom: 30px; position: relative; overflow: hidden; } .page-poppy-playtime-reviews-for-parents__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-poppy-playtime-reviews-for-parents__hero-content { position: relative; z-index: 2; } .page-poppy-playtime-reviews-for-parents__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-reviews-for-parents__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-reviews-for-parents__cta-button { display: inline-block; background-color: #4CAF50; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-reviews-for-parents__cta-button:hover { background-color: #45a049; } .page-poppy-playtime-reviews-for-parents__section-title { font-size: 2em; color: #2c3e50; text-align: center; margin-bottom: 30px; position: relative; } .page-poppy-playtime-reviews-for-parents__section-title::after { content: ''; display: block; width: 60px; height: 3px; background-color: #ff7e5f; margin: 10px auto 0; } .page-poppy-playtime-reviews-for-parents__text-content { font-size: 1.05em; line-height: 1.7; color: #555; } .page-poppy-playtime-reviews-for-parents__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; background-color: #e9e9e9; border-radius: 10px; margin-bottom: 30px; } .page-poppy-playtime-reviews-for-parents__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-poppy-playtime-reviews-for-parents__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-reviews-for-parents__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 30px; } .page-poppy-playtime-reviews-for-parents__card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 25px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-poppy-playtime-reviews-for-parents__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-poppy-playtime-reviews-for-parents__card-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; } .page-poppy-playtime-reviews-for-parents__card-title { font-size: 1.4em; color: #34495e; margin-bottom: 10px; } .page-poppy-playtime-reviews-for-parents__card-description { color: #666; font-size: 0.95em; margin-bottom: 20px; } .page-poppy-playtime-reviews-for-parents__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 40px; } .page-poppy-playtime-reviews-for-parents__quick-link-button { background-color: #f39c12; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-reviews-for-parents__quick-link-button:hover { background-color: #e67e22; } .page-poppy-playtime-reviews-for-parents__faq-list { list-style: none; padding: 0; margin-bottom: 30px; } .page-poppy-playtime-reviews-for-parents__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-poppy-playtime-reviews-for-parents__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #f0f0f0; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-poppy-playtime-reviews-for-parents__faq-question:hover { background-color: #e0e0e0; } .page-poppy-playtime-reviews-for-parents__faq-question h3 { margin: 0; font-size: 1.1em; color: #34495e; pointer-events: none; } .page-poppy-playtime-reviews-for-parents__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ff7e5f; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-reviews-for-parents__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-reviews-for-parents__faq-answer p { margin-top: 0; margin-bottom: 20px; color: #666; font-size: 0.95em; } .page-poppy-playtime-reviews-for-parents__faq-item.active .page-poppy-playtime-reviews-for-parents__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-reviews-for-parents__faq-item.active .page-poppy-playtime-reviews-for-parents__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-reviews-for-parents__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-poppy-playtime-reviews-for-parents__blog-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-reviews-for-parents__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); } .page-poppy-playtime-reviews-for-parents__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-reviews-for-parents__blog-content { padding: 20px; } .page-poppy-playtime-reviews-for-parents__blog-title { font-size: 1.2em; color: #34495e; margin-bottom: 10px; } .page-poppy-playtime-reviews-for-parents__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-poppy-playtime-reviews-for-parents__blog-date { font-size: 0.8em; color: #999; text-align: right; } .page-poppy-playtime-reviews-for-parents__blog-read-more { display: inline-block; background-color: #5cb85c; color: #fff; padding: 8px 15px; border-radius: 4px; text-decoration: none; font-size: 0.9em; margin-top: 10px; transition: background-color 0.3s ease; } .page-poppy-playtime-reviews-for-parents__blog-read-more:hover { background-color: #4cae4c; } .page-poppy-playtime-reviews-for-parents img { max-width: 100%; height: auto; display: block; margin: 0 auto; } @media (max-width: 768px) { .page-poppy-playtime-reviews-for-parents__hero-section { padding: 40px 15px; } .page-poppy-playtime-reviews-for-parents__hero-title { font-size: 2em; } .page-poppy-playtime-reviews-for-parents__hero-subtitle { font-size: 1em; } .page-poppy-playtime-reviews-for-parents__section-title { font-size: 1.6em; } .page-poppy-playtime-reviews-for-parents__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 15px 0; } .page-poppy-playtime-reviews-for-parents__payment-logo, .page-poppy-playtime-reviews-for-parents__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-reviews-for-parents__grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-reviews-for-parents__card { padding: 20px; } .page-poppy-playtime-reviews-for-parents__quick-links { flex-direction: column; gap: 15px; } .page-poppy-playtime-reviews-for-parents__quick-link-button { width: 100%; max-width: 300px; margin: 0 auto; box-sizing: border-box; } .page-poppy-playtime-reviews-for-parents__faq-question { padding: 15px 20px; } .page-poppy-playtime-reviews-for-parents__faq-question h3 { font-size: 1em; } .page-poppy-playtime-reviews-for-parents__faq-answer { padding: 0 20px; } .page-poppy-playtime-reviews-for-parents__faq-item.active .page-poppy-playtime-reviews-for-parents__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-reviews-for-parents__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-reviews-for-parents__blog-image { height: 180px; } .page-poppy-playtime-reviews-for-parents img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-reviews-for-parents__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-reviews-for-parents__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }