.page-where-is-the-poppy-playtime-factory-located { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-where-is-the-poppy-playtime-factory-located__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-where-is-the-poppy-playtime-factory-located__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:mystery,gaming,thrills,playzone_factory]') no-repeat center center/cover; padding: 10px 0 80px; text-align: center; color: #fff; position: relative; overflow: hidden; border-radius: 8px; margin-bottom: 40px; } .page-where-is-the-poppy-playtime-factory-located__hero-content { max-width: 800px; margin: 0 auto; padding: 20px; } .page-where-is-the-poppy-playtime-factory-located__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #ffcc00; } .page-where-is-the-poppy-playtime-factory-located__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } .page-where-is-the-poppy-playtime-factory-located__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-where-is-the-poppy-playtime-factory-located__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-where-is-the-poppy-playtime-factory-located__section { padding: 40px 0; margin-bottom: 40px; background-color: #222; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-where-is-the-poppy-playtime-factory-located__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 30px; } .page-where-is-the-poppy-playtime-factory-located__content { max-width: 900px; margin: 0 auto; padding: 0 20px; color: #ccc; } .page-where-is-the-poppy-playtime-factory-located__image-wrapper { text-align: center; margin: 30px 0; } .page-where-is-the-poppy-playtime-factory-located__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-where-is-the-poppy-playtime-factory-located__list { list-style: none; padding: 0; margin: 30px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-where-is-the-poppy-playtime-factory-located__list-item { background-color: #333; padding: 20px; border-radius: 8px; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; text-align: center; transition: transform 0.3s ease; } .page-where-is-the-poppy-playtime-factory-located__list-item:hover { transform: translateY(-5px); } .page-where-is-the-poppy-playtime-factory-located__list-item-title { color: #ffcc00; font-size: 1.3em; margin-bottom: 10px; } .page-where-is-the-poppy-playtime-factory-located__faq-section { background-color: #2a2a2a; padding: 40px 0; margin-bottom: 40px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-where-is-the-poppy-playtime-factory-located__faq-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 30px; } .page-where-is-the-poppy-playtime-factory-located__faq-container { max-width: 900px; margin: 0 auto; padding: 0 20px; } .page-where-is-the-poppy-playtime-factory-located__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-where-is-the-poppy-playtime-factory-located__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #444; color: #ffcc00; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-where-is-the-poppy-playtime-factory-located__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-where-is-the-poppy-playtime-factory-located__faq-question:hover { background-color: #555; } .page-where-is-the-poppy-playtime-factory-located__faq-toggle { font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-where-is-the-poppy-playtime-factory-located__faq-item.active .page-where-is-the-poppy-playtime-factory-located__faq-toggle { transform: rotate(45deg); } .page-where-is-the-poppy-playtime-factory-located__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #3a3a3a; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-where-is-the-poppy-playtime-factory-located__faq-item.active .page-where-is-the-poppy-playtime-factory-located__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-where-is-the-poppy-playtime-factory-located__hero-title { font-size: 2em; } .page-where-is-the-poppy-playtime-factory-located__section-title, .page-where-is-the-poppy-playtime-factory-located__faq-title { font-size: 1.8em; } .page-where-is-the-poppy-playtime-factory-located__list { flex-direction: column; align-items: center; } .page-where-is-the-poppy-playtime-factory-located__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-where-is-the-poppy-playtime-factory-located__list-item p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-where-is-the-poppy-playtime-factory-located__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-where-is-the-poppy-playtime-factory-located__container, .page-where-is-the-poppy-playtime-factory-located__content, .page-where-is-the-poppy-playtime-factory-located__faq-container { padding: 0 15px; } .page-where-is-the-poppy-playtime-factory-located__faq-question { padding: 12px 15px; } .page-where-is-the-poppy-playtime-factory-located__faq-question h3 { font-size: 1.1em; } .page-where-is-the-poppy-playtime-factory-located__faq-answer { padding: 15px !important; } }