.page-all-poppy-playtime-characters-monster { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-all-poppy-playtime-characters-monster__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__container { padding: 10px; } } .page-all-poppy-playtime-characters-monster__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 100px 20px 60px; position: relative; overflow: hidden; padding-top: calc(var(--header-offset, 122px) + 10px); } .page-all-poppy-playtime-characters-monster__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:hero:1920x1080:gaming,abstract,pattern]') no-repeat center center/cover; opacity: 0.2; z-index: 0; } .page-all-poppy-playtime-characters-monster__hero-content { position: relative; z-index: 1; } .page-all-poppy-playtime-characters-monster__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__hero-title { font-size: 2.2em; } } .page-all-poppy-playtime-characters-monster__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__hero-subtitle { font-size: 1.1em; } } .page-all-poppy-playtime-characters-monster__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-all-poppy-playtime-characters-monster__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-all-poppy-playtime-characters-monster__cta-button:active { transform: translateY(0); } .page-all-poppy-playtime-characters-monster__section-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #007bff; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__section-title { font-size: 1.8em; margin-bottom: 25px; } } .page-all-poppy-playtime-characters-monster__section-text { text-align: center; font-size: 1.1em; margin-bottom: 40px; } .page-all-poppy-playtime-characters-monster__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: 40px 0; background-color: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; } .page-all-poppy-playtime-characters-monster__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-all-poppy-playtime-characters-monster__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 0; } .page-all-poppy-playtime-characters-monster__payment-logo, .page-all-poppy-playtime-characters-monster__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } .page-all-poppy-playtime-characters-monster__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__grid { grid-template-columns: 1fr; gap: 20px; } } .page-all-poppy-playtime-characters-monster__card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; transition: transform 0.3s ease; } .page-all-poppy-playtime-characters-monster__card:hover { transform: translateY(-5px); } .page-all-poppy-playtime-characters-monster__card-icon { margin-bottom: 20px; } .page-all-poppy-playtime-characters-monster__card-icon img { max-width: 100%; height: auto; border-radius: 5px; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__card-icon img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-all-poppy-playtime-characters-monster__card-title { font-size: 1.5em; margin-bottom: 15px; color: #007bff; } .page-all-poppy-playtime-characters-monster__card-description { font-size: 1em; color: #555; } .page-all-poppy-playtime-characters-monster__link-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; margin-bottom: 40px; } .page-all-poppy-playtime-characters-monster__link-buttons .page-all-poppy-playtime-characters-monster__cta-button { padding: 12px 25px; font-size: 1em; } .page-all-poppy-playtime-characters-monster__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-bottom: 40px; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__game-grid { grid-template-columns: 1fr; gap: 15px; } } .page-all-poppy-playtime-characters-monster__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-all-poppy-playtime-characters-monster__game-card:hover { transform: translateY(-5px); } .page-all-poppy-playtime-characters-monster__game-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__game-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-all-poppy-playtime-characters-monster__game-content { padding: 20px; } .page-all-poppy-playtime-characters-monster__game-title { font-size: 1.3em; margin-bottom: 10px; color: #007bff; } .page-all-poppy-playtime-characters-monster__game-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-all-poppy-playtime-characters-monster__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); overflow: hidden; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 25px; } .page-all-poppy-playtime-characters-monster__promo-icon { margin-bottom: 20px; } .page-all-poppy-playtime-characters-monster__promo-icon img { width: 100%; height: auto; border-radius: 5px; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__promo-icon img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-all-poppy-playtime-characters-monster__promo-title { font-size: 1.6em; margin-bottom: 10px; color: #28a745; } .page-all-poppy-playtime-characters-monster__promo-description { font-size: 1em; color: #555; margin-bottom: 20px; } .page-all-poppy-playtime-characters-monster__faq-section { padding: 60px 0; background-color: #f0f0f0; } .page-all-poppy-playtime-characters-monster__faq-list { max-width: 800px; margin: 0 auto; } .page-all-poppy-playtime-characters-monster__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-all-poppy-playtime-characters-monster__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; font-size: 1.1em; font-weight: bold; color: #333; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-all-poppy-playtime-characters-monster__faq-question:hover { background-color: #f5f5f5; } .page-all-poppy-playtime-characters-monster__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; } .page-all-poppy-playtime-characters-monster__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; color: #007bff; } .page-all-poppy-playtime-characters-monster__faq-item.active .page-all-poppy-playtime-characters-monster__faq-toggle { transform: rotate(45deg); } .page-all-poppy-playtime-characters-monster__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; color: #555; } .page-all-poppy-playtime-characters-monster__faq-item.active .page-all-poppy-playtime-characters-monster__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__faq-question { padding: 15px 20px; font-size: 1em; } .page-all-poppy-playtime-characters-monster__faq-answer { padding: 0 20px; } .page-all-poppy-playtime-characters-monster__faq-item.active .page-all-poppy-playtime-characters-monster__faq-answer { padding: 15px 20px !important; } .page-all-poppy-playtime-characters-monster__faq-list { padding: 0 10px; } } .page-all-poppy-playtime-characters-monster__blog-section { padding: 60px 0; background-color: #fff; } .page-all-poppy-playtime-characters-monster__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-all-poppy-playtime-characters-monster__blog-card { background-color: #f8f8f8; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease; } .page-all-poppy-playtime-characters-monster__blog-card:hover { transform: translateY(-5px); } .page-all-poppy-playtime-characters-monster__blog-image { width: 100%; height: 220px; object-fit: cover; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-all-poppy-playtime-characters-monster__blog-content { padding: 20px; } .page-all-poppy-playtime-characters-monster__blog-title { font-size: 1.4em; margin-bottom: 10px; color: #007bff; } .page-all-poppy-playtime-characters-monster__blog-date { font-size: 0.85em; color: #999; margin-bottom: 15px; } .page-all-poppy-playtime-characters-monster__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-all-poppy-playtime-characters-monster__read-more { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; } .page-all-poppy-playtime-characters-monster__read-more:hover { text-decoration: underline; } .page-all-poppy-playtime-characters-monster__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-all-poppy-playtime-characters-monster__image-wrapper img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-all-poppy-playtime-characters-monster__list-item { box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word; } @media (max-width: 768px) { .page-all-poppy-playtime-characters-monster__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 10px; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-all-poppy-playtime-characters-monster__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; } }