.page-fanart-player-poppy-playtime { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; padding-bottom: 40px; } .page-fanart-player-poppy-playtime__container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .page-fanart-player-poppy-playtime__section { padding: 60px 0; text-align: center; } .page-fanart-player-poppy-playtime__section--dark { background-color: #222; } .page-fanart-player-poppy-playtime__section--light { background-color: #2a2a2a; } .page-fanart-player-poppy-playtime__hero-section { background-color: #121212; position: relative; overflow: hidden; padding: 10px 0 80px; text-align: center; display: flex; align-items: center; justify-content: center; min-height: 550px; } .page-fanart-player-poppy-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.4; } .page-fanart-player-poppy-playtime__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-fanart-player-poppy-playtime__hero-title { font-size: 3.2em; color: #ffcc00; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-fanart-player-poppy-playtime__hero-subtitle { font-size: 1.4em; color: #f0f0f0; margin-bottom: 30px; } .page-fanart-player-poppy-playtime__btn { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-fanart-player-poppy-playtime__btn:hover { background-color: #e6b800; transform: translateY(-2px); } .page-fanart-player-poppy-playtime__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-fanart-player-poppy-playtime__text-content { font-size: 1.1em; margin-bottom: 30px; color: #cccccc; } .page-fanart-player-poppy-playtime__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-fanart-player-poppy-playtime__card { background-color: #2c2c2c; border-radius: 12px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .page-fanart-player-poppy-playtime__card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); } .page-fanart-player-poppy-playtime__card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } .page-fanart-player-poppy-playtime__card-title { font-size: 1.6em; color: #ffcc00; margin-bottom: 15px; } .page-fanart-player-poppy-playtime__card-description { font-size: 0.95em; color: #cccccc; margin-bottom: 20px; flex-grow: 1; } .page-fanart-player-poppy-playtime__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 40px; } .page-fanart-player-poppy-playtime__game-provider-logo { max-width: 120px; height: auto; opacity: 0.8; transition: opacity 0.3s ease; } .page-fanart-player-poppy-playtime__game-provider-logo:hover { opacity: 1; } .page-fanart-player-poppy-playtime__promo-item { text-align: left; background-color: #2c2c2c; border-radius: 12px; padding: 25px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-fanart-player-poppy-playtime__promo-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-fanart-player-poppy-playtime__promo-description { font-size: 1em; color: #cccccc; margin-bottom: 20px; } .page-fanart-player-poppy-playtime__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 40px auto 0; } .page-fanart-player-poppy-playtime__faq-item { background-color: #2c2c2c; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-fanart-player-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #3a3a3a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-fanart-player-poppy-playtime__faq-question:hover { background-color: #4a4a4a; } .page-fanart-player-poppy-playtime__faq-question h3 { margin: 0; font-size: 1.2em; color: #f0f0f0; pointer-events: none; } .page-fanart-player-poppy-playtime__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-fanart-player-poppy-playtime__faq-item.active .page-fanart-player-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-fanart-player-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2c2c2c; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #cccccc; text-align: left; } .page-fanart-player-poppy-playtime__faq-item.active .page-fanart-player-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-fanart-player-poppy-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-fanart-player-poppy-playtime__blog-card { background-color: #2c2c2c; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-fanart-player-poppy-playtime__blog-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); } .page-fanart-player-poppy-playtime__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-fanart-player-poppy-playtime__blog-content { padding: 25px; } .page-fanart-player-poppy-playtime__blog-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; line-height: 1.3; } .page-fanart-player-poppy-playtime__blog-title a { color: #ffcc00; text-decoration: none; } .page-fanart-player-poppy-playtime__blog-title a:hover { text-decoration: underline; } .page-fanart-player-poppy-playtime__blog-excerpt { font-size: 0.95em; color: #cccccc; margin-bottom: 20px; } .page-fanart-player-poppy-playtime__social-media-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 40px; } .page-fanart-player-poppy-playtime__social-icon { max-width: 60px; height: auto; opacity: 0.7; transition: opacity 0.3s ease; } .page-fanart-player-poppy-playtime__social-icon:hover { opacity: 1; } .page-fanart-player-poppy-playtime__payment-method-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-fanart-player-poppy-playtime__payment-logo { max-width: 100px; height: auto; opacity: 0.8; transition: opacity 0.3s ease; } .page-fanart-player-poppy-playtime__payment-logo:hover { opacity: 1; } @media (max-width: 1024px) { .page-fanart-player-poppy-playtime__hero-title { font-size: 2.8em; } .page-fanart-player-poppy-playtime__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-fanart-player-poppy-playtime__hero-section { min-height: 450px; padding-bottom: 60px; } .page-fanart-player-poppy-playtime__hero-title { font-size: 2.2em; } .page-fanart-player-poppy-playtime__hero-subtitle { font-size: 1.2em; } .page-fanart-player-poppy-playtime__btn { padding: 12px 25px; font-size: 1em; } .page-fanart-player-poppy-playtime__section { padding: 40px 0; } .page-fanart-player-poppy-playtime__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-fanart-player-poppy-playtime__text-content { font-size: 1em; } .page-fanart-player-poppy-playtime__grid { grid-template-columns: 1fr; gap: 25px; margin-top: 30px; } .page-fanart-player-poppy-playtime__card { padding: 25px; } .page-fanart-player-poppy-playtime__card-title { font-size: 1.4em; } .page-fanart-player-poppy-playtime__card-image { height: 180px; } .page-fanart-player-poppy-playtime__faq-question { padding: 15px 20px; } .page-fanart-player-poppy-playtime__faq-question h3 { font-size: 1.1em; } .page-fanart-player-poppy-playtime__faq-toggle { font-size: 1.5em; } .page-fanart-player-poppy-playtime__faq-answer { padding: 0 20px; } .page-fanart-player-poppy-playtime__faq-item.active .page-fanart-player-poppy-playtime__faq-answer { padding: 15px 20px !important; } .page-fanart-player-poppy-playtime__blog-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 30px; } .page-fanart-player-poppy-playtime__blog-image { height: 200px; } .page-fanart-player-poppy-playtime__blog-content { padding: 20px; } .page-fanart-player-poppy-playtime__blog-title { font-size: 1.3em; } .page-fanart-player-poppy-playtime__payment-method-logos, .page-fanart-player-poppy-playtime__game-provider-logos { gap: 15px; } .page-fanart-player-poppy-playtime__payment-logo { max-width: 80px; } .page-fanart-player-poppy-playtime__game-provider-logo { max-width: 100px; } } @media (max-width: 480px) { .page-fanart-player-poppy-playtime__hero-title { font-size: 1.8em; } .page-fanart-player-poppy-playtime__hero-subtitle { font-size: 1em; } .page-fanart-player-poppy-playtime__btn { padding: 10px 20px; font-size: 0.9em; } .page-fanart-player-poppy-playtime__section-title { font-size: 1.5em; } .page-fanart-player-poppy-playtime__card-title { font-size: 1.2em; } .page-fanart-player-poppy-playtime__card-description { font-size: 0.9em; } .page-fanart-player-poppy-playtime__blog-title { font-size: 1.1em; } .page-fanart-player-poppy-playtime__blog-excerpt { font-size: 0.85em; } } /* Responsive image containers */ .page-fanart-player-poppy-playtime img { max-width: 100%; height: auto; display: block; } .page-fanart-player-poppy-playtime__hero-section img, .page-fanart-player-poppy-playtime__card img, .page-fanart-player-poppy-playtime__blog-card img { width: 100%; height: auto; object-fit: cover; } /* Ensure list items are responsive */ .page-fanart-player-poppy-playtime ul, .page-fanart-player-poppy-playtime ol { list-style: none; padding: 0; margin: 0; width: 100%; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-fanart-player-poppy-playtime ul li, .page-fanart-player-poppy-playtime ol li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 0 !important; padding-right: 0 !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-fanart-player-poppy-playtime ul, .page-fanart-player-poppy-playtime ol { padding-left: 0 !important; padding-right: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-fanart-player-poppy-playtime img { max-width: 100% !important; height: auto !important; } .page-fanart-player-poppy-playtime__hero-background { height: 100% !important; } }