body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; line-height: 1.6; } .page-wheel-of-poppy-playtime-characters { max-width: 1200px; margin: 0 auto; padding: 10px; } .page-wheel-of-poppy-playtime-characters__section { padding: 40px 20px; margin-bottom: 20px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .page-wheel-of-poppy-playtime-characters__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; font-weight: bold; } .page-wheel-of-poppy-playtime-characters__section-subtitle { font-size: 1.8em; color: #0056b3; text-align: center; margin-bottom: 20px; } .page-wheel-of-poppy-playtime-characters__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #ffffff; text-align: center; padding: 80px 20px; border-radius: 0; box-shadow: none; margin-bottom: 0; } .page-wheel-of-poppy-playtime-characters__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .page-wheel-of-poppy-playtime-characters__hero-description { font-size: 1.4em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-wheel-of-poppy-playtime-characters__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-wheel-of-poppy-playtime-characters__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-wheel-of-poppy-playtime-characters__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: 20px; background-color: #f0f0f0; margin-bottom: 20px; border-radius: 8px; } .page-wheel-of-poppy-playtime-characters__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-wheel-of-poppy-playtime-characters__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-wheel-of-poppy-playtime-characters__text-content { font-size: 1.1em; margin-bottom: 20px; } .page-wheel-of-poppy-playtime-characters__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; } .page-wheel-of-poppy-playtime-characters__grid-item { background-color: #f8f9fa; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.08); transition: transform 0.3s ease; } .page-wheel-of-poppy-playtime-characters__grid-item:hover { transform: translateY(-5px); } .page-wheel-of-poppy-playtime-characters__grid-item-title { font-size: 1.5em; color: #0056b3; margin-bottom: 15px; } .page-wheel-of-poppy-playtime-characters__grid-item-description { font-size: 1em; color: #555; margin-bottom: 20px; } .page-wheel-of-poppy-playtime-characters__grid-item-image { width: 100%; max-width: 400px; height: auto; border-radius: 8px; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; object-fit: cover; min-height: 200px; min-width: 200px; } .page-wheel-of-poppy-playtime-characters__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .page-wheel-of-poppy-playtime-characters__list-item { background-color: #e9ecef; padding: 15px 20px; border-radius: 5px; font-size: 1.1em; color: #495057; box-sizing: border-box; flex: 1 1 auto; min-width: 280px; text-align: center; } .page-wheel-of-poppy-playtime-characters__faq-item { background-color: #f8f9fa; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.08); } .page-wheel-of-poppy-playtime-characters__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #007bff; color: #ffffff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-wheel-of-poppy-playtime-characters__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-wheel-of-poppy-playtime-characters__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 10px; pointer-events: none; } .page-wheel-of-poppy-playtime-characters__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; } .page-wheel-of-poppy-playtime-characters__faq-item.active .page-wheel-of-poppy-playtime-characters__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-wheel-of-poppy-playtime-characters__faq-question:hover { background-color: #0056b3; } .page-wheel-of-poppy-playtime-characters__blog-card { background-color: #f8f9fa; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); text-align: left; } .page-wheel-of-poppy-playtime-characters__blog-card-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-wheel-of-poppy-playtime-characters__blog-card-excerpt { font-size: 1em; color: #555; margin-bottom: 15px; } .page-wheel-of-poppy-playtime-characters__blog-card-link { display: inline-block; background-color: #28a745; color: #ffffff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-wheel-of-poppy-playtime-characters__blog-card-link:hover { background-color: #218838; } @media (max-width: 768px) { .page-wheel-of-poppy-playtime-characters { padding: 0; } .page-wheel-of-poppy-playtime-characters__hero-title { font-size: 2.5em; } .page-wheel-of-poppy-playtime-characters__hero-description { font-size: 1.1em; } .page-wheel-of-poppy-playtime-characters__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-wheel-of-poppy-playtime-characters__section { padding: 30px 15px; margin-bottom: 15px; } .page-wheel-of-poppy-playtime-characters__section-title { font-size: 2em; margin-bottom: 20px; } .page-wheel-of-poppy-playtime-characters__section-subtitle { font-size: 1.5em; margin-bottom: 15px; } .page-wheel-of-poppy-playtime-characters__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 15px; } .page-wheel-of-poppy-playtime-characters__payment-logo, .page-wheel-of-poppy-playtime-characters__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-wheel-of-poppy-playtime-characters__grid { grid-template-columns: 1fr; gap: 15px; } .page-wheel-of-poppy-playtime-characters__grid-item { padding: 20px; } .page-wheel-of-poppy-playtime-characters__grid-item-title { font-size: 1.3em; } .page-wheel-of-poppy-playtime-characters__list { flex-direction: column; gap: 10px; } .page-wheel-of-poppy-playtime-characters__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 12px 15px; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-wheel-of-poppy-playtime-characters__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; } .page-wheel-of-poppy-playtime-characters__faq-question { padding: 15px; } .page-wheel-of-poppy-playtime-characters__faq-question h3 { font-size: 1.1em; } .page-wheel-of-poppy-playtime-characters__faq-answer { padding: 15px !important; } .page-wheel-of-poppy-playtime-characters__blog-card-title { font-size: 1.2em; } .page-wheel-of-poppy-playtime-characters__blog-card-link { padding: 8px 15px; font-size: 0.85em; } .page-wheel-of-poppy-playtime-characters__grid-item-image { max-width: 100% !important; height: auto !important; min-width: 200px !important; min-height: 200px !important; } img { max-width: 100% !important; height: auto !important; } }