.page-poppy-playtime-exp-1006 { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-poppy-playtime-exp-1006__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-exp-1006__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; background-color: #0f3460; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-exp-1006__section--dark { background-color: #16213e; } .page-poppy-playtime-exp-1006__hero-section { background-image: url('[GALLERY:hero:1920x1080:poppy_playtime_exp_1006,th777,gaming_banner]'); background-size: cover; background-position: center; color: #ffffff; text-align: center; padding: 100px 20px; border-radius: 0; margin-bottom: 0; position: relative; overflow: hidden; padding-top: calc(100px + 10px); /* Adjust for header offset + decorative top padding */ } .page-poppy-playtime-exp-1006__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-poppy-playtime-exp-1006__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-poppy-playtime-exp-1006__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-exp-1006__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-poppy-playtime-exp-1006__button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; border: none; } .page-poppy-playtime-exp-1006__button:hover { background-color: #b82a40; transform: translateY(-2px); } .page-poppy-playtime-exp-1006__button--secondary { background-color: #007bff; } .page-poppy-playtime-exp-1006__button--secondary:hover { background-color: #0056b3; } .page-poppy-playtime-exp-1006__title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 30px; } .page-poppy-playtime-exp-1006__subtitle { font-size: 1.8em; color: #e0e0e0; text-align: center; margin-bottom: 20px; } .page-poppy-playtime-exp-1006__text { font-size: 1.1em; color: #c0c0c0; text-align: center; margin-bottom: 20px; } .page-poppy-playtime-exp-1006__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-exp-1006__feature-item { background-color: #16213e; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-exp-1006__feature-item:hover { transform: translateY(-5px); } .page-poppy-playtime-exp-1006__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; max-width: 100%; height: auto; } .page-poppy-playtime-exp-1006__feature-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-poppy-playtime-exp-1006__feature-description { font-size: 1em; color: #c0c0c0; } .page-poppy-playtime-exp-1006__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-exp-1006__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-exp-1006__game-card { background-color: #16213e; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-exp-1006__game-card:hover { transform: translateY(-5px); } .page-poppy-playtime-exp-1006__game-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-poppy-playtime-exp-1006__game-image { width: 100%; height: 100%; object-fit: cover; display: block; } .page-poppy-playtime-exp-1006__game-content { padding: 20px; } .page-poppy-playtime-exp-1006__game-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; } .page-poppy-playtime-exp-1006__game-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-poppy-playtime-exp-1006__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-exp-1006__promo-card { background-color: #16213e; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-exp-1006__promo-card:hover { transform: translateY(-5px); } .page-poppy-playtime-exp-1006__promo-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-poppy-playtime-exp-1006__promo-image { width: 100%; height: 100%; object-fit: cover; display: block; } .page-poppy-playtime-exp-1006__promo-content { padding: 20px; } .page-poppy-playtime-exp-1006__promo-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; } .page-poppy-playtime-exp-1006__promo-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-poppy-playtime-exp-1006__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-poppy-playtime-exp-1006__faq-item { background-color: #16213e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-exp-1006__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #0f3460; color: #e0e0e0; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-exp-1006__faq-question:hover { background-color: #0a2345; } .page-poppy-playtime-exp-1006__faq-question h3 { margin: 0; pointer-events: none; color: #e0e0e0; } .page-poppy-playtime-exp-1006__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-exp-1006__faq-item.active .page-poppy-playtime-exp-1006__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-exp-1006__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #c0c0c0; } .page-poppy-playtime-exp-1006__faq-item.active .page-poppy-playtime-exp-1006__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-poppy-playtime-exp-1006__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-exp-1006__blog-card { background-color: #16213e; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease; } .page-poppy-playtime-exp-1006__blog-card:hover { transform: translateY(-5px); } .page-poppy-playtime-exp-1006__blog-image-wrapper { width: 100%; height: 180px; overflow: hidden; } .page-poppy-playtime-exp-1006__blog-image { width: 100%; height: 100%; object-fit: cover; display: block; } .page-poppy-playtime-exp-1006__blog-content { padding: 20px; } .page-poppy-playtime-exp-1006__blog-title { font-size: 1.2em; color: #e94560; margin-bottom: 10px; min-height: 2.4em; /* Ensure consistent height for titles */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .page-poppy-playtime-exp-1006__blog-excerpt { font-size: 0.9em; color: #c0c0c0; margin-bottom: 15px; min-height: 3.6em; /* Ensure consistent height for excerpts */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .page-poppy-playtime-exp-1006__blog-link { text-decoration: none; color: #e94560; font-weight: bold; transition: color 0.3s ease; } .page-poppy-playtime-exp-1006__blog-link:hover { color: #b82a40; } .page-poppy-playtime-exp-1006__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #16213e; padding: 20px; border-radius: 8px; margin-top: 20px; } .page-poppy-playtime-exp-1006__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-poppy-playtime-exp-1006__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } /* Responsive adjustments */ @media (max-width: 992px) { .page-poppy-playtime-exp-1006__hero-title { font-size: 2.8em; } .page-poppy-playtime-exp-1006__hero-subtitle { font-size: 1.3em; } .page-poppy-playtime-exp-1006__title { font-size: 2em; } .page-poppy-playtime-exp-1006__subtitle { font-size: 1.5em; } .page-poppy-playtime-exp-1006__text { font-size: 1em; } } @media (max-width: 768px) { .page-poppy-playtime-exp-1006__container { padding: 15px; } .page-poppy-playtime-exp-1006__hero-section { padding: 80px 15px; padding-top: calc(80px + 10px); } .page-poppy-playtime-exp-1006__hero-title { font-size: 2.2em; } .page-poppy-playtime-exp-1006__hero-subtitle { font-size: 1.1em; } .page-poppy-playtime-exp-1006__button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-exp-1006__title { font-size: 1.8em; } .page-poppy-playtime-exp-1006__subtitle { font-size: 1.3em; } .page-poppy-playtime-exp-1006__section { padding: 30px 15px; } .page-poppy-playtime-exp-1006__features-grid, .page-poppy-playtime-exp-1006__game-grid, .page-poppy-playtime-exp-1006__promo-grid, .page-poppy-playtime-exp-1006__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-exp-1006__feature-item, .page-poppy-playtime-exp-1006__game-card, .page-poppy-playtime-exp-1006__promo-card, .page-poppy-playtime-exp-1006__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-exp-1006__game-image-wrapper, .page-poppy-playtime-exp-1006__promo-image-wrapper, .page-poppy-playtime-exp-1006__blog-image-wrapper { height: 180px; } .page-poppy-playtime-exp-1006__faq-question { font-size: 1.1em; padding: 12px 15px; } .page-poppy-playtime-exp-1006__faq-answer { padding: 0 15px; } .page-poppy-playtime-exp-1006__faq-item.active .page-poppy-playtime-exp-1006__faq-answer { padding: 15px 15px !important; } .page-poppy-playtime-exp-1006__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-poppy-playtime-exp-1006__payment-logo, .page-poppy-playtime-exp-1006__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-exp-1006__feature-icon, .page-poppy-playtime-exp-1006__game-image, .page-poppy-playtime-exp-1006__promo-image, .page-poppy-playtime-exp-1006__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-poppy-playtime-exp-1006__hero-title { font-size: 1.8em; } .page-poppy-playtime-exp-1006__hero-subtitle { font-size: 1em; } .page-poppy-playtime-exp-1006__title { font-size: 1.5em; } .page-poppy-playtime-exp-1006__subtitle { font-size: 1.2em; } }