.page-where-to-play-poppy-playtime-chapter-5 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-where-to-play-poppy-playtime-chapter-5 img { max-width: 100%; height: auto; display: block; object-fit: cover; } .page-where-to-play-poppy-playtime-chapter-5__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-where-to-play-poppy-playtime-chapter-5__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-where-to-play-poppy-playtime-chapter-5__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-where-to-play-poppy-playtime-chapter-5__section--dark h1, .page-where-to-play-poppy-playtime-chapter-5__section--dark h2, .page-where-to-play-poppy-playtime-chapter-5__section--dark h3 { color: #ecf0f1; } .page-where-to-play-poppy-playtime-chapter-5__title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; } .page-where-to-play-poppy-playtime-chapter-5__title-h2 { text-align: center; color: #2c3e50; margin-bottom: 25px; font-size: 2em; } .page-where-to-play-poppy-playtime-chapter-5__text-center { text-align: center; } .page-where-to-play-poppy-playtime-chapter-5__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('[GALLERY:hero:1920x1080:poppy_playtime,gaming,online_casino]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; box-shadow: none; margin-bottom: 0; padding-top: calc(var(--header-offset, 0px) + 60px); } .page-where-to-play-poppy-playtime-chapter-5__hero-section h1 { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #fff; } .page-where-to-play-poppy-playtime-chapter-5__hero-section p { font-size: 1.3em; margin-bottom: 30px; } .page-where-to-play-poppy-playtime-chapter-5__btn { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-where-to-play-poppy-playtime-chapter-5__btn:hover { background-color: #c0392b; } .page-where-to-play-poppy-playtime-chapter-5__intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; } .page-where-to-play-poppy-playtime-chapter-5__intro-content h2 { text-align: left; } .page-where-to-play-poppy-playtime-chapter-5__intro-image img { border-radius: 8px; } .page-where-to-play-poppy-playtime-chapter-5__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-where-to-play-poppy-playtime-chapter-5__game-card { background-color: #f2f2f2; border-radius: 8px; overflow: hidden; text-align: center; padding-bottom: 20px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-where-to-play-poppy-playtime-chapter-5__game-card img { width: 100%; height: 250px; object-fit: cover; margin-bottom: 15px; } .page-where-to-play-poppy-playtime-chapter-5__game-card h3 { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; } .page-where-to-play-poppy-playtime-chapter-5__game-card .page-where-to-play-poppy-playtime-chapter-5__btn { margin-top: 15px; padding: 10px 20px; font-size: 0.9em; } .page-where-to-play-poppy-playtime-chapter-5__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-where-to-play-poppy-playtime-chapter-5__promo-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); } .page-where-to-play-poppy-playtime-chapter-5__promo-item h3 { color: #e74c3c; margin-bottom: 15px; } .page-where-to-play-poppy-playtime-chapter-5__promo-item p { margin-bottom: 20px; } .page-where-to-play-poppy-playtime-chapter-5__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-where-to-play-poppy-playtime-chapter-5__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); } .page-where-to-play-poppy-playtime-chapter-5__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; user-select: none; } .page-where-to-play-poppy-playtime-chapter-5__faq-question:hover { background-color: #e0e0e0; } .page-where-to-play-poppy-playtime-chapter-5__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-where-to-play-poppy-playtime-chapter-5__faq-toggle { font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; color: #e74c3c; pointer-events: none; } .page-where-to-play-poppy-playtime-chapter-5__faq-item.active .page-where-to-play-poppy-playtime-chapter-5__faq-toggle { transform: rotate(45deg); } .page-where-to-play-poppy-playtime-chapter-5__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-where-to-play-poppy-playtime-chapter-5__faq-item.active .page-where-to-play-poppy-playtime-chapter-5__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-where-to-play-poppy-playtime-chapter-5__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-where-to-play-poppy-playtime-chapter-5__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); } .page-where-to-play-poppy-playtime-chapter-5__blog-card img { width: 100%; height: 200px; object-fit: cover; } .page-where-to-play-poppy-playtime-chapter-5__blog-card-content { padding: 20px; } .page-where-to-play-poppy-playtime-chapter-5__blog-card-content h3 { font-size: 1.2em; margin-bottom: 10px; color: #2c3e50; } .page-where-to-play-poppy-playtime-chapter-5__blog-card-content h3 a { text-decoration: none; color: inherit; } .page-where-to-play-poppy-playtime-chapter-5__blog-card-content p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-where-to-play-poppy-playtime-chapter-5__blog-card-content .page-where-to-play-poppy-playtime-chapter-5__btn { padding: 8px 15px; font-size: 0.85em; } @media (max-width: 992px) { .page-where-to-play-poppy-playtime-chapter-5__hero-section h1 { font-size: 2.8em; } .page-where-to-play-poppy-playtime-chapter-5__hero-section p { font-size: 1.1em; } .page-where-to-play-poppy-playtime-chapter-5__intro-grid { grid-template-columns: 1fr; } .page-where-to-play-poppy-playtime-chapter-5__intro-content { order: 2; } .page-where-to-play-poppy-playtime-chapter-5__intro-image { order: 1; margin-bottom: 30px; } .page-where-to-play-poppy-playtime-chapter-5__title { font-size: 2em; } .page-where-to-play-poppy-playtime-chapter-5__title-h2 { font-size: 1.8em; } } @media (max-width: 768px) { .page-where-to-play-poppy-playtime-chapter-5__hero-section { padding: 80px 15px; padding-top: calc(var(--header-offset, 0px) + 40px); } .page-where-to-play-poppy-playtime-chapter-5__hero-section h1 { font-size: 2.2em; } .page-where-to-play-poppy-playtime-chapter-5__hero-section p { font-size: 1em; } .page-where-to-play-poppy-playtime-chapter-5__container { padding: 10px; } .page-where-to-play-poppy-playtime-chapter-5__section { padding: 20px 15px; margin-bottom: 15px; } .page-where-to-play-poppy-playtime-chapter-5__title { font-size: 1.8em; margin-bottom: 20px; } .page-where-to-play-poppy-playtime-chapter-5__title-h2 { font-size: 1.6em; margin-bottom: 15px; } .page-where-to-play-poppy-playtime-chapter-5__quick-access-grid, .page-where-to-play-poppy-playtime-chapter-5__game-grid, .page-where-to-play-poppy-playtime-chapter-5__promo-grid, .page-where-to-play-poppy-playtime-chapter-5__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-where-to-play-poppy-playtime-chapter-5__quick-access-grid a, .page-where-to-play-poppy-playtime-chapter-5__btn { width: 100% !important; box-sizing: border-box !important; } .page-where-to-play-poppy-playtime-chapter-5__faq-question { padding: 12px 15px; } .page-where-to-play-poppy-playtime-chapter-5__faq-question h3 { font-size: 1em; } .page-where-to-play-poppy-playtime-chapter-5__faq-answer { padding: 0 15px; } .page-where-to-play-poppy-playtime-chapter-5__faq-item.active .page-where-to-play-poppy-playtime-chapter-5__faq-answer { padding: 15px !important; } .page-where-to-play-poppy-playtime-chapter-5__game-card img, .page-where-to-play-poppy-playtime-chapter-5__blog-card img { height: 180px; } } @media (max-width: 480px) { .page-where-to-play-poppy-playtime-chapter-5__hero-section h1 { font-size: 1.8em; } .page-where-to-play-poppy-playtime-chapter-5__hero-section p { font-size: 0.9em; } .page-where-to-play-poppy-playtime-chapter-5__btn { padding: 12px 20px; font-size: 0.9em; } }