.page-how-to-play-poppy-playtime-in-mobile { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; } .page-how-to-play-poppy-playtime-in-mobile__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-how-to-play-poppy-playtime-in-mobile__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-how-to-play-poppy-playtime-in-mobile__section--dark { background-color: #f9f9f9; } .page-how-to-play-poppy-playtime-in-mobile__hero-section { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; min-height: 500px; padding-top: 10px; overflow: hidden; } .page-how-to-play-poppy-playtime-in-mobile__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-how-to-play-poppy-playtime-in-mobile__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-how-to-play-poppy-playtime-in-mobile__hero-title { font-size: 3em; margin-bottom: 15px; color: #ffe01a; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-how-to-play-poppy-playtime-in-mobile__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } .page-how-to-play-poppy-playtime-in-mobile__cta-button { display: inline-block; background-color: #ff4500; 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-how-to-play-poppy-playtime-in-mobile__cta-button:hover { background-color: #e03e00; } .page-how-to-play-poppy-playtime-in-mobile__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-how-to-play-poppy-playtime-in-mobile__intro-item { text-align: center; padding: 20px; border-radius: 8px; background-color: #f0f0f0; } .page-how-to-play-poppy-playtime-in-mobile__intro-item-icon { width: 100px; height: 100px; margin-bottom: 15px; object-fit: cover; } .page-how-to-play-poppy-playtime-in-mobile__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-how-to-play-poppy-playtime-in-mobile__quick-access-item .page-how-to-play-poppy-playtime-in-mobile__cta-button { padding: 12px 25px; font-size: 1em; background-color: #007bff; } .page-how-to-play-poppy-playtime-in-mobile__quick-access-item .page-how-to-play-poppy-playtime-in-mobile__cta-button:hover { background-color: #0056b3; } .page-how-to-play-poppy-playtime-in-mobile__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-how-to-play-poppy-playtime-in-mobile__game-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-how-to-play-poppy-playtime-in-mobile__game-card:hover { transform: translateY(-5px); } .page-how-to-play-poppy-playtime-in-mobile__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-how-to-play-poppy-playtime-in-mobile__game-card-content { padding: 20px; } .page-how-to-play-poppy-playtime-in-mobile__game-card-title { font-size: 1.2em; margin-bottom: 10px; color: #333; } .page-how-to-play-poppy-playtime-in-mobile__game-card-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-how-to-play-poppy-playtime-in-mobile__game-card-button:hover { background-color: #218838; } .page-how-to-play-poppy-playtime-in-mobile__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-how-to-play-poppy-playtime-in-mobile__promo-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-how-to-play-poppy-playtime-in-mobile__promo-card-image { width: 100%; height: 200px; object-fit: cover; } .page-how-to-play-poppy-playtime-in-mobile__promo-card-content { padding: 20px; } .page-how-to-play-poppy-playtime-in-mobile__promo-card-title { font-size: 1.3em; margin-bottom: 10px; color: #ff4500; } .page-how-to-play-poppy-playtime-in-mobile__promo-card-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-how-to-play-poppy-playtime-in-mobile__promo-card-button { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-how-to-play-poppy-playtime-in-mobile__promo-card-button:hover { background-color: #e0a800; } .page-how-to-play-poppy-playtime-in-mobile__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; text-align: center; } .page-how-to-play-poppy-playtime-in-mobile__security-item { padding: 20px; background-color: #f0f0f0; border-radius: 8px; } .page-how-to-play-poppy-playtime-in-mobile__security-item-icon { width: 80px; height: 80px; object-fit: cover; margin-bottom: 15px; } .page-how-to-play-poppy-playtime-in-mobile__faq-list { margin-top: 30px; } .page-how-to-play-poppy-playtime-in-mobile__faq-item { background-color: #f0f0f0; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-how-to-play-poppy-playtime-in-mobile__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #e9e9e9; border-bottom: 1px solid #ddd; user-select: none; } .page-how-to-play-poppy-playtime-in-mobile__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-how-to-play-poppy-playtime-in-mobile__faq-toggle { font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-how-to-play-poppy-playtime-in-mobile__faq-item.active .page-how-to-play-poppy-playtime-in-mobile__faq-toggle { transform: rotate(45deg); } .page-how-to-play-poppy-playtime-in-mobile__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: #f9f9f9; } .page-how-to-play-poppy-playtime-in-mobile__faq-item.active .page-how-to-play-poppy-playtime-in-mobile__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-how-to-play-poppy-playtime-in-mobile__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-how-to-play-poppy-playtime-in-mobile__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-how-to-play-poppy-playtime-in-mobile__blog-card:hover { transform: translateY(-5px); } .page-how-to-play-poppy-playtime-in-mobile__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-how-to-play-poppy-playtime-in-mobile__blog-card-content { padding: 20px; } .page-how-to-play-poppy-playtime-in-mobile__blog-card-title { font-size: 1.2em; margin-bottom: 10px; } .page-how-to-play-poppy-playtime-in-mobile__blog-card-title a { text-decoration: none; color: #333; transition: color 0.3s ease; } .page-how-to-play-poppy-playtime-in-mobile__blog-card-title a:hover { color: #ff4500; } .page-how-to-play-poppy-playtime-in-mobile__blog-card-date { font-size: 0.8em; color: #999; margin-bottom: 10px; } .page-how-to-play-poppy-playtime-in-mobile__blog-card-summary { font-size: 0.9em; color: #666; } .page-how-to-play-poppy-playtime-in-mobile h1, .page-how-to-play-poppy-playtime-in-mobile h2 { color: #333; text-align: center; margin-bottom: 20px; } .page-how-to-play-poppy-playtime-in-mobile h2 { font-size: 2em; border-bottom: 2px solid #ff4500; display: inline-block; padding-bottom: 5px; } .page-how-to-play-poppy-playtime-in-mobile p { margin-bottom: 15px; } @media (max-width: 768px) { .page-how-to-play-poppy-playtime-in-mobile__container { padding: 15px; } .page-how-to-play-poppy-playtime-in-mobile__hero-title { font-size: 2em; } .page-how-to-play-poppy-playtime-in-mobile__hero-subtitle { font-size: 1em; } .page-how-to-play-poppy-playtime-in-mobile__cta-button { padding: 12px 25px; font-size: 1em; } .page-how-to-play-poppy-playtime-in-mobile__intro-grid, .page-how-to-play-poppy-playtime-in-mobile__game-grid, .page-how-to-play-poppy-playtime-in-mobile__promo-grid, .page-how-to-play-poppy-playtime-in-mobile__security-grid, .page-how-to-play-poppy-playtime-in-mobile__blog-grid { grid-template-columns: 1fr; } .page-how-to-play-poppy-playtime-in-mobile__quick-access-list { flex-direction: column; align-items: center; } .page-how-to-play-poppy-playtime-in-mobile__quick-access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-how-to-play-poppy-playtime-in-mobile__quick-access-item .page-how-to-play-poppy-playtime-in-mobile__cta-button { width: 100%; box-sizing: border-box; } .page-how-to-play-poppy-playtime-in-mobile__section { padding: 30px 0; } .page-how-to-play-poppy-playtime-in-mobile__game-card, .page-how-to-play-poppy-playtime-in-mobile__promo-card, .page-how-to-play-poppy-playtime-in-mobile__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-how-to-play-poppy-playtime-in-mobile__faq-question { padding: 12px 15px; } .page-how-to-play-poppy-playtime-in-mobile__faq-question h3 { font-size: 1em; } .page-how-to-play-poppy-playtime-in-mobile__faq-answer { padding: 15px 15px; } .page-how-to-play-poppy-playtime-in-mobile__faq-item.active .page-how-to-play-poppy-playtime-in-mobile__faq-answer { padding: 15px 15px !important; } .page-how-to-play-poppy-playtime-in-mobile__intro-item, .page-how-to-play-poppy-playtime-in-mobile__security-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-how-to-play-poppy-playtime-in-mobile img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-how-to-play-poppy-playtime-in-mobile div[class*="__image-wrapper"] { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } .page-how-to-play-poppy-playtime-in-mobile p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-how-to-play-poppy-playtime-in-mobile ul, .page-how-to-play-poppy-playtime-in-mobile ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }