.page-poppy-playtime-toy-boxes { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; }.page-poppy-playtime-toy-boxes__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-toy-boxes__hero-section { background: linear-gradient(135deg, #2a0a2a, #4a0a4a); padding: 60px 20px; text-align: center; margin-bottom: 40px; border-radius: 10px; }.page-poppy-playtime-toy-boxes__hero-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-poppy-playtime-toy-boxes__hero-subtitle { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; }.page-poppy-playtime-toy-boxes__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-poppy-playtime-toy-boxes__button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-poppy-playtime-toy-boxes__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin: 30px 0; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }.page-poppy-playtime-toy-boxes__image { max-width: 100%; height: auto; display: block; width: 100%; }.page-poppy-playtime-toy-boxes__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 30px; border-bottom: 2px solid #ffcc00; padding-bottom: 10px; }.page-poppy-playtime-toy-boxes__content-section { padding: 40px 20px; margin-bottom: 40px; background-color: #2c2c2c; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-poppy-playtime-toy-boxes__text { font-size: 1.1em; color: #cccccc; margin-bottom: 20px; }.page-poppy-playtime-toy-boxes__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-poppy-playtime-toy-boxes__feature-item { background-color: #3a3a3a; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }.page-poppy-playtime-toy-boxes__feature-item:hover { transform: translateY(-5px); }.page-poppy-playtime-toy-boxes__feature-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 15px; }.page-poppy-playtime-toy-boxes__feature-description { color: #e0e0e0; }.page-poppy-playtime-toy-boxes__game-showcase { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; }.page-poppy-playtime-toy-boxes__game-card { background-color: #3a3a3a; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; text-align: center; }.page-poppy-playtime-toy-boxes__game-card:hover { transform: scale(1.03); }.page-poppy-playtime-toy-boxes__game-image { width: 100%; height: 200px; object-fit: cover; }.page-poppy-playtime-toy-boxes__game-title { font-size: 1.3em; color: #ffcc00; padding: 15px 10px 5px; }.page-poppy-playtime-toy-boxes__game-description { color: #cccccc; padding: 0 15px 15px; font-size: 0.95em; }.page-poppy-playtime-toy-boxes__faq-section { padding: 40px 20px; margin-bottom: 40px; background-color: #2c2c2c; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-poppy-playtime-toy-boxes__faq-item { background-color: #3a3a3a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }.page-poppy-playtime-toy-boxes__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #4a4a4a; color: #ffcc00; cursor: pointer; user-select: none; border-bottom: 1px solid #5a5a5a; transition: background-color 0.3s ease; }.page-poppy-playtime-toy-boxes__faq-question:hover { background-color: #5a5a5a; }.page-poppy-playtime-toy-boxes__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; }.page-poppy-playtime-toy-boxes__faq-toggle { font-size: 1.8em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-toy-boxes__faq-item.active .page-poppy-playtime-toy-boxes__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-toy-boxes__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #e0e0e0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-poppy-playtime-toy-boxes__faq-item.active .page-poppy-playtime-toy-boxes__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-poppy-playtime-toy-boxes__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-poppy-playtime-toy-boxes__floating-button { background-color: #ffcc00; color: #1a1a1a; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-poppy-playtime-toy-boxes__floating-button:hover { background-color: #e6b800; transform: translateY(-2px); }@media (max-width: 768px) { .page-poppy-playtime-toy-boxes__hero-title { font-size: 2em; }.page-poppy-playtime-toy-boxes__hero-subtitle { font-size: 1.1em; }.page-poppy-playtime-toy-boxes__section-title { font-size: 1.8em; }.page-poppy-playtime-toy-boxes__text { font-size: 1em; }.page-poppy-playtime-toy-boxes__features-grid, .page-poppy-playtime-toy-boxes__game-showcase { grid-template-columns: 1fr; }.page-poppy-playtime-toy-boxes__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-poppy-playtime-toy-boxes__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-poppy-playtime-toy-boxes__faq-answer, .page-poppy-playtime-toy-boxes__faq-question { padding: 15px !important; }.page-poppy-playtime-toy-boxes__faq-answer { padding: 15px !important; }.page-poppy-playtime-toy-boxes__floating-buttons { right: 10px; bottom: 10px; }.page-poppy-playtime-toy-boxes__floating-button { padding: 10px 15px; font-size: 0.9em; }.page-poppy-playtime-toy-boxes__image-wrapper, .page-poppy-playtime-toy-boxes__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}.page-poppy-playtime-toy-boxes__hero-section { padding-top: 10px; /* Decorative padding */ }