.page-poppy-playtime-halloween-coloring-pages { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } .page-poppy-playtime-halloween-coloring-pages__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 20px; } .page-poppy-playtime-halloween-coloring-pages__hero-section { text-align: center; background-color: #222; color: #fff; padding: 60px 20px; border-radius: 0; box-shadow: none; margin-bottom: 0; position: relative; overflow: hidden; } .page-poppy-playtime-halloween-coloring-pages__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('[GALLERY:hero:1920x1080:poppy_playtime,halloween,background,spooky]'); background-size: cover; background-position: center; opacity: 0.2; z-index: 0; } .page-poppy-playtime-halloween-coloring-pages__hero-content { position: relative; z-index: 1; } .page-poppy-playtime-halloween-coloring-pages__title { font-size: 2.8em; color: #ff6600; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-halloween-coloring-pages__subtitle { font-size: 1.2em; max-width: 800px; margin: 0 auto 30px; } .page-poppy-playtime-halloween-coloring-pages__button { display: inline-block; background-color: #ff6600; color: #fff; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-halloween-coloring-pages__button:hover { background-color: #e65c00; transform: translateY(-3px); } .page-poppy-playtime-halloween-coloring-pages__heading { font-size: 2em; color: #333; margin-bottom: 25px; text-align: center; } .page-poppy-playtime-halloween-coloring-pages__paragraph { margin-bottom: 15px; text-align: justify; } .page-poppy-playtime-halloween-coloring-pages__image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-halloween-coloring-pages__image-wrapper { overflow: hidden; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-halloween-coloring-pages__image { width: 100%; height: auto; display: block; object-fit: cover; transition: transform 0.3s ease; min-width: 200px; min-height: 200px; } .page-poppy-playtime-halloween-coloring-pages__image:hover { transform: scale(1.05); } .page-poppy-playtime-halloween-coloring-pages__list { list-style: none; padding: 0; margin: 30px 0; } .page-poppy-playtime-halloween-coloring-pages__list-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 10px; padding: 15px 20px; border-radius: 5px; display: flex; align-items: center; box-sizing: border-box; } .page-poppy-playtime-halloween-coloring-pages__list-item::before { content: counter(list-counter); counter-increment: list-counter; background-color: #ff6600; color: #fff; border-radius: 50%; width: 28px; height: 28px; display: flex; justify-content: center; align-items: center; font-weight: bold; margin-right: 15px; flex-shrink: 0; } .page-poppy-playtime-halloween-coloring-pages__faq-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 10px; border-radius: 5px; overflow: hidden; } .page-poppy-playtime-halloween-coloring-pages__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-poppy-playtime-halloween-coloring-pages__faq-question:hover { background-color: #f0f0f0; } .page-poppy-playtime-halloween-coloring-pages__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-poppy-playtime-halloween-coloring-pages__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ff6600; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-halloween-coloring-pages__faq-item.active .page-poppy-playtime-halloween-coloring-pages__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-halloween-coloring-pages__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; 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-halloween-coloring-pages__faq-item.active .page-poppy-playtime-halloween-coloring-pages__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-halloween-coloring-pages__title { font-size: 2em; } .page-poppy-playtime-halloween-coloring-pages__heading { font-size: 1.5em; } .page-poppy-playtime-halloween-coloring-pages__section { padding: 30px 15px; } .page-poppy-playtime-halloween-coloring-pages__image-grid { grid-template-columns: 1fr; } .page-poppy-playtime-halloween-coloring-pages__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-halloween-coloring-pages__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } .page-poppy-playtime-halloween-coloring-pages__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-halloween-coloring-pages__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-halloween-coloring-pages__faq-question { padding: 12px 15px; } .page-poppy-playtime-halloween-coloring-pages__faq-question h3 { font-size: 1em; } .page-poppy-playtime-halloween-coloring-pages__faq-answer { padding: 0 15px; } .page-poppy-playtime-halloween-coloring-pages__faq-item.active .page-poppy-playtime-halloween-coloring-pages__faq-answer { padding: 15px 15px !important; } }