.page-doey-the-doughman-poppy-playtime { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-doey-the-doughman-poppy-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-doey-the-doughman-poppy-playtime__section { padding: 40px 20px; margin-bottom: 20px; background-color: #2a2a4a; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-doey-the-doughman-poppy-playtime__hero-section { background-image: url('[GALLERY:hero:1920x1080:doey the doughman poppy playtime,casino,adventure]'); background-size: cover; background-position: center; text-align: center; padding: 100px 20px; min-height: 500px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; } .page-doey-the-doughman-poppy-playtime__hero-section::before { content: ''; 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-doey-the-doughman-poppy-playtime__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-doey-the-doughman-poppy-playtime__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-doey-the-doughman-poppy-playtime__hero-description { font-size: 1.4em; color: #e0e0e0; margin-bottom: 30px; } .page-doey-the-doughman-poppy-playtime__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; 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-doey-the-doughman-poppy-playtime__cta-button:hover { background-color: #ffe066; transform: translateY(-3px); } .page-doey-the-doughman-poppy-playtime__heading { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 30px; } .page-doey-the-doughman-poppy-playtime__sub-heading { font-size: 1.8em; color: #e0e0e0; margin-bottom: 15px; } .page-doey-the-doughman-poppy-playtime__text { font-size: 1.1em; color: #c0c0c0; margin-bottom: 15px; } .page-doey-the-doughman-poppy-playtime__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-doey-the-doughman-poppy-playtime__list-item { background-color: #3a3a5a; padding: 20px; border-radius: 8px; flex: 1 1 calc(33% - 40px); box-sizing: border-box; text-align: center; min-width: 280px; } .page-doey-the-doughman-poppy-playtime__list-item-title { color: #ffcc00; font-size: 1.3em; margin-bottom: 10px; } .page-doey-the-doughman-poppy-playtime__list-item-text { color: #c0c0c0; font-size: 1em; } .page-doey-the-doughman-poppy-playtime__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-doey-the-doughman-poppy-playtime__game-card { background-color: #3a3a5a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-doey-the-doughman-poppy-playtime__game-card:hover { transform: translateY(-5px); } .page-doey-the-doughman-poppy-playtime__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-doey-the-doughman-poppy-playtime__game-card-content { padding: 20px; } .page-doey-the-doughman-poppy-playtime__game-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-doey-the-doughman-poppy-playtime__game-card-description { font-size: 1em; color: #c0c0c0; margin-bottom: 15px; } .page-doey-the-doughman-poppy-playtime__promotion-card { display: flex; background-color: #3a3a5a; border-radius: 10px; margin-bottom: 20px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); flex-direction: column; } .page-doey-the-doughman-poppy-playtime__promotion-card-image { width: 100%; height: 200px; object-fit: cover; } .page-doey-the-doughman-poppy-playtime__promotion-card-content { padding: 20px; } .page-doey-the-doughman-poppy-playtime__promotion-card-title { font-size: 1.6em; color: #ffcc00; margin-bottom: 10px; } .page-doey-the-doughman-poppy-playtime__promotion-card-description { font-size: 1.1em; color: #c0c0c0; margin-bottom: 15px; } .page-doey-the-doughman-poppy-playtime__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 30px; } .page-doey-the-doughman-poppy-playtime__security-item { text-align: center; background-color: #3a3a5a; padding: 25px; border-radius: 10px; } .page-doey-the-doughman-poppy-playtime__security-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; } .page-doey-the-doughman-poppy-playtime__security-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-doey-the-doughman-poppy-playtime__security-text { color: #c0c0c0; } .page-doey-the-doughman-poppy-playtime__faq-item { background-color: #3a3a5a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-doey-the-doughman-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #4a4a6a; color: #ffcc00; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-doey-the-doughman-poppy-playtime__faq-question:hover { background-color: #5a5a7a; } .page-doey-the-doughman-poppy-playtime__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-doey-the-doughman-poppy-playtime__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-doey-the-doughman-poppy-playtime__faq-item.active .page-doey-the-doughman-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-doey-the-doughman-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #c0c0c0; } .page-doey-the-doughman-poppy-playtime__faq-item.active .page-doey-the-doughman-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-doey-the-doughman-poppy-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-doey-the-doughman-poppy-playtime__blog-card { background-color: #3a3a5a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-doey-the-doughman-poppy-playtime__blog-card:hover { transform: translateY(-5px); } .page-doey-the-doughman-poppy-playtime__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-doey-the-doughman-poppy-playtime__blog-card-content { padding: 20px; } .page-doey-the-doughman-poppy-playtime__blog-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-doey-the-doughman-poppy-playtime__blog-card-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-doey-the-doughman-poppy-playtime__blog-card-date { font-size: 0.85em; color: #909090; margin-top: 10px; } .page-doey-the-doughman-poppy-playtime__image { max-width: 100%; height: auto; border-radius: 8px; margin-top: 20px; } @media (max-width: 768px) { .page-doey-the-doughman-poppy-playtime__hero-title { font-size: 2.5em; } .page-doey-the-doughman-poppy-playtime__hero-description { font-size: 1.1em; } .page-doey-the-doughman-poppy-playtime__heading { font-size: 2em; } .page-doey-the-doughman-poppy-playtime__sub-heading { font-size: 1.5em; } .page-doey-the-doughman-poppy-playtime__list-item { flex: 1 1 100%; max-width: 100% !important; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; padding: 15px; } .page-doey-the-doughman-poppy-playtime__list { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-doey-the-doughman-poppy-playtime__list-item-text, .page-doey-the-doughman-poppy-playtime__game-card-description, .page-doey-the-doughman-poppy-playtime__promotion-card-description, .page-doey-the-doughman-poppy-playtime__security-text, .page-doey-the-doughman-poppy-playtime__faq-answer, .page-doey-the-doughman-poppy-playtime__blog-card-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-doey-the-doughman-poppy-playtime__faq-question { font-size: 1.1em; padding: 15px; } .page-doey-the-doughman-poppy-playtime__faq-answer { padding: 0 15px; } .page-doey-the-doughman-poppy-playtime__faq-item.active .page-doey-the-doughman-poppy-playtime__faq-answer { padding: 15px !important; } .page-doey-the-doughman-poppy-playtime__promotion-card { flex-direction: column; } .page-doey-the-doughman-poppy-playtime__promotion-card-image { height: 180px; } } @media (max-width: 480px) { .page-doey-the-doughman-poppy-playtime__hero-title { font-size: 2em; } .page-doey-the-doughman-poppy-playtime__hero-description { font-size: 1em; } .page-doey-the-doughman-poppy-playtime__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-doey-the-doughman-poppy-playtime__heading { font-size: 1.8em; } .page-doey-the-doughman-poppy-playtime__sub-heading { font-size: 1.3em; } }