.page-how-large-is-the-poppy-playtime-factory { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; padding-top: 10px; } .page-how-large-is-the-poppy-playtime-factory__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-how-large-is-the-poppy-playtime-factory__section { padding: 40px 20px; margin-bottom: 20px; background-color: #24243e; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-how-large-is-the-poppy-playtime-factory__section--hero { background-image: url('[GALLERY:hero:1920x1080:gaming,factory,poppy_playtime,jiliaa]'); background-size: cover; background-position: center; color: #ffffff; text-align: center; padding: 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; overflow: hidden; } .page-how-large-is-the-poppy-playtime-factory__section--hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 1; } .page-how-large-is-the-poppy-playtime-factory__section--hero > * { z-index: 2; position: relative; } .page-how-large-is-the-poppy-playtime-factory__title { font-size: 3em; margin-bottom: 15px; color: #e94560; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-how-large-is-the-poppy-playtime-factory__subtitle { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; } .page-how-large-is-the-poppy-playtime-factory__button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-how-large-is-the-poppy-playtime-factory__button:hover { background-color: #b8364c; transform: translateY(-3px); } .page-how-large-is-the-poppy-playtime-factory__button--secondary { background-color: #0f3460; } .page-how-large-is-the-poppy-playtime-factory__button--secondary:hover { background-color: #0a2544; } .page-how-large-is-the-poppy-playtime-factory__heading { font-size: 2.2em; color: #e94560; text-align: center; margin-bottom: 30px; } .page-how-large-is-the-poppy-playtime-factory__text { font-size: 1.1em; margin-bottom: 20px; } .page-how-large-is-the-poppy-playtime-factory__list { list-style: none; padding: 0; margin-bottom: 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; } .page-how-large-is-the-poppy-playtime-factory__list-item { background-color: #16213e; padding: 15px; border-left: 3px solid #e94560; border-radius: 4px; box-sizing: border-box; } .page-how-large-is-the-poppy-playtime-factory__list-item strong { color: #e94560; } .page-how-large-is-the-poppy-playtime-factory__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; margin-top: 40px; margin-bottom: 40px; } .page-how-large-is-the-poppy-playtime-factory__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-how-large-is-the-poppy-playtime-factory__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-how-large-is-the-poppy-playtime-factory__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-how-large-is-the-poppy-playtime-factory__game-card { background-color: #16213e; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-how-large-is-the-poppy-playtime-factory__game-card:hover { transform: translateY(-5px); } .page-how-large-is-the-poppy-playtime-factory__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-how-large-is-the-poppy-playtime-factory__game-card-content { padding: 20px; } .page-how-large-is-the-poppy-playtime-factory__game-card-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-how-large-is-the-poppy-playtime-factory__game-card-description { font-size: 0.9em; margin-bottom: 15px; color: #c0c0c0; } .page-how-large-is-the-poppy-playtime-factory__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-how-large-is-the-poppy-playtime-factory__promo-card { background-color: #16213e; border-radius: 8px; padding: 25px; text-align: center; transition: transform 0.3s ease; border-top: 5px solid #e94560; } .page-how-large-is-the-poppy-playtime-factory__promo-card:hover { transform: translateY(-5px); } .page-how-large-is-the-poppy-playtime-factory__promo-card-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; } .page-how-large-is-the-poppy-playtime-factory__promo-card-description { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; } .page-how-large-is-the-poppy-playtime-factory__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-how-large-is-the-poppy-playtime-factory__faq-item { background-color: #16213e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-how-large-is-the-poppy-playtime-factory__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #0f3460; color: #ffffff; font-size: 1.1em; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; } .page-how-large-is-the-poppy-playtime-factory__faq-question:hover { background-color: #16407e; } .page-how-large-is-the-poppy-playtime-factory__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-how-large-is-the-poppy-playtime-factory__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; } .page-how-large-is-the-poppy-playtime-factory__faq-item.active .page-how-large-is-the-poppy-playtime-factory__faq-toggle { transform: rotate(45deg); } .page-how-large-is-the-poppy-playtime-factory__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; background-color: #24243e; color: #c0c0c0; } .page-how-large-is-the-poppy-playtime-factory__faq-item.active .page-how-large-is-the-poppy-playtime-factory__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-how-large-is-the-poppy-playtime-factory__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-how-large-is-the-poppy-playtime-factory__blog-card { background-color: #16213e; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease; } .page-how-large-is-the-poppy-playtime-factory__blog-card:hover { transform: translateY(-5px); } .page-how-large-is-the-poppy-playtime-factory__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-how-large-is-the-poppy-playtime-factory__blog-card-content { padding: 20px; } .page-how-large-is-the-poppy-playtime-factory__blog-card-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; } .page-how-large-is-the-poppy-playtime-factory__blog-card-excerpt { font-size: 0.9em; color: #c0c0c0; margin-bottom: 15px; } .page-how-large-is-the-poppy-playtime-factory__image { max-width: 100%; height: auto; display: block; margin: 20px auto; border-radius: 8px; }.page-how-large-is-the-poppy-playtime-factory__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-how-large-is-the-poppy-playtime-factory__download-app-section { text-align: center; padding: 40px 20px; background-color: #0f3460; border-radius: 8px; margin-top: 40px; } .page-how-large-is-the-poppy-playtime-factory__download-app-title { font-size: 2em; color: #ffffff; margin-bottom: 20px; } .page-how-large-is-the-poppy-playtime-factory__download-app-description { font-size: 1.1em; color: #c0c0c0; margin-bottom: 30px; } @media (max-width: 768px) { .page-how-large-is-the-poppy-playtime-factory__title { font-size: 2.2em; } .page-how-large-is-the-poppy-playtime-factory__heading { font-size: 1.8em; } .page-how-large-is-the-poppy-playtime-factory__section { padding: 30px 15px; } .page-how-large-is-the-poppy-playtime-factory__container { padding: 10px; } .page-how-large-is-the-poppy-playtime-factory__list { grid-template-columns: 1fr; gap: 10px; } .page-how-large-is-the-poppy-playtime-factory__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-how-large-is-the-poppy-playtime-factory__games-grid, .page-how-large-is-the-poppy-playtime-factory__promo-grid, .page-how-large-is-the-poppy-playtime-factory__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-how-large-is-the-poppy-playtime-factory__game-card-image, .page-how-large-is-the-poppy-playtime-factory__blog-card-image { height: 180px; } .page-how-large-is-the-poppy-playtime-factory__faq-question { padding: 12px 15px; font-size: 1em; } .page-how-large-is-the-poppy-playtime-factory__faq-answer { padding: 0 15px; } .page-how-large-is-the-poppy-playtime-factory__faq-item.active .page-how-large-is-the-poppy-playtime-factory__faq-answer { padding: 15px 15px !important; } .page-how-large-is-the-poppy-playtime-factory__image { max-width: 100% !important; height: auto !important; } .page-how-large-is-the-poppy-playtime-factory__image-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-how-large-is-the-poppy-playtime-factory__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-how-large-is-the-poppy-playtime-factory__payment-logo, .page-how-large-is-the-poppy-playtime-factory__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } }