.page-poppy-playtime-smg4 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-poppy-playtime-smg4__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-poppy-playtime-smg4__section { background-color: #ffffff; margin-bottom: 25px; padding: 30px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }.page-poppy-playtime-smg4__hero-section { background: linear-gradient(135deg, #FF6B6B, #FFCDD2); color: #ffffff; text-align: center; padding: 60px 20px 40px; border-radius: 0; margin-bottom: 25px; position: relative; overflow: hidden; padding-top: 10px; }.page-poppy-playtime-smg4__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.7); }.page-poppy-playtime-smg4__hero-content { position: relative; z-index: 1; }.page-poppy-playtime-smg4__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-poppy-playtime-smg4__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-poppy-playtime-smg4__btn { display: inline-block; background-color: #007bff; color: #ffffff; padding: 12px 28px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1em; }.page-poppy-playtime-smg4__btn:hover { background-color: #0056b3; transform: translateY(-2px); }.page-poppy-playtime-smg4__btn--secondary { background-color: #6c757d; }.page-poppy-playtime-smg4__btn--secondary:hover { background-color: #5a6268; }.page-poppy-playtime-smg4__section-title { font-size: 2em; color: #2c3e50; margin-bottom: 25px; text-align: center; position: relative; padding-bottom: 10px; }.page-poppy-playtime-smg4__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 4px; background-color: #007bff; border-radius: 2px; }.page-poppy-playtime-smg4__text-content { text-align: justify; margin-bottom: 20px; }.page-poppy-playtime-smg4__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-poppy-playtime-smg4__list-item { background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 5px; padding: 20px; text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; }.page-poppy-playtime-smg4__list-item h3 { color: #007bff; margin-top: 0; font-size: 1.3em; }.page-poppy-playtime-smg4__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 20px; }.page-poppy-playtime-smg4__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 20px; }.page-poppy-playtime-smg4__game-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.2s ease; }.page-poppy-playtime-smg4__game-card:hover { transform: translateY(-5px); }.page-poppy-playtime-smg4__game-card-img { width: 100%; height: 200px; object-fit: cover; display: block; }.page-poppy-playtime-smg4__game-card-content { padding: 20px; }.page-poppy-playtime-smg4__game-card-title { font-size: 1.4em; color: #2c3e50; margin-top: 0; margin-bottom: 10px; }.page-poppy-playtime-smg4__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-smg4__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 20px; }.page-poppy-playtime-smg4__promo-card { background-color: #e6f7ff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; padding: 25px; transition: transform 0.2s ease; }.page-poppy-playtime-smg4__promo-card:hover { transform: translateY(-5px); }.page-poppy-playtime-smg4__promo-card-title { font-size: 1.5em; color: #007bff; margin-top: 0; margin-bottom: 10px; }.page-poppy-playtime-smg4__promo-card-description { font-size: 1em; color: #444; margin-bottom: 20px; }.page-poppy-playtime-smg4__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 20px; }.page-poppy-playtime-smg4__feature-item { background-color: #f8f9fa; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); }.page-poppy-playtime-smg4__feature-icon { margin-bottom: 15px; width: 60px; height: 60px; object-fit: contain; }.page-poppy-playtime-smg4__feature-title { font-size: 1.2em; color: #2c3e50; margin-top: 0; margin-bottom: 10px; }.page-poppy-playtime-smg4__faq-item { background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-poppy-playtime-smg4__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #e9ecef; transition: background-color 0.3s ease; }.page-poppy-playtime-smg4__faq-question:hover { background-color: #dee2e6; }.page-poppy-playtime-smg4__faq-question h3 { margin: 0; font-size: 1.1em; color: #2c3e50; pointer-events: none; }.page-poppy-playtime-smg4__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-smg4__faq-item.active .page-poppy-playtime-smg4__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-smg4__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-smg4__faq-item.active .page-poppy-playtime-smg4__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-poppy-playtime-smg4__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 20px; }.page-poppy-playtime-smg4__blog-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; }.page-poppy-playtime-smg4__blog-card:hover { transform: translateY(-5px); }.page-poppy-playtime-smg4__blog-card-img { width: 100%; height: 200px; object-fit: cover; display: block; }.page-poppy-playtime-smg4__blog-card-content { padding: 20px; }.page-poppy-playtime-smg4__blog-card-title { font-size: 1.3em; color: #2c3e50; margin-top: 0; margin-bottom: 10px; }.page-poppy-playtime-smg4__blog-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-poppy-playtime-smg4__blog-card-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; }.page-poppy-playtime-smg4__blog-card-link:hover { text-decoration: underline; }.page-poppy-playtime-smg4__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 0; }.page-poppy-playtime-smg4__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-poppy-playtime-smg4__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-poppy-playtime-smg4__payment-method-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; }.page-poppy-playtime-smg4__payment-method-item { background-color: #e9ecef; border-radius: 5px; padding: 8px 15px; font-size: 0.9em; color: #333; }.page-poppy-playtime-smg4__social-media-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; }.page-poppy-playtime-smg4__social-media-item { background-color: #e9ecef; border-radius: 5px; padding: 8px 15px; font-size: 0.9em; color: #333; }.page-poppy-playtime-smg4 img { max-width: 100%; height: auto; box-sizing: border-box; }.page-poppy-playtime-smg4__list-item, .page-poppy-playtime-smg4__game-card, .page-poppy-playtime-smg4__promo-card, .page-poppy-playtime-smg4__feature-item, .page-poppy-playtime-smg4__blog-card { box-sizing: border-box; }.page-poppy-playtime-smg4__game-card-img, .page-poppy-playtime-smg4__blog-card-img { max-width: 100%; height: auto; display: block; }.page-poppy-playtime-smg4__feature-icon { max-width: 100%; height: auto; }.page-poppy-playtime-smg4__text-content p { margin-bottom: 15px; }.page-poppy-playtime-smg4__text-content ul { list-style-type: disc; padding-left: 20px; margin-bottom: 15px; }.page-poppy-playtime-smg4__text-content li { margin-bottom: 5px; }.page-poppy-playtime-smg4__text-content h3 { font-size: 1.5em; color: #2c3e50; margin-top: 25px; margin-bottom: 15px; }.page-poppy-playtime-smg4__text-content strong { color: #007bff; }.page-poppy-playtime-smg4__text-content a { color: #007bff; text-decoration: none; }.page-poppy-playtime-smg4__text-content a:hover { text-decoration: underline; }@media (max-width: 992px) { .page-poppy-playtime-smg4__hero-title { font-size: 2.2em; } .page-poppy-playtime-smg4__hero-description { font-size: 1.1em; } .page-poppy-playtime-smg4__section-title { font-size: 1.8em; } .page-poppy-playtime-smg4__list-item { flex: 1 1 calc(50% - 30px); }}.page-poppy-playtime-smg4__payment-providers { padding: 20px 0; }@media (max-width: 768px) { .page-poppy-playtime-smg4__hero-section { padding: 40px 15px 30px; } .page-poppy-playtime-smg4__hero-title { font-size: 1.8em; } .page-poppy-playtime-smg4__hero-description { font-size: 1em; } .page-poppy-playtime-smg4__btn { padding: 10px 20px; font-size: 0.9em; } .page-poppy-playtime-smg4__section { padding: 20px; } .page-poppy-playtime-smg4__section-title { font-size: 1.6em; } .page-poppy-playtime-smg4__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; flex: none; } .page-poppy-playtime-smg4__list { flex-direction: column; gap: 15px; 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-smg4__list-item p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-smg4__quick-access-grid, .page-poppy-playtime-smg4__game-grid, .page-poppy-playtime-smg4__promo-grid, .page-poppy-playtime-smg4__features-grid, .page-poppy-playtime-smg4__blog-grid { grid-template-columns: 1fr; gap: 15px; } .page-poppy-playtime-smg4__game-card-img, .page-poppy-playtime-smg4__blog-card-img { height: 180px; } .page-poppy-playtime-smg4__faq-question { padding: 15px 20px; } .page-poppy-playtime-smg4__faq-answer { padding: 0 20px; } .page-poppy-playtime-smg4__faq-item.active .page-poppy-playtime-smg4__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-smg4__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-poppy-playtime-smg4__payment-logo, .page-poppy-playtime-smg4__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-smg4 img { max-width: 100% !important; height: auto !important; }}.page-poppy-playtime-smg4__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; }.page-poppy-playtime-smg4__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-poppy-playtime-smg4__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }@media (max-width: 768px) { .page-poppy-playtime-smg4__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-poppy-playtime-smg4__payment-logo, .page-poppy-playtime-smg4__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }}