.page-poppy-playtime-wrong-side-out { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-poppy-playtime-wrong-side-out { padding-top: var(--header-offset, 100px); } } .page-poppy-playtime-wrong-side-out__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-wrong-side-out__section { padding: 40px 20px; margin-bottom: 30px; background-color: #2a2a4a; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-wrong-side-out__section--dark { background-color: #1e1e3b; } .page-poppy-playtime-wrong-side-out__hero-section { background-image: url('[GALLERY:hero:1920x1080:poppy playtime,wrong side out,casino,bonus,gaming]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; box-shadow: none; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; overflow: hidden; padding-top: 10px; } .page-poppy-playtime-wrong-side-out__hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 1; } .page-poppy-playtime-wrong-side-out__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-poppy-playtime-wrong-side-out__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7); color: #ffcc00; } .page-poppy-playtime-wrong-side-out__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #e0e0e0; } .page-poppy-playtime-wrong-side-out__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-poppy-playtime-wrong-side-out__button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; 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-wrong-side-out__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-poppy-playtime-wrong-side-out__heading { color: #ffcc00; text-align: center; margin-bottom: 30px; font-size: 2.5em; } .page-poppy-playtime-wrong-side-out__sub-heading { color: #e0e0e0; text-align: center; margin-bottom: 20px; font-size: 1.8em; } .page-poppy-playtime-wrong-side-out__text-content { font-size: 1.1em; color: #ccc; margin-bottom: 20px; } .page-poppy-playtime-wrong-side-out__text-content p { margin-bottom: 15px; } .page-poppy-playtime-wrong-side-out__list { list-style: none; padding: 0; margin-top: 20px; } .page-poppy-playtime-wrong-side-out__list-item { background-color: #3a3a5e; margin-bottom: 10px; padding: 15px 20px; border-radius: 8px; display: flex; align-items: center; color: #fff; font-size: 1.05em; box-sizing: border-box; } .page-poppy-playtime-wrong-side-out__list-item::before { content: '•'; color: #ffcc00; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; } .page-poppy-playtime-wrong-side-out__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-wrong-side-out__card { background-color: #3a3a5e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-wrong-side-out__card:hover { transform: translateY(-5px); } .page-poppy-playtime-wrong-side-out__card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-wrong-side-out__card-content { padding: 20px; flex-grow: 1; } .page-poppy-playtime-wrong-side-out__card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-poppy-playtime-wrong-side-out__card-text { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-poppy-playtime-wrong-side-out__card-link { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; } .page-poppy-playtime-wrong-side-out__card-link:hover { background-color: #e6b800; } .page-poppy-playtime-wrong-side-out__faq-item { background-color: #3a3a5e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-wrong-side-out__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; background-color: #4a4a6e; color: #ffcc00; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-wrong-side-out__faq-question:hover { background-color: #5a5a7e; } .page-poppy-playtime-wrong-side-out__faq-question h3 { margin: 0; pointer-events: none; color: inherit; font-size: inherit; } .page-poppy-playtime-wrong-side-out__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-wrong-side-out__faq-item.active .page-poppy-playtime-wrong-side-out__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-wrong-side-out__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; color: #ccc; font-size: 1em; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-poppy-playtime-wrong-side-out__faq-item.active .page-poppy-playtime-wrong-side-out__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-wrong-side-out__blog-card { display: flex; flex-direction: column; background-color: #3a3a5e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; } .page-poppy-playtime-wrong-side-out__blog-card:hover { transform: translateY(-5px); } .page-poppy-playtime-wrong-side-out__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-wrong-side-out__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-wrong-side-out__blog-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-poppy-playtime-wrong-side-out__blog-title a { color: inherit; text-decoration: none; } .page-poppy-playtime-wrong-side-out__blog-title a:hover { text-decoration: underline; } .page-poppy-playtime-wrong-side-out__blog-excerpt { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-poppy-playtime-wrong-side-out__blog-date { font-size: 0.85em; color: #aaa; text-align: right; } @media (max-width: 768px) { .page-poppy-playtime-wrong-side-out__hero-title { font-size: 2.5em; } .page-poppy-playtime-wrong-side-out__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-wrong-side-out__heading { font-size: 2em; } .page-poppy-playtime-wrong-side-out__sub-heading { font-size: 1.5em; } .page-poppy-playtime-wrong-side-out__button-group { flex-direction: column; gap: 15px; } .page-poppy-playtime-wrong-side-out__button { width: 100%; max-width: 300px; } .page-poppy-playtime-wrong-side-out__grid { grid-template-columns: 1fr; } .page-poppy-playtime-wrong-side-out__list-item, .page-poppy-playtime-wrong-side-out__faq-item, .page-poppy-playtime-wrong-side-out__faq-question, .page-poppy-playtime-wrong-side-out__faq-answer { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 15px !important; padding-right: 15px !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-wrong-side-out__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-poppy-playtime-wrong-side-out__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-wrong-side-out__section { padding: 30px 15px; } .page-poppy-playtime-wrong-side-out__card-image, .page-poppy-playtime-wrong-side-out__blog-image { max-width: 100% !important; height: auto !important; } }